Shades of Old Rose #B52B47
Tints of Old Rose #B52B47
RGB
CMYK
RGB Variations
Color information
#B52B47 (or 0xB52B47) is known color: Old Rose. HEX triplet: B5, 2B and 47. RGB value is (181,43,71). Sum of RGB (Red+Green+Blue) = 181+43+71=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52B47 is #4AD4B8. Grayscale: #575757. Windows color (decimal): -4904121 or 4664245. OLE color: 4664245.
HSL color Cylindrical-coordinate representation of color #B52B47: hue angle of 347.83º 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 #B52B47 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 43 | 71 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.29 |
| HSL | 347.83º | 0.62% | 0.44% | - |
| HSV(B) | 347.83º | 0.76% | 0.71% | - |
| XYZ | 21.06 | 12.01 | 7.17 | - |
| YUV | 87.45 | 118.72 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 43 | 71 | 0 | 0.76 | 0.61 | 0.29 | 347.83 | 0.62 | 0.44 |
| Hex | B5 | 2B | 47 | 0 | 4C | 3D | 1D | 15C | 3E | 2C |
| Octal | 265 | 53 | 107 | 0 | 114 | 75 | 35 | 534 | 76 | 54 |
| Binary | 10110101 | 101011 | 1000111 | 0 | 1001100 | 111101 | 11101 | 101011100 | 111110 | 101100 |
Color Harmonies of #B52B47
Complementary color
Monochromatic Colors of #B52B47
Black with #B52B47
Text Example
Text Example
White with #B52B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52B47; }
p { color: rgb(181,43,71); }
H1.HeaderClassName
{
color: #B52B47;
}
.AnyTagClassName
{
color: #B52B47;
}
</style>
background-color css
<style>
a { background-color: #B52B47; }
a { background-color: rgb(181,43,71); }
div.DivClassName
{
background-color: #B52B47;
}
.BgClassName
{
background-color: #B52B47;
}
</style>
border-color css
<style>
span { border-color: #B52B47; }
span { border-color: rgb(181,43,71); }
td.TdClassName
{
border-color: #B52B47;
}
.TagClassName
{
border-color: #B52B47;
}
</style>