Shades of Fire Brick #B31412
Tints of Fire Brick #B31412
RGB
CMYK
RGB Variations
Color information
#B31412 (or 0xB31412) is known color: Fire Brick. HEX triplet: B3, 14 and 12. RGB value is (179,20,18). Sum of RGB (Red+Green+Blue) = 179+20+18=217 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.49% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 179 - color contains mainly: red. Hex color #B31412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31412 is #4CEBED. Grayscale: #434343. Windows color (decimal): -5041134 or 1184947. OLE color: 1184947.
HSL color Cylindrical-coordinate representation of color #B31412: hue angle of 0.75º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B31412 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 18 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.30 |
| HSL | 0.75º | 0.82% | 0.39% | - |
| HSV(B) | 0.75º | 0.9% | 0.7% | - |
| XYZ | 18.95 | 10.13 | 1.53 | - |
| YUV | 67.31 | 100.18 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 18 | 0 | 0.89 | 0.90 | 0.30 | 0.75 | 0.82 | 0.39 |
| Hex | B3 | 14 | 12 | 0 | 59 | 5A | 1E | 1 | 52 | 27 |
| Octal | 263 | 24 | 22 | 0 | 131 | 132 | 36 | 1 | 122 | 47 |
| Binary | 10110011 | 10100 | 10010 | 0 | 1011001 | 1011010 | 11110 | 1 | 1010010 | 100111 |
Color Harmonies of #B31412
Complementary color
Monochromatic Colors of #B31412
Black with #B31412
Text Example
Text Example
White with #B31412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31412; }
p { color: rgb(179,20,18); }
H1.HeaderClassName
{
color: #B31412;
}
.AnyTagClassName
{
color: #B31412;
}
</style>
background-color css
<style>
a { background-color: #B31412; }
a { background-color: rgb(179,20,18); }
div.DivClassName
{
background-color: #B31412;
}
.BgClassName
{
background-color: #B31412;
}
</style>
border-color css
<style>
span { border-color: #B31412; }
span { border-color: rgb(179,20,18); }
td.TdClassName
{
border-color: #B31412;
}
.TagClassName
{
border-color: #B31412;
}
</style>