Shades of Fire Brick #B52E20
Tints of Fire Brick #B52E20
RGB
CMYK
RGB Variations
Color information
#B52E20 (or 0xB52E20) is known color: Fire Brick. HEX triplet: B5, 2E and 20. RGB value is (181,46,32). Sum of RGB (Red+Green+Blue) = 181+46+32=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52E20 is #4AD1DF. Grayscale: #545454. Windows color (decimal): -4903392 or 2109109. OLE color: 2109109.
HSL color Cylindrical-coordinate representation of color #B52E20: hue angle of 5.64º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52E20 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 46 | 32 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.29 |
| HSL | 5.64º | 0.7% | 0.42% | - |
| HSV(B) | 5.64º | 0.82% | 0.71% | - |
| XYZ | 20.29 | 11.88 | 2.59 | - |
| YUV | 84.77 | 98.23 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 46 | 32 | 0 | 0.75 | 0.82 | 0.29 | 5.64 | 0.7 | 0.42 |
| Hex | B5 | 2E | 20 | 0 | 4B | 52 | 1D | 6 | 46 | 2A |
| Octal | 265 | 56 | 40 | 0 | 113 | 122 | 35 | 6 | 106 | 52 |
| Binary | 10110101 | 101110 | 100000 | 0 | 1001011 | 1010010 | 11101 | 110 | 1000110 | 101010 |
Color Harmonies of #B52E20
Complementary color
Monochromatic Colors of #B52E20
Black with #B52E20
Text Example
Text Example
White with #B52E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52E20; }
p { color: rgb(181,46,32); }
H1.HeaderClassName
{
color: #B52E20;
}
.AnyTagClassName
{
color: #B52E20;
}
</style>
background-color css
<style>
a { background-color: #B52E20; }
a { background-color: rgb(181,46,32); }
div.DivClassName
{
background-color: #B52E20;
}
.BgClassName
{
background-color: #B52E20;
}
</style>
border-color css
<style>
span { border-color: #B52E20; }
span { border-color: rgb(181,46,32); }
td.TdClassName
{
border-color: #B52E20;
}
.TagClassName
{
border-color: #B52E20;
}
</style>