Shades of Old Rose #AB2448
Tints of Old Rose #AB2448
RGB
CMYK
RGB Variations
Color information
#AB2448 (or 0xAB2448) is known color: Old Rose. HEX triplet: AB, 24 and 48. RGB value is (171,36,72). Sum of RGB (Red+Green+Blue) = 171+36+72=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2448 is #54DBB7. Grayscale: #505050. Windows color (decimal): -5561272 or 4727979. OLE color: 4727979.
HSL color Cylindrical-coordinate representation of color #AB2448: hue angle of 344º 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 #AB2448 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 36 | 72 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.33 |
| HSL | 344º | 0.65% | 0.41% | - |
| HSV(B) | 344º | 0.79% | 0.67% | - |
| XYZ | 18.6 | 10.39 | 7.16 | - |
| YUV | 80.47 | 123.23 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 72 | 0 | 0.79 | 0.58 | 0.33 | 344 | 0.65 | 0.41 |
| Hex | AB | 24 | 48 | 0 | 4F | 3A | 21 | 158 | 41 | 29 |
| Octal | 253 | 44 | 110 | 0 | 117 | 72 | 41 | 530 | 101 | 51 |
| Binary | 10101011 | 100100 | 1001000 | 0 | 1001111 | 111010 | 100001 | 101011000 | 1000001 | 101001 |
Color Harmonies of #AB2448
Complementary color
Monochromatic Colors of #AB2448
Black with #AB2448
Text Example
Text Example
White with #AB2448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2448; }
p { color: rgb(171,36,72); }
H1.HeaderClassName
{
color: #AB2448;
}
.AnyTagClassName
{
color: #AB2448;
}
</style>
background-color css
<style>
a { background-color: #AB2448; }
a { background-color: rgb(171,36,72); }
div.DivClassName
{
background-color: #AB2448;
}
.BgClassName
{
background-color: #AB2448;
}
</style>
border-color css
<style>
span { border-color: #AB2448; }
span { border-color: rgb(171,36,72); }
td.TdClassName
{
border-color: #AB2448;
}
.TagClassName
{
border-color: #AB2448;
}
</style>