Shades of Brick Red #B52E37
Tints of Brick Red #B52E37
RGB
CMYK
RGB Variations
Color information
#B52E37 (or 0xB52E37) is known color: Brick Red. HEX triplet: B5, 2E and 37. RGB value is (181,46,55). Sum of RGB (Red+Green+Blue) = 181+46+55=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52E37 is #4AD1C8. Grayscale: #575757. Windows color (decimal): -4903369 or 3616437. OLE color: 3616437.
HSL color Cylindrical-coordinate representation of color #B52E37: hue angle of 356º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52E37 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 46 | 55 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.29 |
| HSL | 356º | 0.59% | 0.45% | - |
| HSV(B) | 356º | 0.75% | 0.71% | - |
| XYZ | 20.72 | 12.05 | 4.85 | - |
| YUV | 87.39 | 109.73 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 46 | 55 | 0 | 0.75 | 0.70 | 0.29 | 356 | 0.59 | 0.45 |
| Hex | B5 | 2E | 37 | 0 | 4B | 46 | 1D | 164 | 3B | 2D |
| Octal | 265 | 56 | 67 | 0 | 113 | 106 | 35 | 544 | 73 | 55 |
| Binary | 10110101 | 101110 | 110111 | 0 | 1001011 | 1000110 | 11101 | 101100100 | 111011 | 101101 |
Color Harmonies of #B52E37
Complementary color
Monochromatic Colors of #B52E37
Black with #B52E37
Text Example
Text Example
White with #B52E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52E37; }
p { color: rgb(181,46,55); }
H1.HeaderClassName
{
color: #B52E37;
}
.AnyTagClassName
{
color: #B52E37;
}
</style>
background-color css
<style>
a { background-color: #B52E37; }
a { background-color: rgb(181,46,55); }
div.DivClassName
{
background-color: #B52E37;
}
.BgClassName
{
background-color: #B52E37;
}
</style>
border-color css
<style>
span { border-color: #B52E37; }
span { border-color: rgb(181,46,55); }
td.TdClassName
{
border-color: #B52E37;
}
.TagClassName
{
border-color: #B52E37;
}
</style>