Shades of Brick Red #B52D3C
Tints of Brick Red #B52D3C
RGB
CMYK
RGB Variations
Color information
#B52D3C (or 0xB52D3C) is known color: Brick Red. HEX triplet: B5, 2D and 3C. RGB value is (181,45,60). Sum of RGB (Red+Green+Blue) = 181+45+60=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52D3C is #4AD2C3. Grayscale: #575757. Windows color (decimal): -4903620 or 3943861. OLE color: 3943861.
HSL color Cylindrical-coordinate representation of color #B52D3C: hue angle of 353.38º 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 #B52D3C is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 60 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.29 |
| HSL | 353.38º | 0.6% | 0.44% | - |
| HSV(B) | 353.38º | 0.75% | 0.71% | - |
| XYZ | 20.81 | 12.03 | 5.5 | - |
| YUV | 87.37 | 112.56 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 60 | 0 | 0.75 | 0.67 | 0.29 | 353.38 | 0.6 | 0.44 |
| Hex | B5 | 2D | 3C | 0 | 4B | 43 | 1D | 161 | 3C | 2C |
| Octal | 265 | 55 | 74 | 0 | 113 | 103 | 35 | 541 | 74 | 54 |
| Binary | 10110101 | 101101 | 111100 | 0 | 1001011 | 1000011 | 11101 | 101100001 | 111100 | 101100 |
Color Harmonies of #B52D3C
Complementary color
Monochromatic Colors of #B52D3C
Black with #B52D3C
Text Example
Text Example
White with #B52D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52D3C; }
p { color: rgb(181,45,60); }
H1.HeaderClassName
{
color: #B52D3C;
}
.AnyTagClassName
{
color: #B52D3C;
}
</style>
background-color css
<style>
a { background-color: #B52D3C; }
a { background-color: rgb(181,45,60); }
div.DivClassName
{
background-color: #B52D3C;
}
.BgClassName
{
background-color: #B52D3C;
}
</style>
border-color css
<style>
span { border-color: #B52D3C; }
span { border-color: rgb(181,45,60); }
td.TdClassName
{
border-color: #B52D3C;
}
.TagClassName
{
border-color: #B52D3C;
}
</style>