Shades of Old Rose #B52B51
Tints of Old Rose #B52B51
RGB
CMYK
RGB Variations
Color information
#B52B51 (or 0xB52B51) is known color: Old Rose. HEX triplet: B5, 2B and 51. RGB value is (181,43,81). Sum of RGB (Red+Green+Blue) = 181+43+81=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52B51 is #4AD4AE. Grayscale: #585858. Windows color (decimal): -4904111 or 5319605. OLE color: 5319605.
HSL color Cylindrical-coordinate representation of color #B52B51: hue angle of 343.48º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52B51 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 43 | 81 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.29 |
| HSL | 343.48º | 0.62% | 0.44% | - |
| HSV(B) | 343.48º | 0.76% | 0.71% | - |
| XYZ | 21.41 | 12.15 | 9 | - |
| YUV | 88.59 | 123.72 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 43 | 81 | 0 | 0.76 | 0.55 | 0.29 | 343.48 | 0.62 | 0.44 |
| Hex | B5 | 2B | 51 | 0 | 4C | 37 | 1D | 157 | 3E | 2C |
| Octal | 265 | 53 | 121 | 0 | 114 | 67 | 35 | 527 | 76 | 54 |
| Binary | 10110101 | 101011 | 1010001 | 0 | 1001100 | 110111 | 11101 | 101010111 | 111110 | 101100 |
Color Harmonies of #B52B51
Complementary color
Monochromatic Colors of #B52B51
Black with #B52B51
Text Example
Text Example
White with #B52B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52B51; }
p { color: rgb(181,43,81); }
H1.HeaderClassName
{
color: #B52B51;
}
.AnyTagClassName
{
color: #B52B51;
}
</style>
background-color css
<style>
a { background-color: #B52B51; }
a { background-color: rgb(181,43,81); }
div.DivClassName
{
background-color: #B52B51;
}
.BgClassName
{
background-color: #B52B51;
}
</style>
border-color css
<style>
span { border-color: #B52B51; }
span { border-color: rgb(181,43,81); }
td.TdClassName
{
border-color: #B52B51;
}
.TagClassName
{
border-color: #B52B51;
}
</style>