Shades of Old Rose #AB2848
Tints of Old Rose #AB2848
RGB
CMYK
RGB Variations
Color information
#AB2848 (or 0xAB2848) is known color: Old Rose. HEX triplet: AB, 28 and 48. RGB value is (171,40,72). Sum of RGB (Red+Green+Blue) = 171+40+72=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2848 is #54D7B7. Grayscale: #525252. Windows color (decimal): -5560248 or 4729003. OLE color: 4729003.
HSL color Cylindrical-coordinate representation of color #AB2848: hue angle of 345.34º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2848 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 72 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.33 |
| HSL | 345.34º | 0.62% | 0.41% | - |
| HSV(B) | 345.34º | 0.77% | 0.67% | - |
| XYZ | 18.72 | 10.64 | 7.2 | - |
| YUV | 82.82 | 121.9 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 72 | 0 | 0.77 | 0.58 | 0.33 | 345.34 | 0.62 | 0.41 |
| Hex | AB | 28 | 48 | 0 | 4D | 3A | 21 | 159 | 3E | 29 |
| Octal | 253 | 50 | 110 | 0 | 115 | 72 | 41 | 531 | 76 | 51 |
| Binary | 10101011 | 101000 | 1001000 | 0 | 1001101 | 111010 | 100001 | 101011001 | 111110 | 101001 |
Color Harmonies of #AB2848
Complementary color
Monochromatic Colors of #AB2848
Black with #AB2848
Text Example
Text Example
White with #AB2848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2848; }
p { color: rgb(171,40,72); }
H1.HeaderClassName
{
color: #AB2848;
}
.AnyTagClassName
{
color: #AB2848;
}
</style>
background-color css
<style>
a { background-color: #AB2848; }
a { background-color: rgb(171,40,72); }
div.DivClassName
{
background-color: #AB2848;
}
.BgClassName
{
background-color: #AB2848;
}
</style>
border-color css
<style>
span { border-color: #AB2848; }
span { border-color: rgb(171,40,72); }
td.TdClassName
{
border-color: #AB2848;
}
.TagClassName
{
border-color: #AB2848;
}
</style>