Shades of Old Rose #AB2945
Tints of Old Rose #AB2945
RGB
CMYK
RGB Variations
Color information
#AB2945 (or 0xAB2945) is known color: Old Rose. HEX triplet: AB, 29 and 45. RGB value is (171,41,69). Sum of RGB (Red+Green+Blue) = 171+41+69=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2945 is #54D6BA. Grayscale: #535353. Windows color (decimal): -5559995 or 4532651. OLE color: 4532651.
HSL color Cylindrical-coordinate representation of color #AB2945: hue angle of 347.08º 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 #AB2945 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 69 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.33 |
| HSL | 347.08º | 0.61% | 0.42% | - |
| HSV(B) | 347.08º | 0.76% | 0.67% | - |
| XYZ | 18.66 | 10.67 | 6.71 | - |
| YUV | 83.06 | 120.07 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 69 | 0 | 0.76 | 0.60 | 0.33 | 347.08 | 0.61 | 0.42 |
| Hex | AB | 29 | 45 | 0 | 4C | 3C | 21 | 15B | 3D | 2A |
| Octal | 253 | 51 | 105 | 0 | 114 | 74 | 41 | 533 | 75 | 52 |
| Binary | 10101011 | 101001 | 1000101 | 0 | 1001100 | 111100 | 100001 | 101011011 | 111101 | 101010 |
Color Harmonies of #AB2945
Complementary color
Monochromatic Colors of #AB2945
Black with #AB2945
Text Example
Text Example
White with #AB2945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2945; }
p { color: rgb(171,41,69); }
H1.HeaderClassName
{
color: #AB2945;
}
.AnyTagClassName
{
color: #AB2945;
}
</style>
background-color css
<style>
a { background-color: #AB2945; }
a { background-color: rgb(171,41,69); }
div.DivClassName
{
background-color: #AB2945;
}
.BgClassName
{
background-color: #AB2945;
}
</style>
border-color css
<style>
span { border-color: #AB2945; }
span { border-color: rgb(171,41,69); }
td.TdClassName
{
border-color: #AB2945;
}
.TagClassName
{
border-color: #AB2945;
}
</style>