Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
firebrick | B30E17 | #B30E17 | 179, 14, 23 | 70.2, 5.49, 9.02 | 0, 92.18, 87.15, 29.8 | 356.72727272727, 92.178770949721, 70.196078431373 |
Color #b30e17 is firebrick. In RGB: 70.2, 5.49, 9.02. In CMYK: 0, 92.18, 87.15, 29.8.
div { background: #b30e17; color: #000; }
div { background: #b30e17; color: #fff; }
div { background: linear-gradient(to bottom, #940000 0%, #D3362D 100%); color: #000; }
div { background: linear-gradient(to bottom, #D3362D 0%, #940000 100%); color: #000; }
div { background: linear-gradient(to bottom, #940000 0%, #D3362D 100%); color: #fff; }
div { background: linear-gradient(to bottom, #D3362D 0%, #940000 100%); color: #fff; }
div { border: 1px solid #b30e17; }
div { border: 5px solid #b30e17; }
div { border: 1px dashed #b30e17; }
div { border: 5px dashed #b30e17; }
div { border: 1px dotted #b30e17; }
div { border: 5px dotted #b30e17; }