Shades of Old Rose #B52755
Tints of Old Rose #B52755
RGB
CMYK
RGB Variations
Color information
#B52755 (or 0xB52755) is known color: Old Rose. HEX triplet: B5, 27 and 55. RGB value is (181,39,85). Sum of RGB (Red+Green+Blue) = 181+39+85=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B52755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52755 is #4AD8AA. Grayscale: #565656. Windows color (decimal): -4905131 or 5580725. OLE color: 5580725.
HSL color Cylindrical-coordinate representation of color #B52755: hue angle of 340.56º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52755 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 85 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.29 |
| HSL | 340.56º | 0.65% | 0.43% | - |
| HSV(B) | 340.56º | 0.78% | 0.71% | - |
| XYZ | 21.42 | 11.93 | 9.77 | - |
| YUV | 86.7 | 127.04 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 85 | 0 | 0.78 | 0.53 | 0.29 | 340.56 | 0.65 | 0.43 |
| Hex | B5 | 27 | 55 | 0 | 4E | 35 | 1D | 155 | 41 | 2B |
| Octal | 265 | 47 | 125 | 0 | 116 | 65 | 35 | 525 | 101 | 53 |
| Binary | 10110101 | 100111 | 1010101 | 0 | 1001110 | 110101 | 11101 | 101010101 | 1000001 | 101011 |
Color Harmonies of #B52755
Complementary color
Monochromatic Colors of #B52755
Black with #B52755
Text Example
Text Example
White with #B52755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52755; }
p { color: rgb(181,39,85); }
H1.HeaderClassName
{
color: #B52755;
}
.AnyTagClassName
{
color: #B52755;
}
</style>
background-color css
<style>
a { background-color: #B52755; }
a { background-color: rgb(181,39,85); }
div.DivClassName
{
background-color: #B52755;
}
.BgClassName
{
background-color: #B52755;
}
</style>
border-color css
<style>
span { border-color: #B52755; }
span { border-color: rgb(181,39,85); }
td.TdClassName
{
border-color: #B52755;
}
.TagClassName
{
border-color: #B52755;
}
</style>