Shades of Fire Brick #B9211F
Tints of Fire Brick #B9211F
RGB
CMYK
RGB Variations
Color information
#B9211F (or 0xB9211F) is known color: Fire Brick. HEX triplet: B9, 21 and 1F. RGB value is (185,33,31). Sum of RGB (Red+Green+Blue) = 185+33+31=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B9211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9211F is #46DEE0. Grayscale: #4E4E4E. Windows color (decimal): -4644577 or 2040249. OLE color: 2040249.
HSL color Cylindrical-coordinate representation of color #B9211F: hue angle of 0.78º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9211F is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 33 | 31 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.27 |
| HSL | 0.78º | 0.71% | 0.42% | - |
| HSV(B) | 0.78º | 0.83% | 0.73% | - |
| XYZ | 20.8 | 11.5 | 2.42 | - |
| YUV | 78.22 | 101.36 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 31 | 0 | 0.82 | 0.83 | 0.27 | 0.78 | 0.71 | 0.42 |
| Hex | B9 | 21 | 1F | 0 | 52 | 53 | 1B | 1 | 47 | 2A |
| Octal | 271 | 41 | 37 | 0 | 122 | 123 | 33 | 1 | 107 | 52 |
| Binary | 10111001 | 100001 | 11111 | 0 | 1010010 | 1010011 | 11011 | 1 | 1000111 | 101010 |
Color Harmonies of #B9211F
Complementary color
Monochromatic Colors of #B9211F
Black with #B9211F
Text Example
Text Example
White with #B9211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9211F; }
p { color: rgb(185,33,31); }
H1.HeaderClassName
{
color: #B9211F;
}
.AnyTagClassName
{
color: #B9211F;
}
</style>
background-color css
<style>
a { background-color: #B9211F; }
a { background-color: rgb(185,33,31); }
div.DivClassName
{
background-color: #B9211F;
}
.BgClassName
{
background-color: #B9211F;
}
</style>
border-color css
<style>
span { border-color: #B9211F; }
span { border-color: rgb(185,33,31); }
td.TdClassName
{
border-color: #B9211F;
}
.TagClassName
{
border-color: #B9211F;
}
</style>