Shades of Old Rose #B52D4D
Tints of Old Rose #B52D4D
RGB
CMYK
RGB Variations
Color information
#B52D4D (or 0xB52D4D) is known color: Old Rose. HEX triplet: B5, 2D and 4D. RGB value is (181,45,77). Sum of RGB (Red+Green+Blue) = 181+45+77=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52D4D is #4AD2B2. Grayscale: #595959. Windows color (decimal): -4903603 or 5057973. OLE color: 5057973.
HSL color Cylindrical-coordinate representation of color #B52D4D: hue angle of 345.88º 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 #B52D4D is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 77 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.29 |
| HSL | 345.88º | 0.6% | 0.44% | - |
| HSV(B) | 345.88º | 0.75% | 0.71% | - |
| XYZ | 21.33 | 12.24 | 8.26 | - |
| YUV | 89.31 | 121.06 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 77 | 0 | 0.75 | 0.57 | 0.29 | 345.88 | 0.6 | 0.44 |
| Hex | B5 | 2D | 4D | 0 | 4B | 39 | 1D | 15A | 3C | 2C |
| Octal | 265 | 55 | 115 | 0 | 113 | 71 | 35 | 532 | 74 | 54 |
| Binary | 10110101 | 101101 | 1001101 | 0 | 1001011 | 111001 | 11101 | 101011010 | 111100 | 101100 |
Color Harmonies of #B52D4D
Complementary color
Monochromatic Colors of #B52D4D
Black with #B52D4D
Text Example
Text Example
White with #B52D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52D4D; }
p { color: rgb(181,45,77); }
H1.HeaderClassName
{
color: #B52D4D;
}
.AnyTagClassName
{
color: #B52D4D;
}
</style>
background-color css
<style>
a { background-color: #B52D4D; }
a { background-color: rgb(181,45,77); }
div.DivClassName
{
background-color: #B52D4D;
}
.BgClassName
{
background-color: #B52D4D;
}
</style>
border-color css
<style>
span { border-color: #B52D4D; }
span { border-color: rgb(181,45,77); }
td.TdClassName
{
border-color: #B52D4D;
}
.TagClassName
{
border-color: #B52D4D;
}
</style>