Shades of Fire Brick #B72412
Tints of Fire Brick #B72412
RGB
CMYK
RGB Variations
Color information
#B72412 (or 0xB72412) is known color: Fire Brick. HEX triplet: B7, 24 and 12. RGB value is (183,36,18). Sum of RGB (Red+Green+Blue) = 183+36+18=237 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.22% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 183 - color contains mainly: red. Hex color #B72412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72412 is #48DBED. Grayscale: #4E4E4E. Windows color (decimal): -4774894 or 1189047. OLE color: 1189047.
HSL color Cylindrical-coordinate representation of color #B72412: hue angle of 6.55º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B72412 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 36 | 18 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.28 |
| HSL | 6.55º | 0.82% | 0.39% | - |
| HSV(B) | 6.55º | 0.9% | 0.72% | - |
| XYZ | 20.27 | 11.37 | 1.7 | - |
| YUV | 77.9 | 94.2 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 18 | 0 | 0.80 | 0.90 | 0.28 | 6.55 | 0.82 | 0.39 |
| Hex | B7 | 24 | 12 | 0 | 50 | 5A | 1C | 7 | 52 | 27 |
| Octal | 267 | 44 | 22 | 0 | 120 | 132 | 34 | 7 | 122 | 47 |
| Binary | 10110111 | 100100 | 10010 | 0 | 1010000 | 1011010 | 11100 | 111 | 1010010 | 100111 |
Color Harmonies of #B72412
Complementary color
Monochromatic Colors of #B72412
Black with #B72412
Text Example
Text Example
White with #B72412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72412; }
p { color: rgb(183,36,18); }
H1.HeaderClassName
{
color: #B72412;
}
.AnyTagClassName
{
color: #B72412;
}
</style>
background-color css
<style>
a { background-color: #B72412; }
a { background-color: rgb(183,36,18); }
div.DivClassName
{
background-color: #B72412;
}
.BgClassName
{
background-color: #B72412;
}
</style>
border-color css
<style>
span { border-color: #B72412; }
span { border-color: rgb(183,36,18); }
td.TdClassName
{
border-color: #B72412;
}
.TagClassName
{
border-color: #B72412;
}
</style>