Shades of Fire Brick #B92816
Tints of Fire Brick #B92816
RGB
CMYK
RGB Variations
Color information
#B92816 (or 0xB92816) is known color: Fire Brick. HEX triplet: B9, 28 and 16. RGB value is (185,40,22). Sum of RGB (Red+Green+Blue) = 185+40+22=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B92816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92816 is #46D7E9. Grayscale: #515151. Windows color (decimal): -4642794 or 1452217. OLE color: 1452217.
HSL color Cylindrical-coordinate representation of color #B92816: hue angle of 6.63º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B92816 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 22 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.27 |
| HSL | 6.63º | 0.79% | 0.41% | - |
| HSV(B) | 6.63º | 0.88% | 0.73% | - |
| XYZ | 20.91 | 11.89 | 1.95 | - |
| YUV | 81.3 | 94.54 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 22 | 0 | 0.78 | 0.88 | 0.27 | 6.63 | 0.79 | 0.41 |
| Hex | B9 | 28 | 16 | 0 | 4E | 58 | 1B | 7 | 4F | 29 |
| Octal | 271 | 50 | 26 | 0 | 116 | 130 | 33 | 7 | 117 | 51 |
| Binary | 10111001 | 101000 | 10110 | 0 | 1001110 | 1011000 | 11011 | 111 | 1001111 | 101001 |
Color Harmonies of #B92816
Complementary color
Monochromatic Colors of #B92816
Black with #B92816
Text Example
Text Example
White with #B92816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92816; }
p { color: rgb(185,40,22); }
H1.HeaderClassName
{
color: #B92816;
}
.AnyTagClassName
{
color: #B92816;
}
</style>
background-color css
<style>
a { background-color: #B92816; }
a { background-color: rgb(185,40,22); }
div.DivClassName
{
background-color: #B92816;
}
.BgClassName
{
background-color: #B92816;
}
</style>
border-color css
<style>
span { border-color: #B92816; }
span { border-color: rgb(185,40,22); }
td.TdClassName
{
border-color: #B92816;
}
.TagClassName
{
border-color: #B92816;
}
</style>