Shades of Old Rose #AB293D
Tints of Old Rose #AB293D
RGB
CMYK
RGB Variations
Color information
#AB293D (or 0xAB293D) is known color: Old Rose. HEX triplet: AB, 29 and 3D. RGB value is (171,41,61). Sum of RGB (Red+Green+Blue) = 171+41+61=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB293D is #54D6C2. Grayscale: #525252. Windows color (decimal): -5560003 or 4008363. OLE color: 4008363.
HSL color Cylindrical-coordinate representation of color #AB293D: hue angle of 350.77º 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 #AB293D is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 61 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.33 |
| HSL | 350.77º | 0.61% | 0.42% | - |
| HSV(B) | 350.77º | 0.76% | 0.67% | - |
| XYZ | 18.43 | 10.58 | 5.49 | - |
| YUV | 82.15 | 116.07 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 61 | 0 | 0.76 | 0.64 | 0.33 | 350.77 | 0.61 | 0.42 |
| Hex | AB | 29 | 3D | 0 | 4C | 40 | 21 | 15F | 3D | 2A |
| Octal | 253 | 51 | 75 | 0 | 114 | 100 | 41 | 537 | 75 | 52 |
| Binary | 10101011 | 101001 | 111101 | 0 | 1001100 | 1000000 | 100001 | 101011111 | 111101 | 101010 |
Color Harmonies of #AB293D
Complementary color
Monochromatic Colors of #AB293D
Black with #AB293D
Text Example
Text Example
White with #AB293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB293D; }
p { color: rgb(171,41,61); }
H1.HeaderClassName
{
color: #AB293D;
}
.AnyTagClassName
{
color: #AB293D;
}
</style>
background-color css
<style>
a { background-color: #AB293D; }
a { background-color: rgb(171,41,61); }
div.DivClassName
{
background-color: #AB293D;
}
.BgClassName
{
background-color: #AB293D;
}
</style>
border-color css
<style>
span { border-color: #AB293D; }
span { border-color: rgb(171,41,61); }
td.TdClassName
{
border-color: #AB293D;
}
.TagClassName
{
border-color: #AB293D;
}
</style>