Shades of Old Rose #AD2444
Tints of Old Rose #AD2444
RGB
CMYK
RGB Variations
Color information
#AD2444 (or 0xAD2444) is known color: Old Rose. HEX triplet: AD, 24 and 44. RGB value is (173,36,68). Sum of RGB (Red+Green+Blue) = 173+36+68=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2444 is #52DBBB. Grayscale: #505050. Windows color (decimal): -5430204 or 4465837. OLE color: 4465837.
HSL color Cylindrical-coordinate representation of color #AD2444: hue angle of 345.99º 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 #AD2444 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 68 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.32 |
| HSL | 345.99º | 0.66% | 0.41% | - |
| HSV(B) | 345.99º | 0.79% | 0.68% | - |
| XYZ | 18.91 | 10.56 | 6.51 | - |
| YUV | 80.61 | 120.89 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 68 | 0 | 0.79 | 0.61 | 0.32 | 345.99 | 0.66 | 0.41 |
| Hex | AD | 24 | 44 | 0 | 4F | 3D | 20 | 15A | 42 | 29 |
| Octal | 255 | 44 | 104 | 0 | 117 | 75 | 40 | 532 | 102 | 51 |
| Binary | 10101101 | 100100 | 1000100 | 0 | 1001111 | 111101 | 100000 | 101011010 | 1000010 | 101001 |
Color Harmonies of #AD2444
Complementary color
Monochromatic Colors of #AD2444
Black with #AD2444
Text Example
Text Example
White with #AD2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2444; }
p { color: rgb(173,36,68); }
H1.HeaderClassName
{
color: #AD2444;
}
.AnyTagClassName
{
color: #AD2444;
}
</style>
background-color css
<style>
a { background-color: #AD2444; }
a { background-color: rgb(173,36,68); }
div.DivClassName
{
background-color: #AD2444;
}
.BgClassName
{
background-color: #AD2444;
}
</style>
border-color css
<style>
span { border-color: #AD2444; }
span { border-color: rgb(173,36,68); }
td.TdClassName
{
border-color: #AD2444;
}
.TagClassName
{
border-color: #AD2444;
}
</style>