Shades of Fire Brick #B92D23
Tints of Fire Brick #B92D23
RGB
CMYK
RGB Variations
Color information
#B92D23 (or 0xB92D23) is known color: Fire Brick. HEX triplet: B9, 2D and 23. RGB value is (185,45,35). Sum of RGB (Red+Green+Blue) = 185+45+35=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92D23 is #46D2DC. Grayscale: #555555. Windows color (decimal): -4641501 or 2305465. OLE color: 2305465.
HSL color Cylindrical-coordinate representation of color #B92D23: hue angle of 4º degrees, saturation: 0.68, 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 #B92D23 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 45 | 35 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.27 |
| HSL | 4º | 0.68% | 0.43% | - |
| HSV(B) | 4º | 0.81% | 0.73% | - |
| XYZ | 21.25 | 12.31 | 2.85 | - |
| YUV | 85.72 | 99.38 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 35 | 0 | 0.76 | 0.81 | 0.27 | 4 | 0.68 | 0.43 |
| Hex | B9 | 2D | 23 | 0 | 4C | 51 | 1B | 4 | 44 | 2B |
| Octal | 271 | 55 | 43 | 0 | 114 | 121 | 33 | 4 | 104 | 53 |
| Binary | 10111001 | 101101 | 100011 | 0 | 1001100 | 1010001 | 11011 | 100 | 1000100 | 101011 |
Color Harmonies of #B92D23
Complementary color
Monochromatic Colors of #B92D23
Black with #B92D23
Text Example
Text Example
White with #B92D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92D23; }
p { color: rgb(185,45,35); }
H1.HeaderClassName
{
color: #B92D23;
}
.AnyTagClassName
{
color: #B92D23;
}
</style>
background-color css
<style>
a { background-color: #B92D23; }
a { background-color: rgb(185,45,35); }
div.DivClassName
{
background-color: #B92D23;
}
.BgClassName
{
background-color: #B92D23;
}
</style>
border-color css
<style>
span { border-color: #B92D23; }
span { border-color: rgb(185,45,35); }
td.TdClassName
{
border-color: #B92D23;
}
.TagClassName
{
border-color: #B92D23;
}
</style>