Shades of Brick Red #B52D3B
Tints of Brick Red #B52D3B
RGB
CMYK
RGB Variations
Color information
#B52D3B (or 0xB52D3B) is known color: Brick Red. HEX triplet: B5, 2D and 3B. RGB value is (181,45,59). Sum of RGB (Red+Green+Blue) = 181+45+59=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52D3B is #4AD2C4. Grayscale: #575757. Windows color (decimal): -4903621 or 3878325. OLE color: 3878325.
HSL color Cylindrical-coordinate representation of color #B52D3B: hue angle of 353.82º 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 #B52D3B is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 59 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.29 |
| HSL | 353.82º | 0.6% | 0.44% | - |
| HSV(B) | 353.82º | 0.75% | 0.71% | - |
| XYZ | 20.78 | 12.02 | 5.36 | - |
| YUV | 87.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 59 | 0 | 0.75 | 0.67 | 0.29 | 353.82 | 0.6 | 0.44 |
| Hex | B5 | 2D | 3B | 0 | 4B | 43 | 1D | 162 | 3C | 2C |
| Octal | 265 | 55 | 73 | 0 | 113 | 103 | 35 | 542 | 74 | 54 |
| Binary | 10110101 | 101101 | 111011 | 0 | 1001011 | 1000011 | 11101 | 101100010 | 111100 | 101100 |
Color Harmonies of #B52D3B
Complementary color
Monochromatic Colors of #B52D3B
Black with #B52D3B
Text Example
Text Example
White with #B52D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52D3B; }
p { color: rgb(181,45,59); }
H1.HeaderClassName
{
color: #B52D3B;
}
.AnyTagClassName
{
color: #B52D3B;
}
</style>
background-color css
<style>
a { background-color: #B52D3B; }
a { background-color: rgb(181,45,59); }
div.DivClassName
{
background-color: #B52D3B;
}
.BgClassName
{
background-color: #B52D3B;
}
</style>
border-color css
<style>
span { border-color: #B52D3B; }
span { border-color: rgb(181,45,59); }
td.TdClassName
{
border-color: #B52D3B;
}
.TagClassName
{
border-color: #B52D3B;
}
</style>