Shades of Fire Brick #B92210
Tints of Fire Brick #B92210
RGB
CMYK
RGB Variations
Color information
#B92210 (or 0xB92210) is known color: Fire Brick. HEX triplet: B9, 22 and 10. RGB value is (185,34,16). Sum of RGB (Red+Green+Blue) = 185+34+16=235 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.72% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 185 - color contains mainly: red. Hex color #B92210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92210 is #46DDEF. Grayscale: #4D4D4D. Windows color (decimal): -4644336 or 1057465. OLE color: 1057465.
HSL color Cylindrical-coordinate representation of color #B92210: hue angle of 6.39º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B92210 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 34 | 16 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.27 |
| HSL | 6.39º | 0.84% | 0.39% | - |
| HSV(B) | 6.39º | 0.91% | 0.73% | - |
| XYZ | 20.67 | 11.5 | 1.62 | - |
| YUV | 77.1 | 93.53 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 34 | 16 | 0 | 0.82 | 0.91 | 0.27 | 6.39 | 0.84 | 0.39 |
| Hex | B9 | 22 | 10 | 0 | 52 | 5B | 1B | 6 | 54 | 27 |
| Octal | 271 | 42 | 20 | 0 | 122 | 133 | 33 | 6 | 124 | 47 |
| Binary | 10111001 | 100010 | 10000 | 0 | 1010010 | 1011011 | 11011 | 110 | 1010100 | 100111 |
Color Harmonies of #B92210
Complementary color
Monochromatic Colors of #B92210
Black with #B92210
Text Example
Text Example
White with #B92210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92210; }
p { color: rgb(185,34,16); }
H1.HeaderClassName
{
color: #B92210;
}
.AnyTagClassName
{
color: #B92210;
}
</style>
background-color css
<style>
a { background-color: #B92210; }
a { background-color: rgb(185,34,16); }
div.DivClassName
{
background-color: #B92210;
}
.BgClassName
{
background-color: #B92210;
}
</style>
border-color css
<style>
span { border-color: #B92210; }
span { border-color: rgb(185,34,16); }
td.TdClassName
{
border-color: #B92210;
}
.TagClassName
{
border-color: #B92210;
}
</style>