Shades of Fire Brick #B92014
Tints of Fire Brick #B92014
RGB
CMYK
RGB Variations
Color information
#B92014 (or 0xB92014) is known color: Fire Brick. HEX triplet: B9, 20 and 14. RGB value is (185,32,20). Sum of RGB (Red+Green+Blue) = 185+32+20=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B92014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92014 is #46DFEB. Grayscale: #4C4C4C. Windows color (decimal): -4644844 or 1319097. OLE color: 1319097.
HSL color Cylindrical-coordinate representation of color #B92014: hue angle of 4.36º 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 #B92014 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 20 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.27 |
| HSL | 4.36º | 0.8% | 0.4% | - |
| HSV(B) | 4.36º | 0.89% | 0.73% | - |
| XYZ | 20.65 | 11.4 | 1.77 | - |
| YUV | 76.38 | 96.19 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 20 | 0 | 0.83 | 0.89 | 0.27 | 4.36 | 0.8 | 0.4 |
| Hex | B9 | 20 | 14 | 0 | 53 | 59 | 1B | 4 | 50 | 28 |
| Octal | 271 | 40 | 24 | 0 | 123 | 131 | 33 | 4 | 120 | 50 |
| Binary | 10111001 | 100000 | 10100 | 0 | 1010011 | 1011001 | 11011 | 100 | 1010000 | 101000 |
Color Harmonies of #B92014
Complementary color
Monochromatic Colors of #B92014
Black with #B92014
Text Example
Text Example
White with #B92014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92014; }
p { color: rgb(185,32,20); }
H1.HeaderClassName
{
color: #B92014;
}
.AnyTagClassName
{
color: #B92014;
}
</style>
background-color css
<style>
a { background-color: #B92014; }
a { background-color: rgb(185,32,20); }
div.DivClassName
{
background-color: #B92014;
}
.BgClassName
{
background-color: #B92014;
}
</style>
border-color css
<style>
span { border-color: #B92014; }
span { border-color: rgb(185,32,20); }
td.TdClassName
{
border-color: #B92014;
}
.TagClassName
{
border-color: #B92014;
}
</style>