Shades of Old Rose #AB2441
Tints of Old Rose #AB2441
RGB
CMYK
RGB Variations
Color information
#AB2441 (or 0xAB2441) is known color: Old Rose. HEX triplet: AB, 24 and 41. RGB value is (171,36,65). Sum of RGB (Red+Green+Blue) = 171+36+65=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2441 is #54DBBE. Grayscale: #4F4F4F. Windows color (decimal): -5561279 or 4269227. OLE color: 4269227.
HSL color Cylindrical-coordinate representation of color #AB2441: hue angle of 347.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2441 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 36 | 65 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.33 |
| HSL | 347.11º | 0.65% | 0.41% | - |
| HSV(B) | 347.11º | 0.79% | 0.67% | - |
| XYZ | 18.38 | 10.3 | 6.02 | - |
| YUV | 79.67 | 119.73 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 65 | 0 | 0.79 | 0.62 | 0.33 | 347.11 | 0.65 | 0.41 |
| Hex | AB | 24 | 41 | 0 | 4F | 3E | 21 | 15B | 41 | 29 |
| Octal | 253 | 44 | 101 | 0 | 117 | 76 | 41 | 533 | 101 | 51 |
| Binary | 10101011 | 100100 | 1000001 | 0 | 1001111 | 111110 | 100001 | 101011011 | 1000001 | 101001 |
Color Harmonies of #AB2441
Complementary color
Monochromatic Colors of #AB2441
Black with #AB2441
Text Example
Text Example
White with #AB2441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2441; }
p { color: rgb(171,36,65); }
H1.HeaderClassName
{
color: #AB2441;
}
.AnyTagClassName
{
color: #AB2441;
}
</style>
background-color css
<style>
a { background-color: #AB2441; }
a { background-color: rgb(171,36,65); }
div.DivClassName
{
background-color: #AB2441;
}
.BgClassName
{
background-color: #AB2441;
}
</style>
border-color css
<style>
span { border-color: #AB2441; }
span { border-color: rgb(171,36,65); }
td.TdClassName
{
border-color: #AB2441;
}
.TagClassName
{
border-color: #AB2441;
}
</style>