Shades of Old Rose #AB293E
Tints of Old Rose #AB293E
RGB
CMYK
RGB Variations
Color information
#AB293E (or 0xAB293E) is known color: Old Rose. HEX triplet: AB, 29 and 3E. RGB value is (171,41,62). Sum of RGB (Red+Green+Blue) = 171+41+62=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB293E is #54D6C1. Grayscale: #525252. Windows color (decimal): -5560002 or 4073899. OLE color: 4073899.
HSL color Cylindrical-coordinate representation of color #AB293E: hue angle of 350.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB293E is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 62 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.33 |
| HSL | 350.31º | 0.61% | 0.42% | - |
| HSV(B) | 350.31º | 0.76% | 0.67% | - |
| XYZ | 18.46 | 10.59 | 5.63 | - |
| YUV | 82.26 | 116.57 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 62 | 0 | 0.76 | 0.64 | 0.33 | 350.31 | 0.61 | 0.42 |
| Hex | AB | 29 | 3E | 0 | 4C | 40 | 21 | 15E | 3D | 2A |
| Octal | 253 | 51 | 76 | 0 | 114 | 100 | 41 | 536 | 75 | 52 |
| Binary | 10101011 | 101001 | 111110 | 0 | 1001100 | 1000000 | 100001 | 101011110 | 111101 | 101010 |
Color Harmonies of #AB293E
Complementary color
Monochromatic Colors of #AB293E
Black with #AB293E
Text Example
Text Example
White with #AB293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB293E; }
p { color: rgb(171,41,62); }
H1.HeaderClassName
{
color: #AB293E;
}
.AnyTagClassName
{
color: #AB293E;
}
</style>
background-color css
<style>
a { background-color: #AB293E; }
a { background-color: rgb(171,41,62); }
div.DivClassName
{
background-color: #AB293E;
}
.BgClassName
{
background-color: #AB293E;
}
</style>
border-color css
<style>
span { border-color: #AB293E; }
span { border-color: rgb(171,41,62); }
td.TdClassName
{
border-color: #AB293E;
}
.TagClassName
{
border-color: #AB293E;
}
</style>