Shades of Old Rose #B52A4D
Tints of Old Rose #B52A4D
RGB
CMYK
RGB Variations
Color information
#B52A4D (or 0xB52A4D) is known color: Old Rose. HEX triplet: B5, 2A and 4D. RGB value is (181,42,77). Sum of RGB (Red+Green+Blue) = 181+42+77=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52A4D is #4AD5B2. Grayscale: #575757. Windows color (decimal): -4904371 or 5057205. OLE color: 5057205.
HSL color Cylindrical-coordinate representation of color #B52A4D: hue angle of 344.89º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52A4D is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 77 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.29 |
| HSL | 344.89º | 0.62% | 0.44% | - |
| HSV(B) | 344.89º | 0.77% | 0.71% | - |
| XYZ | 21.22 | 12.02 | 8.22 | - |
| YUV | 87.55 | 122.05 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 77 | 0 | 0.77 | 0.57 | 0.29 | 344.89 | 0.62 | 0.44 |
| Hex | B5 | 2A | 4D | 0 | 4D | 39 | 1D | 159 | 3E | 2C |
| Octal | 265 | 52 | 115 | 0 | 115 | 71 | 35 | 531 | 76 | 54 |
| Binary | 10110101 | 101010 | 1001101 | 0 | 1001101 | 111001 | 11101 | 101011001 | 111110 | 101100 |
Color Harmonies of #B52A4D
Complementary color
Monochromatic Colors of #B52A4D
Black with #B52A4D
Text Example
Text Example
White with #B52A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A4D; }
p { color: rgb(181,42,77); }
H1.HeaderClassName
{
color: #B52A4D;
}
.AnyTagClassName
{
color: #B52A4D;
}
</style>
background-color css
<style>
a { background-color: #B52A4D; }
a { background-color: rgb(181,42,77); }
div.DivClassName
{
background-color: #B52A4D;
}
.BgClassName
{
background-color: #B52A4D;
}
</style>
border-color css
<style>
span { border-color: #B52A4D; }
span { border-color: rgb(181,42,77); }
td.TdClassName
{
border-color: #B52A4D;
}
.TagClassName
{
border-color: #B52A4D;
}
</style>