Shades of Old Rose #B52B49
Tints of Old Rose #B52B49
RGB
CMYK
RGB Variations
Color information
#B52B49 (or 0xB52B49) is known color: Old Rose. HEX triplet: B5, 2B and 49. RGB value is (181,43,73). Sum of RGB (Red+Green+Blue) = 181+43+73=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52B49 is #4AD4B6. Grayscale: #575757. Windows color (decimal): -4904119 or 4795317. OLE color: 4795317.
HSL color Cylindrical-coordinate representation of color #B52B49: hue angle of 346.96º 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 #B52B49 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 43 | 73 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.29 |
| HSL | 346.96º | 0.62% | 0.44% | - |
| HSV(B) | 346.96º | 0.76% | 0.71% | - |
| XYZ | 21.12 | 12.03 | 7.51 | - |
| YUV | 87.68 | 119.72 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 43 | 73 | 0 | 0.76 | 0.60 | 0.29 | 346.96 | 0.62 | 0.44 |
| Hex | B5 | 2B | 49 | 0 | 4C | 3C | 1D | 15B | 3E | 2C |
| Octal | 265 | 53 | 111 | 0 | 114 | 74 | 35 | 533 | 76 | 54 |
| Binary | 10110101 | 101011 | 1001001 | 0 | 1001100 | 111100 | 11101 | 101011011 | 111110 | 101100 |
Color Harmonies of #B52B49
Complementary color
Monochromatic Colors of #B52B49
Black with #B52B49
Text Example
Text Example
White with #B52B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52B49; }
p { color: rgb(181,43,73); }
H1.HeaderClassName
{
color: #B52B49;
}
.AnyTagClassName
{
color: #B52B49;
}
</style>
background-color css
<style>
a { background-color: #B52B49; }
a { background-color: rgb(181,43,73); }
div.DivClassName
{
background-color: #B52B49;
}
.BgClassName
{
background-color: #B52B49;
}
</style>
border-color css
<style>
span { border-color: #B52B49; }
span { border-color: rgb(181,43,73); }
td.TdClassName
{
border-color: #B52B49;
}
.TagClassName
{
border-color: #B52B49;
}
</style>