Shades of Old Rose #AD2440
Tints of Old Rose #AD2440
RGB
CMYK
RGB Variations
Color information
#AD2440 (or 0xAD2440) is known color: Old Rose. HEX triplet: AD, 24 and 40. RGB value is (173,36,64). Sum of RGB (Red+Green+Blue) = 173+36+64=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2440 is #52DBBF. Grayscale: #505050. Windows color (decimal): -5430208 or 4203693. OLE color: 4203693.
HSL color Cylindrical-coordinate representation of color #AD2440: hue angle of 347.74º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2440 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 64 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.32 |
| HSL | 347.74º | 0.66% | 0.41% | - |
| HSV(B) | 347.74º | 0.79% | 0.68% | - |
| XYZ | 18.79 | 10.52 | 5.89 | - |
| YUV | 80.16 | 118.89 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 64 | 0 | 0.79 | 0.63 | 0.32 | 347.74 | 0.66 | 0.41 |
| Hex | AD | 24 | 40 | 0 | 4F | 3F | 20 | 15C | 42 | 29 |
| Octal | 255 | 44 | 100 | 0 | 117 | 77 | 40 | 534 | 102 | 51 |
| Binary | 10101101 | 100100 | 1000000 | 0 | 1001111 | 111111 | 100000 | 101011100 | 1000010 | 101001 |
Color Harmonies of #AD2440
Complementary color
Monochromatic Colors of #AD2440
Black with #AD2440
Text Example
Text Example
White with #AD2440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2440; }
p { color: rgb(173,36,64); }
H1.HeaderClassName
{
color: #AD2440;
}
.AnyTagClassName
{
color: #AD2440;
}
</style>
background-color css
<style>
a { background-color: #AD2440; }
a { background-color: rgb(173,36,64); }
div.DivClassName
{
background-color: #AD2440;
}
.BgClassName
{
background-color: #AD2440;
}
</style>
border-color css
<style>
span { border-color: #AD2440; }
span { border-color: rgb(173,36,64); }
td.TdClassName
{
border-color: #AD2440;
}
.TagClassName
{
border-color: #AD2440;
}
</style>