Shades of Fire Brick #B92524
Tints of Fire Brick #B92524
RGB
CMYK
RGB Variations
Color information
#B92524 (or 0xB92524) is known color: Fire Brick. HEX triplet: B9, 25 and 24. RGB value is (185,37,36). Sum of RGB (Red+Green+Blue) = 185+37+36=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B92524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92524 is #46DADB. Grayscale: #515151. Windows color (decimal): -4643548 or 2368953. OLE color: 2368953.
HSL color Cylindrical-coordinate representation of color #B92524: hue angle of 0.4º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92524 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 37 | 36 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.27 |
| HSL | 0.4º | 0.67% | 0.43% | - |
| HSV(B) | 0.4º | 0.81% | 0.73% | - |
| XYZ | 20.99 | 11.76 | 2.83 | - |
| YUV | 81.14 | 102.53 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 36 | 0 | 0.80 | 0.81 | 0.27 | 0.4 | 0.67 | 0.43 |
| Hex | B9 | 25 | 24 | 0 | 50 | 51 | 1B | 0 | 43 | 2B |
| Octal | 271 | 45 | 44 | 0 | 120 | 121 | 33 | 0 | 103 | 53 |
| Binary | 10111001 | 100101 | 100100 | 0 | 1010000 | 1010001 | 11011 | 0 | 1000011 | 101011 |
Color Harmonies of #B92524
Complementary color
Monochromatic Colors of #B92524
Black with #B92524
Text Example
Text Example
White with #B92524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92524; }
p { color: rgb(185,37,36); }
H1.HeaderClassName
{
color: #B92524;
}
.AnyTagClassName
{
color: #B92524;
}
</style>
background-color css
<style>
a { background-color: #B92524; }
a { background-color: rgb(185,37,36); }
div.DivClassName
{
background-color: #B92524;
}
.BgClassName
{
background-color: #B92524;
}
</style>
border-color css
<style>
span { border-color: #B92524; }
span { border-color: rgb(185,37,36); }
td.TdClassName
{
border-color: #B92524;
}
.TagClassName
{
border-color: #B92524;
}
</style>