Shades of Fire Brick #B52725
Tints of Fire Brick #B52725
RGB
CMYK
RGB Variations
Color information
#B52725 (or 0xB52725) is known color: Fire Brick. HEX triplet: B5, 27 and 25. RGB value is (181,39,37). Sum of RGB (Red+Green+Blue) = 181+39+37=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B52725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52725 is #4AD8DA. Grayscale: #515151. Windows color (decimal): -4905179 or 2434997. OLE color: 2434997.
HSL color Cylindrical-coordinate representation of color #B52725: hue angle of 0.83º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52725 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 37 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.29 |
| HSL | 0.83º | 0.66% | 0.43% | - |
| HSV(B) | 0.83º | 0.8% | 0.71% | - |
| XYZ | 20.12 | 11.41 | 2.89 | - |
| YUV | 81.23 | 103.04 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 37 | 0 | 0.78 | 0.80 | 0.29 | 0.83 | 0.66 | 0.43 |
| Hex | B5 | 27 | 25 | 0 | 4E | 50 | 1D | 1 | 42 | 2B |
| Octal | 265 | 47 | 45 | 0 | 116 | 120 | 35 | 1 | 102 | 53 |
| Binary | 10110101 | 100111 | 100101 | 0 | 1001110 | 1010000 | 11101 | 1 | 1000010 | 101011 |
Color Harmonies of #B52725
Complementary color
Monochromatic Colors of #B52725
Black with #B52725
Text Example
Text Example
White with #B52725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52725; }
p { color: rgb(181,39,37); }
H1.HeaderClassName
{
color: #B52725;
}
.AnyTagClassName
{
color: #B52725;
}
</style>
background-color css
<style>
a { background-color: #B52725; }
a { background-color: rgb(181,39,37); }
div.DivClassName
{
background-color: #B52725;
}
.BgClassName
{
background-color: #B52725;
}
</style>
border-color css
<style>
span { border-color: #B52725; }
span { border-color: rgb(181,39,37); }
td.TdClassName
{
border-color: #B52725;
}
.TagClassName
{
border-color: #B52725;
}
</style>