Shades of Fire Brick #B92414
Tints of Fire Brick #B92414
RGB
CMYK
RGB Variations
Color information
#B92414 (or 0xB92414) is known color: Fire Brick. HEX triplet: B9, 24 and 14. RGB value is (185,36,20). Sum of RGB (Red+Green+Blue) = 185+36+20=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B92414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92414 is #46DBEB. Grayscale: #4E4E4E. Windows color (decimal): -4643820 or 1320121. OLE color: 1320121.
HSL color Cylindrical-coordinate representation of color #B92414: hue angle of 5.82º 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 #B92414 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 36 | 20 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.27 |
| HSL | 5.82º | 0.8% | 0.4% | - |
| HSV(B) | 5.82º | 0.89% | 0.73% | - |
| XYZ | 20.76 | 11.63 | 1.81 | - |
| YUV | 78.73 | 94.86 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 20 | 0 | 0.81 | 0.89 | 0.27 | 5.82 | 0.8 | 0.4 |
| Hex | B9 | 24 | 14 | 0 | 51 | 59 | 1B | 6 | 50 | 28 |
| Octal | 271 | 44 | 24 | 0 | 121 | 131 | 33 | 6 | 120 | 50 |
| Binary | 10111001 | 100100 | 10100 | 0 | 1010001 | 1011001 | 11011 | 110 | 1010000 | 101000 |
Color Harmonies of #B92414
Complementary color
Monochromatic Colors of #B92414
Black with #B92414
Text Example
Text Example
White with #B92414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92414; }
p { color: rgb(185,36,20); }
H1.HeaderClassName
{
color: #B92414;
}
.AnyTagClassName
{
color: #B92414;
}
</style>
background-color css
<style>
a { background-color: #B92414; }
a { background-color: rgb(185,36,20); }
div.DivClassName
{
background-color: #B92414;
}
.BgClassName
{
background-color: #B92414;
}
</style>
border-color css
<style>
span { border-color: #B92414; }
span { border-color: rgb(185,36,20); }
td.TdClassName
{
border-color: #B92414;
}
.TagClassName
{
border-color: #B92414;
}
</style>