Shades of Old Rose #AD2450
Tints of Old Rose #AD2450
RGB
CMYK
RGB Variations
Color information
#AD2450 (or 0xAD2450) is known color: Old Rose. HEX triplet: AD, 24 and 50. RGB value is (173,36,80). Sum of RGB (Red+Green+Blue) = 173+36+80=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2450 is #52DBAF. Grayscale: #515151. Windows color (decimal): -5430192 or 5252269. OLE color: 5252269.
HSL color Cylindrical-coordinate representation of color #AD2450: hue angle of 340.73º 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 #AD2450 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 80 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.32 |
| HSL | 340.73º | 0.66% | 0.41% | - |
| HSV(B) | 340.73º | 0.79% | 0.68% | - |
| XYZ | 19.31 | 10.73 | 8.64 | - |
| YUV | 81.98 | 126.89 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 80 | 0 | 0.79 | 0.54 | 0.32 | 340.73 | 0.66 | 0.41 |
| Hex | AD | 24 | 50 | 0 | 4F | 36 | 20 | 155 | 42 | 29 |
| Octal | 255 | 44 | 120 | 0 | 117 | 66 | 40 | 525 | 102 | 51 |
| Binary | 10101101 | 100100 | 1010000 | 0 | 1001111 | 110110 | 100000 | 101010101 | 1000010 | 101001 |
Color Harmonies of #AD2450
Complementary color
Monochromatic Colors of #AD2450
Black with #AD2450
Text Example
Text Example
White with #AD2450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2450; }
p { color: rgb(173,36,80); }
H1.HeaderClassName
{
color: #AD2450;
}
.AnyTagClassName
{
color: #AD2450;
}
</style>
background-color css
<style>
a { background-color: #AD2450; }
a { background-color: rgb(173,36,80); }
div.DivClassName
{
background-color: #AD2450;
}
.BgClassName
{
background-color: #AD2450;
}
</style>
border-color css
<style>
span { border-color: #AD2450; }
span { border-color: rgb(173,36,80); }
td.TdClassName
{
border-color: #AD2450;
}
.TagClassName
{
border-color: #AD2450;
}
</style>