Shades of Brick Red #B52D39
Tints of Brick Red #B52D39
RGB
CMYK
RGB Variations
Color information
#B52D39 (or 0xB52D39) is known color: Brick Red. HEX triplet: B5, 2D and 39. RGB value is (181,45,57). Sum of RGB (Red+Green+Blue) = 181+45+57=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52D39 is #4AD2C6. Grayscale: #575757. Windows color (decimal): -4903623 or 3747253. OLE color: 3747253.
HSL color Cylindrical-coordinate representation of color #B52D39: hue angle of 354.71º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52D39 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 57 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.29 |
| HSL | 354.71º | 0.6% | 0.44% | - |
| HSV(B) | 354.71º | 0.75% | 0.71% | - |
| XYZ | 20.73 | 12 | 5.09 | - |
| YUV | 87.03 | 111.06 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 57 | 0 | 0.75 | 0.69 | 0.29 | 354.71 | 0.6 | 0.44 |
| Hex | B5 | 2D | 39 | 0 | 4B | 45 | 1D | 163 | 3C | 2C |
| Octal | 265 | 55 | 71 | 0 | 113 | 105 | 35 | 543 | 74 | 54 |
| Binary | 10110101 | 101101 | 111001 | 0 | 1001011 | 1000101 | 11101 | 101100011 | 111100 | 101100 |
Color Harmonies of #B52D39
Complementary color
Monochromatic Colors of #B52D39
Black with #B52D39
Text Example
Text Example
White with #B52D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52D39; }
p { color: rgb(181,45,57); }
H1.HeaderClassName
{
color: #B52D39;
}
.AnyTagClassName
{
color: #B52D39;
}
</style>
background-color css
<style>
a { background-color: #B52D39; }
a { background-color: rgb(181,45,57); }
div.DivClassName
{
background-color: #B52D39;
}
.BgClassName
{
background-color: #B52D39;
}
</style>
border-color css
<style>
span { border-color: #B52D39; }
span { border-color: rgb(181,45,57); }
td.TdClassName
{
border-color: #B52D39;
}
.TagClassName
{
border-color: #B52D39;
}
</style>