Shades of Old Rose #AD2451
Tints of Old Rose #AD2451
RGB
CMYK
RGB Variations
Color information
#AD2451 (or 0xAD2451) is known color: Old Rose. HEX triplet: AD, 24 and 51. RGB value is (173,36,81). Sum of RGB (Red+Green+Blue) = 173+36+81=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2451 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2451 is #52DBAE. Grayscale: #525252. Windows color (decimal): -5430191 or 5317805. OLE color: 5317805.
HSL color Cylindrical-coordinate representation of color #AD2451: hue angle of 340.29º 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 #AD2451 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 81 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.32 |
| HSL | 340.29º | 0.66% | 0.41% | - |
| HSV(B) | 340.29º | 0.79% | 0.68% | - |
| XYZ | 19.35 | 10.74 | 8.84 | - |
| YUV | 82.09 | 127.39 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 81 | 0 | 0.79 | 0.53 | 0.32 | 340.29 | 0.66 | 0.41 |
| Hex | AD | 24 | 51 | 0 | 4F | 35 | 20 | 154 | 42 | 29 |
| Octal | 255 | 44 | 121 | 0 | 117 | 65 | 40 | 524 | 102 | 51 |
| Binary | 10101101 | 100100 | 1010001 | 0 | 1001111 | 110101 | 100000 | 101010100 | 1000010 | 101001 |
Color Harmonies of #AD2451
Complementary color
Monochromatic Colors of #AD2451
Black with #AD2451
Text Example
Text Example
White with #AD2451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2451; }
p { color: rgb(173,36,81); }
H1.HeaderClassName
{
color: #AD2451;
}
.AnyTagClassName
{
color: #AD2451;
}
</style>
background-color css
<style>
a { background-color: #AD2451; }
a { background-color: rgb(173,36,81); }
div.DivClassName
{
background-color: #AD2451;
}
.BgClassName
{
background-color: #AD2451;
}
</style>
border-color css
<style>
span { border-color: #AD2451; }
span { border-color: rgb(173,36,81); }
td.TdClassName
{
border-color: #AD2451;
}
.TagClassName
{
border-color: #AD2451;
}
</style>