Shades of Old Rose #B52F49
Tints of Old Rose #B52F49
RGB
CMYK
RGB Variations
Color information
#B52F49 (or 0xB52F49) is known color: Old Rose. HEX triplet: B5, 2F and 49. RGB value is (181,47,73). Sum of RGB (Red+Green+Blue) = 181+47+73=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52F49 is #4AD0B6. Grayscale: #5A5A5A. Windows color (decimal): -4903095 or 4796341. OLE color: 4796341.
HSL color Cylindrical-coordinate representation of color #B52F49: hue angle of 348.36º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B52F49 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 47 | 73 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.29 |
| HSL | 348.36º | 0.59% | 0.45% | - |
| HSV(B) | 348.36º | 0.74% | 0.71% | - |
| XYZ | 21.28 | 12.34 | 7.56 | - |
| YUV | 90.03 | 118.39 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 73 | 0 | 0.74 | 0.60 | 0.29 | 348.36 | 0.59 | 0.45 |
| Hex | B5 | 2F | 49 | 0 | 4A | 3C | 1D | 15C | 3B | 2D |
| Octal | 265 | 57 | 111 | 0 | 112 | 74 | 35 | 534 | 73 | 55 |
| Binary | 10110101 | 101111 | 1001001 | 0 | 1001010 | 111100 | 11101 | 101011100 | 111011 | 101101 |
Color Harmonies of #B52F49
Complementary color
Monochromatic Colors of #B52F49
Black with #B52F49
Text Example
Text Example
White with #B52F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52F49; }
p { color: rgb(181,47,73); }
H1.HeaderClassName
{
color: #B52F49;
}
.AnyTagClassName
{
color: #B52F49;
}
</style>
background-color css
<style>
a { background-color: #B52F49; }
a { background-color: rgb(181,47,73); }
div.DivClassName
{
background-color: #B52F49;
}
.BgClassName
{
background-color: #B52F49;
}
</style>
border-color css
<style>
span { border-color: #B52F49; }
span { border-color: rgb(181,47,73); }
td.TdClassName
{
border-color: #B52F49;
}
.TagClassName
{
border-color: #B52F49;
}
</style>