Shades of Fire Brick #B81312
Tints of Fire Brick #B81312
RGB
CMYK
RGB Variations
Color information
#B81312 (or 0xB81312) is known color: Fire Brick. HEX triplet: B8, 13 and 12. RGB value is (184,19,18). Sum of RGB (Red+Green+Blue) = 184+19+18=221 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.26% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 184 - color contains mainly: red. Hex color #B81312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81312 is #47ECED. Grayscale: #444444. Windows color (decimal): -4713710 or 1184696. OLE color: 1184696.
HSL color Cylindrical-coordinate representation of color #B81312: hue angle of 0.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81312 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 18 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.28 |
| HSL | 0.36º | 0.82% | 0.4% | - |
| HSV(B) | 0.36º | 0.9% | 0.72% | - |
| XYZ | 20.11 | 10.7 | 1.58 | - |
| YUV | 68.22 | 99.66 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 18 | 0 | 0.90 | 0.90 | 0.28 | 0.36 | 0.82 | 0.4 |
| Hex | B8 | 13 | 12 | 0 | 5A | 5A | 1C | 0 | 52 | 28 |
| Octal | 270 | 23 | 22 | 0 | 132 | 132 | 34 | 0 | 122 | 50 |
| Binary | 10111000 | 10011 | 10010 | 0 | 1011010 | 1011010 | 11100 | 0 | 1010010 | 101000 |
Color Harmonies of #B81312
Complementary color
Monochromatic Colors of #B81312
Black with #B81312
Text Example
Text Example
White with #B81312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81312; }
p { color: rgb(184,19,18); }
H1.HeaderClassName
{
color: #B81312;
}
.AnyTagClassName
{
color: #B81312;
}
</style>
background-color css
<style>
a { background-color: #B81312; }
a { background-color: rgb(184,19,18); }
div.DivClassName
{
background-color: #B81312;
}
.BgClassName
{
background-color: #B81312;
}
</style>
border-color css
<style>
span { border-color: #B81312; }
span { border-color: rgb(184,19,18); }
td.TdClassName
{
border-color: #B81312;
}
.TagClassName
{
border-color: #B81312;
}
</style>