Shades of Fire Brick #B92725
Tints of Fire Brick #B92725
RGB
CMYK
RGB Variations
Color information
#B92725 (or 0xB92725) is known color: Fire Brick. HEX triplet: B9, 27 and 25. RGB value is (185,39,37). Sum of RGB (Red+Green+Blue) = 185+39+37=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B92725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92725 is #46D8DA. Grayscale: #525252. Windows color (decimal): -4643035 or 2435001. OLE color: 2435001.
HSL color Cylindrical-coordinate representation of color #B92725: hue angle of 0.81º 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 #B92725 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 39 | 37 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.27 |
| HSL | 0.81º | 0.67% | 0.44% | - |
| HSV(B) | 0.81º | 0.8% | 0.73% | - |
| XYZ | 21.07 | 11.9 | 2.94 | - |
| YUV | 82.43 | 102.37 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 39 | 37 | 0 | 0.79 | 0.80 | 0.27 | 0.81 | 0.67 | 0.44 |
| Hex | B9 | 27 | 25 | 0 | 4F | 50 | 1B | 1 | 43 | 2C |
| Octal | 271 | 47 | 45 | 0 | 117 | 120 | 33 | 1 | 103 | 54 |
| Binary | 10111001 | 100111 | 100101 | 0 | 1001111 | 1010000 | 11011 | 1 | 1000011 | 101100 |
Color Harmonies of #B92725
Complementary color
Monochromatic Colors of #B92725
Black with #B92725
Text Example
Text Example
White with #B92725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92725; }
p { color: rgb(185,39,37); }
H1.HeaderClassName
{
color: #B92725;
}
.AnyTagClassName
{
color: #B92725;
}
</style>
background-color css
<style>
a { background-color: #B92725; }
a { background-color: rgb(185,39,37); }
div.DivClassName
{
background-color: #B92725;
}
.BgClassName
{
background-color: #B92725;
}
</style>
border-color css
<style>
span { border-color: #B92725; }
span { border-color: rgb(185,39,37); }
td.TdClassName
{
border-color: #B92725;
}
.TagClassName
{
border-color: #B92725;
}
</style>