Shades of Old Rose #B52A5E
Tints of Old Rose #B52A5E
RGB
CMYK
RGB Variations
Color information
#B52A5E (or 0xB52A5E) is known color: Old Rose. HEX triplet: B5, 2A and 5E. RGB value is (181,42,94). Sum of RGB (Red+Green+Blue) = 181+42+94=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52A5E is #4AD5A1. Grayscale: #595959. Windows color (decimal): -4904354 or 6171317. OLE color: 6171317.
HSL color Cylindrical-coordinate representation of color #B52A5E: hue angle of 337.55º 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 #B52A5E is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 94 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.29 |
| HSL | 337.55º | 0.62% | 0.44% | - |
| HSV(B) | 337.55º | 0.77% | 0.71% | - |
| XYZ | 21.9 | 12.29 | 11.81 | - |
| YUV | 89.49 | 130.55 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 94 | 0 | 0.77 | 0.48 | 0.29 | 337.55 | 0.62 | 0.44 |
| Hex | B5 | 2A | 5E | 0 | 4D | 30 | 1D | 152 | 3E | 2C |
| Octal | 265 | 52 | 136 | 0 | 115 | 60 | 35 | 522 | 76 | 54 |
| Binary | 10110101 | 101010 | 1011110 | 0 | 1001101 | 110000 | 11101 | 101010010 | 111110 | 101100 |
Color Harmonies of #B52A5E
Complementary color
Monochromatic Colors of #B52A5E
Black with #B52A5E
Text Example
Text Example
White with #B52A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A5E; }
p { color: rgb(181,42,94); }
H1.HeaderClassName
{
color: #B52A5E;
}
.AnyTagClassName
{
color: #B52A5E;
}
</style>
background-color css
<style>
a { background-color: #B52A5E; }
a { background-color: rgb(181,42,94); }
div.DivClassName
{
background-color: #B52A5E;
}
.BgClassName
{
background-color: #B52A5E;
}
</style>
border-color css
<style>
span { border-color: #B52A5E; }
span { border-color: rgb(181,42,94); }
td.TdClassName
{
border-color: #B52A5E;
}
.TagClassName
{
border-color: #B52A5E;
}
</style>