Shades of Fire Brick #B92712
Tints of Fire Brick #B92712
RGB
CMYK
RGB Variations
Color information
#B92712 (or 0xB92712) is known color: Fire Brick. HEX triplet: B9, 27 and 12. RGB value is (185,39,18). Sum of RGB (Red+Green+Blue) = 185+39+18=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B92712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92712 is #46D8ED. Grayscale: #505050. Windows color (decimal): -4643054 or 1189817. OLE color: 1189817.
HSL color Cylindrical-coordinate representation of color #B92712: hue angle of 7.54º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B92712 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 39 | 18 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.27 |
| HSL | 7.54º | 0.82% | 0.4% | - |
| HSV(B) | 7.54º | 0.9% | 0.73% | - |
| XYZ | 20.84 | 11.81 | 1.75 | - |
| YUV | 80.26 | 92.87 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 39 | 18 | 0 | 0.79 | 0.90 | 0.27 | 7.54 | 0.82 | 0.4 |
| Hex | B9 | 27 | 12 | 0 | 4F | 5A | 1B | 8 | 52 | 28 |
| Octal | 271 | 47 | 22 | 0 | 117 | 132 | 33 | 10 | 122 | 50 |
| Binary | 10111001 | 100111 | 10010 | 0 | 1001111 | 1011010 | 11011 | 1000 | 1010010 | 101000 |
Color Harmonies of #B92712
Complementary color
Monochromatic Colors of #B92712
Black with #B92712
Text Example
Text Example
White with #B92712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92712; }
p { color: rgb(185,39,18); }
H1.HeaderClassName
{
color: #B92712;
}
.AnyTagClassName
{
color: #B92712;
}
</style>
background-color css
<style>
a { background-color: #B92712; }
a { background-color: rgb(185,39,18); }
div.DivClassName
{
background-color: #B92712;
}
.BgClassName
{
background-color: #B92712;
}
</style>
border-color css
<style>
span { border-color: #B92712; }
span { border-color: rgb(185,39,18); }
td.TdClassName
{
border-color: #B92712;
}
.TagClassName
{
border-color: #B92712;
}
</style>