Shades of Fire Brick #B91412
Tints of Fire Brick #B91412
RGB
CMYK
RGB Variations
Color information
#B91412 (or 0xB91412) is known color: Fire Brick. HEX triplet: B9, 14 and 12. RGB value is (185,20,18). Sum of RGB (Red+Green+Blue) = 185+20+18=223 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.96% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 185 - color contains mainly: red. Hex color #B91412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91412 is #46EBED. Grayscale: #454545. Windows color (decimal): -4647918 or 1184953. OLE color: 1184953.
HSL color Cylindrical-coordinate representation of color #B91412: hue angle of 0.72º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B91412 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 20 | 18 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.27 |
| HSL | 0.72º | 0.82% | 0.4% | - |
| HSV(B) | 0.72º | 0.9% | 0.73% | - |
| XYZ | 20.37 | 10.86 | 1.59 | - |
| YUV | 69.11 | 99.16 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 18 | 0 | 0.89 | 0.90 | 0.27 | 0.72 | 0.82 | 0.4 |
| Hex | B9 | 14 | 12 | 0 | 59 | 5A | 1B | 1 | 52 | 28 |
| Octal | 271 | 24 | 22 | 0 | 131 | 132 | 33 | 1 | 122 | 50 |
| Binary | 10111001 | 10100 | 10010 | 0 | 1011001 | 1011010 | 11011 | 1 | 1010010 | 101000 |
Color Harmonies of #B91412
Complementary color
Monochromatic Colors of #B91412
Black with #B91412
Text Example
Text Example
White with #B91412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91412; }
p { color: rgb(185,20,18); }
H1.HeaderClassName
{
color: #B91412;
}
.AnyTagClassName
{
color: #B91412;
}
</style>
background-color css
<style>
a { background-color: #B91412; }
a { background-color: rgb(185,20,18); }
div.DivClassName
{
background-color: #B91412;
}
.BgClassName
{
background-color: #B91412;
}
</style>
border-color css
<style>
span { border-color: #B91412; }
span { border-color: rgb(185,20,18); }
td.TdClassName
{
border-color: #B91412;
}
.TagClassName
{
border-color: #B91412;
}
</style>