Shades of Fire Brick #B92E24
Tints of Fire Brick #B92E24
RGB
CMYK
RGB Variations
Color information
#B92E24 (or 0xB92E24) is known color: Fire Brick. HEX triplet: B9, 2E and 24. RGB value is (185,46,36). Sum of RGB (Red+Green+Blue) = 185+46+36=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92E24 is #46D1DB. Grayscale: #565656. Windows color (decimal): -4641244 or 2371257. OLE color: 2371257.
HSL color Cylindrical-coordinate representation of color #B92E24: hue angle of 4.03º 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 #B92E24 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 46 | 36 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.27 |
| HSL | 4.03º | 0.67% | 0.43% | - |
| HSV(B) | 4.03º | 0.81% | 0.73% | - |
| XYZ | 21.3 | 12.4 | 2.94 | - |
| YUV | 86.42 | 99.55 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 46 | 36 | 0 | 0.75 | 0.81 | 0.27 | 4.03 | 0.67 | 0.43 |
| Hex | B9 | 2E | 24 | 0 | 4B | 51 | 1B | 4 | 43 | 2B |
| Octal | 271 | 56 | 44 | 0 | 113 | 121 | 33 | 4 | 103 | 53 |
| Binary | 10111001 | 101110 | 100100 | 0 | 1001011 | 1010001 | 11011 | 100 | 1000011 | 101011 |
Color Harmonies of #B92E24
Complementary color
Monochromatic Colors of #B92E24
Black with #B92E24
Text Example
Text Example
White with #B92E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92E24; }
p { color: rgb(185,46,36); }
H1.HeaderClassName
{
color: #B92E24;
}
.AnyTagClassName
{
color: #B92E24;
}
</style>
background-color css
<style>
a { background-color: #B92E24; }
a { background-color: rgb(185,46,36); }
div.DivClassName
{
background-color: #B92E24;
}
.BgClassName
{
background-color: #B92E24;
}
</style>
border-color css
<style>
span { border-color: #B92E24; }
span { border-color: rgb(185,46,36); }
td.TdClassName
{
border-color: #B92E24;
}
.TagClassName
{
border-color: #B92E24;
}
</style>