Shades of Fire Brick #B91211
Tints of Fire Brick #B91211
RGB
CMYK
RGB Variations
Color information
#B91211 (or 0xB91211) is known color: Fire Brick. HEX triplet: B9, 12 and 11. RGB value is (185,18,17). Sum of RGB (Red+Green+Blue) = 185+18+17=220 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.09% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 185 - color contains mainly: red. Hex color #B91211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91211 is #46EDEE. Grayscale: #434343. Windows color (decimal): -4648431 or 1118905. OLE color: 1118905.
HSL color Cylindrical-coordinate representation of color #B91211: hue angle of 0.36º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91211 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 17 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.27 |
| HSL | 0.36º | 0.83% | 0.4% | - |
| HSV(B) | 0.36º | 0.91% | 0.73% | - |
| XYZ | 20.33 | 10.79 | 1.54 | - |
| YUV | 67.82 | 99.33 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 17 | 0 | 0.90 | 0.91 | 0.27 | 0.36 | 0.83 | 0.4 |
| Hex | B9 | 12 | 11 | 0 | 5A | 5B | 1B | 0 | 53 | 28 |
| Octal | 271 | 22 | 21 | 0 | 132 | 133 | 33 | 0 | 123 | 50 |
| Binary | 10111001 | 10010 | 10001 | 0 | 1011010 | 1011011 | 11011 | 0 | 1010011 | 101000 |
Color Harmonies of #B91211
Complementary color
Monochromatic Colors of #B91211
Black with #B91211
Text Example
Text Example
White with #B91211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91211; }
p { color: rgb(185,18,17); }
H1.HeaderClassName
{
color: #B91211;
}
.AnyTagClassName
{
color: #B91211;
}
</style>
background-color css
<style>
a { background-color: #B91211; }
a { background-color: rgb(185,18,17); }
div.DivClassName
{
background-color: #B91211;
}
.BgClassName
{
background-color: #B91211;
}
</style>
border-color css
<style>
span { border-color: #B91211; }
span { border-color: rgb(185,18,17); }
td.TdClassName
{
border-color: #B91211;
}
.TagClassName
{
border-color: #B91211;
}
</style>