Shades of Fire Brick #B92D25
Tints of Fire Brick #B92D25
RGB
CMYK
RGB Variations
Color information
#B92D25 (or 0xB92D25) is known color: Fire Brick. HEX triplet: B9, 2D and 25. RGB value is (185,45,37). Sum of RGB (Red+Green+Blue) = 185+45+37=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92D25 is #46D2DA. Grayscale: #565656. Windows color (decimal): -4641499 or 2436537. OLE color: 2436537.
HSL color Cylindrical-coordinate representation of color #B92D25: hue angle of 3.24º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92D25 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 45 | 37 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.27 |
| HSL | 3.24º | 0.67% | 0.44% | - |
| HSV(B) | 3.24º | 0.8% | 0.73% | - |
| XYZ | 21.28 | 12.32 | 3.01 | - |
| YUV | 85.95 | 100.38 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 37 | 0 | 0.76 | 0.80 | 0.27 | 3.24 | 0.67 | 0.44 |
| Hex | B9 | 2D | 25 | 0 | 4C | 50 | 1B | 3 | 43 | 2C |
| Octal | 271 | 55 | 45 | 0 | 114 | 120 | 33 | 3 | 103 | 54 |
| Binary | 10111001 | 101101 | 100101 | 0 | 1001100 | 1010000 | 11011 | 11 | 1000011 | 101100 |
Color Harmonies of #B92D25
Complementary color
Monochromatic Colors of #B92D25
Black with #B92D25
Text Example
Text Example
White with #B92D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92D25; }
p { color: rgb(185,45,37); }
H1.HeaderClassName
{
color: #B92D25;
}
.AnyTagClassName
{
color: #B92D25;
}
</style>
background-color css
<style>
a { background-color: #B92D25; }
a { background-color: rgb(185,45,37); }
div.DivClassName
{
background-color: #B92D25;
}
.BgClassName
{
background-color: #B92D25;
}
</style>
border-color css
<style>
span { border-color: #B92D25; }
span { border-color: rgb(185,45,37); }
td.TdClassName
{
border-color: #B92D25;
}
.TagClassName
{
border-color: #B92D25;
}
</style>