Shades of Fire Brick #B01412
Tints of Fire Brick #B01412
RGB
CMYK
RGB Variations
Color information
#B01412 (or 0xB01412) is known color: Fire Brick. HEX triplet: B0, 14 and 12. RGB value is (176,20,18). Sum of RGB (Red+Green+Blue) = 176+20+18=214 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.24% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 176 - color contains mainly: red. Hex color #B01412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01412 is #4FEBED. Grayscale: #424242. Windows color (decimal): -5237742 or 1184944. OLE color: 1184944.
HSL color Cylindrical-coordinate representation of color #B01412: hue angle of 0.76º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01412 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 20 | 18 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.31 |
| HSL | 0.76º | 0.81% | 0.38% | - |
| HSV(B) | 0.76º | 0.9% | 0.69% | - |
| XYZ | 18.26 | 9.77 | 1.5 | - |
| YUV | 66.42 | 100.68 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 18 | 0 | 0.89 | 0.90 | 0.31 | 0.76 | 0.81 | 0.38 |
| Hex | B0 | 14 | 12 | 0 | 59 | 5A | 1F | 1 | 51 | 26 |
| Octal | 260 | 24 | 22 | 0 | 131 | 132 | 37 | 1 | 121 | 46 |
| Binary | 10110000 | 10100 | 10010 | 0 | 1011001 | 1011010 | 11111 | 1 | 1010001 | 100110 |
Color Harmonies of #B01412
Complementary color
Monochromatic Colors of #B01412
Black with #B01412
Text Example
Text Example
White with #B01412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01412; }
p { color: rgb(176,20,18); }
H1.HeaderClassName
{
color: #B01412;
}
.AnyTagClassName
{
color: #B01412;
}
</style>
background-color css
<style>
a { background-color: #B01412; }
a { background-color: rgb(176,20,18); }
div.DivClassName
{
background-color: #B01412;
}
.BgClassName
{
background-color: #B01412;
}
</style>
border-color css
<style>
span { border-color: #B01412; }
span { border-color: rgb(176,20,18); }
td.TdClassName
{
border-color: #B01412;
}
.TagClassName
{
border-color: #B01412;
}
</style>