Shades of Old Rose #B52A49
Tints of Old Rose #B52A49
RGB
CMYK
RGB Variations
Color information
#B52A49 (or 0xB52A49) is known color: Old Rose. HEX triplet: B5, 2A and 49. RGB value is (181,42,73). Sum of RGB (Red+Green+Blue) = 181+42+73=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52A49 is #4AD5B6. Grayscale: #575757. Windows color (decimal): -4904375 or 4795061. OLE color: 4795061.
HSL color Cylindrical-coordinate representation of color #B52A49: hue angle of 346.62º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52A49 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 73 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.29 |
| HSL | 346.62º | 0.62% | 0.44% | - |
| HSV(B) | 346.62º | 0.77% | 0.71% | - |
| XYZ | 21.09 | 11.96 | 7.5 | - |
| YUV | 87.1 | 120.05 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 73 | 0 | 0.77 | 0.60 | 0.29 | 346.62 | 0.62 | 0.44 |
| Hex | B5 | 2A | 49 | 0 | 4D | 3C | 1D | 15B | 3E | 2C |
| Octal | 265 | 52 | 111 | 0 | 115 | 74 | 35 | 533 | 76 | 54 |
| Binary | 10110101 | 101010 | 1001001 | 0 | 1001101 | 111100 | 11101 | 101011011 | 111110 | 101100 |
Color Harmonies of #B52A49
Complementary color
Monochromatic Colors of #B52A49
Black with #B52A49
Text Example
Text Example
White with #B52A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A49; }
p { color: rgb(181,42,73); }
H1.HeaderClassName
{
color: #B52A49;
}
.AnyTagClassName
{
color: #B52A49;
}
</style>
background-color css
<style>
a { background-color: #B52A49; }
a { background-color: rgb(181,42,73); }
div.DivClassName
{
background-color: #B52A49;
}
.BgClassName
{
background-color: #B52A49;
}
</style>
border-color css
<style>
span { border-color: #B52A49; }
span { border-color: rgb(181,42,73); }
td.TdClassName
{
border-color: #B52A49;
}
.TagClassName
{
border-color: #B52A49;
}
</style>