Shades of Fire Brick #B91815
Tints of Fire Brick #B91815
RGB
CMYK
RGB Variations
Color information
#B91815 (or 0xB91815) is known color: Fire Brick. HEX triplet: B9, 18 and 15. RGB value is (185,24,21). Sum of RGB (Red+Green+Blue) = 185+24+21=230 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.43% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 185 - color contains mainly: red. Hex color #B91815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91815 is #46E7EA. Grayscale: #474747. Windows color (decimal): -4646891 or 1382585. OLE color: 1382585.
HSL color Cylindrical-coordinate representation of color #B91815: hue angle of 1.1º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91815 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 24 | 21 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.27 |
| HSL | 1.1º | 0.8% | 0.4% | - |
| HSV(B) | 1.1º | 0.89% | 0.73% | - |
| XYZ | 20.47 | 11.02 | 1.76 | - |
| YUV | 71.8 | 99.34 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 24 | 21 | 0 | 0.87 | 0.89 | 0.27 | 1.1 | 0.8 | 0.4 |
| Hex | B9 | 18 | 15 | 0 | 57 | 59 | 1B | 1 | 50 | 28 |
| Octal | 271 | 30 | 25 | 0 | 127 | 131 | 33 | 1 | 120 | 50 |
| Binary | 10111001 | 11000 | 10101 | 0 | 1010111 | 1011001 | 11011 | 1 | 1010000 | 101000 |
Color Harmonies of #B91815
Complementary color
Monochromatic Colors of #B91815
Black with #B91815
Text Example
Text Example
White with #B91815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91815; }
p { color: rgb(185,24,21); }
H1.HeaderClassName
{
color: #B91815;
}
.AnyTagClassName
{
color: #B91815;
}
</style>
background-color css
<style>
a { background-color: #B91815; }
a { background-color: rgb(185,24,21); }
div.DivClassName
{
background-color: #B91815;
}
.BgClassName
{
background-color: #B91815;
}
</style>
border-color css
<style>
span { border-color: #B91815; }
span { border-color: rgb(185,24,21); }
td.TdClassName
{
border-color: #B91815;
}
.TagClassName
{
border-color: #B91815;
}
</style>