Shades of Old Rose #AB2A40
Tints of Old Rose #AB2A40
RGB
CMYK
RGB Variations
Color information
#AB2A40 (or 0xAB2A40) is known color: Old Rose. HEX triplet: AB, 2A and 40. RGB value is (171,42,64). Sum of RGB (Red+Green+Blue) = 171+42+64=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A40 is #54D5BF. Grayscale: #535353. Windows color (decimal): -5559744 or 4205227. OLE color: 4205227.
HSL color Cylindrical-coordinate representation of color #AB2A40: hue angle of 349.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2A40 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 42 | 64 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.33 |
| HSL | 349.77º | 0.61% | 0.42% | - |
| HSV(B) | 349.77º | 0.75% | 0.67% | - |
| XYZ | 18.55 | 10.68 | 5.94 | - |
| YUV | 83.08 | 117.24 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 64 | 0 | 0.75 | 0.63 | 0.33 | 349.77 | 0.61 | 0.42 |
| Hex | AB | 2A | 40 | 0 | 4B | 3F | 21 | 15E | 3D | 2A |
| Octal | 253 | 52 | 100 | 0 | 113 | 77 | 41 | 536 | 75 | 52 |
| Binary | 10101011 | 101010 | 1000000 | 0 | 1001011 | 111111 | 100001 | 101011110 | 111101 | 101010 |
Color Harmonies of #AB2A40
Complementary color
Monochromatic Colors of #AB2A40
Black with #AB2A40
Text Example
Text Example
White with #AB2A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2A40; }
p { color: rgb(171,42,64); }
H1.HeaderClassName
{
color: #AB2A40;
}
.AnyTagClassName
{
color: #AB2A40;
}
</style>
background-color css
<style>
a { background-color: #AB2A40; }
a { background-color: rgb(171,42,64); }
div.DivClassName
{
background-color: #AB2A40;
}
.BgClassName
{
background-color: #AB2A40;
}
</style>
border-color css
<style>
span { border-color: #AB2A40; }
span { border-color: rgb(171,42,64); }
td.TdClassName
{
border-color: #AB2A40;
}
.TagClassName
{
border-color: #AB2A40;
}
</style>