Shades of Fire Brick #B9211E
Tints of Fire Brick #B9211E
RGB
CMYK
RGB Variations
Color information
#B9211E (or 0xB9211E) is known color: Fire Brick. HEX triplet: B9, 21 and 1E. RGB value is (185,33,30). Sum of RGB (Red+Green+Blue) = 185+33+30=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B9211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9211E is #46DEE1. Grayscale: #4E4E4E. Windows color (decimal): -4644578 or 1974713. OLE color: 1974713.
HSL color Cylindrical-coordinate representation of color #B9211E: hue angle of 1.16º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9211E is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 33 | 30 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.27 |
| HSL | 1.16º | 0.72% | 0.42% | - |
| HSV(B) | 1.16º | 0.84% | 0.73% | - |
| XYZ | 20.79 | 11.5 | 2.35 | - |
| YUV | 78.11 | 100.86 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 30 | 0 | 0.82 | 0.84 | 0.27 | 1.16 | 0.72 | 0.42 |
| Hex | B9 | 21 | 1E | 0 | 52 | 54 | 1B | 1 | 48 | 2A |
| Octal | 271 | 41 | 36 | 0 | 122 | 124 | 33 | 1 | 110 | 52 |
| Binary | 10111001 | 100001 | 11110 | 0 | 1010010 | 1010100 | 11011 | 1 | 1001000 | 101010 |
Color Harmonies of #B9211E
Complementary color
Monochromatic Colors of #B9211E
Black with #B9211E
Text Example
Text Example
White with #B9211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9211E; }
p { color: rgb(185,33,30); }
H1.HeaderClassName
{
color: #B9211E;
}
.AnyTagClassName
{
color: #B9211E;
}
</style>
background-color css
<style>
a { background-color: #B9211E; }
a { background-color: rgb(185,33,30); }
div.DivClassName
{
background-color: #B9211E;
}
.BgClassName
{
background-color: #B9211E;
}
</style>
border-color css
<style>
span { border-color: #B9211E; }
span { border-color: rgb(185,33,30); }
td.TdClassName
{
border-color: #B9211E;
}
.TagClassName
{
border-color: #B9211E;
}
</style>