Shades of Old Rose #B52053
Tints of Old Rose #B52053
RGB
CMYK
RGB Variations
Color information
#B52053 (or 0xB52053) is known color: Old Rose. HEX triplet: B5, 20 and 53. RGB value is (181,32,83). Sum of RGB (Red+Green+Blue) = 181+32+83=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B52053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52053 is #4ADFAC. Grayscale: #525252. Windows color (decimal): -4906925 or 5447861. OLE color: 5447861.
HSL color Cylindrical-coordinate representation of color #B52053: hue angle of 339.46º 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 #B52053 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 83 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.29 |
| HSL | 339.46º | 0.7% | 0.42% | - |
| HSV(B) | 339.46º | 0.82% | 0.71% | - |
| XYZ | 21.13 | 11.48 | 9.29 | - |
| YUV | 82.37 | 128.36 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 83 | 0 | 0.82 | 0.54 | 0.29 | 339.46 | 0.7 | 0.42 |
| Hex | B5 | 20 | 53 | 0 | 52 | 36 | 1D | 153 | 46 | 2A |
| Octal | 265 | 40 | 123 | 0 | 122 | 66 | 35 | 523 | 106 | 52 |
| Binary | 10110101 | 100000 | 1010011 | 0 | 1010010 | 110110 | 11101 | 101010011 | 1000110 | 101010 |
Color Harmonies of #B52053
Complementary color
Monochromatic Colors of #B52053
Black with #B52053
Text Example
Text Example
White with #B52053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52053; }
p { color: rgb(181,32,83); }
H1.HeaderClassName
{
color: #B52053;
}
.AnyTagClassName
{
color: #B52053;
}
</style>
background-color css
<style>
a { background-color: #B52053; }
a { background-color: rgb(181,32,83); }
div.DivClassName
{
background-color: #B52053;
}
.BgClassName
{
background-color: #B52053;
}
</style>
border-color css
<style>
span { border-color: #B52053; }
span { border-color: rgb(181,32,83); }
td.TdClassName
{
border-color: #B52053;
}
.TagClassName
{
border-color: #B52053;
}
</style>