Shades of Fire Brick #B92512
Tints of Fire Brick #B92512
RGB
CMYK
RGB Variations
Color information
#B92512 (or 0xB92512) is known color: Fire Brick. HEX triplet: B9, 25 and 12. RGB value is (185,37,18). Sum of RGB (Red+Green+Blue) = 185+37+18=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B92512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92512 is #46DAED. Grayscale: #4F4F4F. Windows color (decimal): -4643566 or 1189305. OLE color: 1189305.
HSL color Cylindrical-coordinate representation of color #B92512: hue angle of 6.83º 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 #B92512 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 37 | 18 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.27 |
| HSL | 6.83º | 0.82% | 0.4% | - |
| HSV(B) | 6.83º | 0.9% | 0.73% | - |
| XYZ | 20.78 | 11.68 | 1.73 | - |
| YUV | 79.09 | 93.53 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 18 | 0 | 0.80 | 0.90 | 0.27 | 6.83 | 0.82 | 0.4 |
| Hex | B9 | 25 | 12 | 0 | 50 | 5A | 1B | 7 | 52 | 28 |
| Octal | 271 | 45 | 22 | 0 | 120 | 132 | 33 | 7 | 122 | 50 |
| Binary | 10111001 | 100101 | 10010 | 0 | 1010000 | 1011010 | 11011 | 111 | 1010010 | 101000 |
Color Harmonies of #B92512
Complementary color
Monochromatic Colors of #B92512
Black with #B92512
Text Example
Text Example
White with #B92512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92512; }
p { color: rgb(185,37,18); }
H1.HeaderClassName
{
color: #B92512;
}
.AnyTagClassName
{
color: #B92512;
}
</style>
background-color css
<style>
a { background-color: #B92512; }
a { background-color: rgb(185,37,18); }
div.DivClassName
{
background-color: #B92512;
}
.BgClassName
{
background-color: #B92512;
}
</style>
border-color css
<style>
span { border-color: #B92512; }
span { border-color: rgb(185,37,18); }
td.TdClassName
{
border-color: #B92512;
}
.TagClassName
{
border-color: #B92512;
}
</style>