Shades of Old Rose #B52A4A
Tints of Old Rose #B52A4A
RGB
CMYK
RGB Variations
Color information
#B52A4A (or 0xB52A4A) is known color: Old Rose. HEX triplet: B5, 2A and 4A. RGB value is (181,42,74). Sum of RGB (Red+Green+Blue) = 181+42+74=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52A4A is #4AD5B5. Grayscale: #575757. Windows color (decimal): -4904374 or 4860597. OLE color: 4860597.
HSL color Cylindrical-coordinate representation of color #B52A4A: hue angle of 346.19º 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 #B52A4A is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 74 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.29 |
| HSL | 346.19º | 0.62% | 0.44% | - |
| HSV(B) | 346.19º | 0.77% | 0.71% | - |
| XYZ | 21.12 | 11.97 | 7.68 | - |
| YUV | 87.21 | 120.55 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 74 | 0 | 0.77 | 0.59 | 0.29 | 346.19 | 0.62 | 0.44 |
| Hex | B5 | 2A | 4A | 0 | 4D | 3B | 1D | 15A | 3E | 2C |
| Octal | 265 | 52 | 112 | 0 | 115 | 73 | 35 | 532 | 76 | 54 |
| Binary | 10110101 | 101010 | 1001010 | 0 | 1001101 | 111011 | 11101 | 101011010 | 111110 | 101100 |
Color Harmonies of #B52A4A
Complementary color
Monochromatic Colors of #B52A4A
Black with #B52A4A
Text Example
Text Example
White with #B52A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A4A; }
p { color: rgb(181,42,74); }
H1.HeaderClassName
{
color: #B52A4A;
}
.AnyTagClassName
{
color: #B52A4A;
}
</style>
background-color css
<style>
a { background-color: #B52A4A; }
a { background-color: rgb(181,42,74); }
div.DivClassName
{
background-color: #B52A4A;
}
.BgClassName
{
background-color: #B52A4A;
}
</style>
border-color css
<style>
span { border-color: #B52A4A; }
span { border-color: rgb(181,42,74); }
td.TdClassName
{
border-color: #B52A4A;
}
.TagClassName
{
border-color: #B52A4A;
}
</style>