Shades of Old Rose #AD2C3F
Tints of Old Rose #AD2C3F
RGB
CMYK
RGB Variations
Color information
#AD2C3F (or 0xAD2C3F) is known color: Old Rose. HEX triplet: AD, 2C and 3F. RGB value is (173,44,63). Sum of RGB (Red+Green+Blue) = 173+44+63=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2C3F is #52D3C0. Grayscale: #545454. Windows color (decimal): -5428161 or 4140205. OLE color: 4140205.
HSL color Cylindrical-coordinate representation of color #AD2C3F: hue angle of 351.16º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2C3F is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 44 | 63 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.32 |
| HSL | 351.16º | 0.59% | 0.43% | - |
| HSV(B) | 351.16º | 0.75% | 0.68% | - |
| XYZ | 19.03 | 11.04 | 5.83 | - |
| YUV | 84.74 | 115.74 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 63 | 0 | 0.75 | 0.64 | 0.32 | 351.16 | 0.59 | 0.43 |
| Hex | AD | 2C | 3F | 0 | 4B | 40 | 20 | 15F | 3B | 2B |
| Octal | 255 | 54 | 77 | 0 | 113 | 100 | 40 | 537 | 73 | 53 |
| Binary | 10101101 | 101100 | 111111 | 0 | 1001011 | 1000000 | 100000 | 101011111 | 111011 | 101011 |
Color Harmonies of #AD2C3F
Complementary color
Monochromatic Colors of #AD2C3F
Black with #AD2C3F
Text Example
Text Example
White with #AD2C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2C3F; }
p { color: rgb(173,44,63); }
H1.HeaderClassName
{
color: #AD2C3F;
}
.AnyTagClassName
{
color: #AD2C3F;
}
</style>
background-color css
<style>
a { background-color: #AD2C3F; }
a { background-color: rgb(173,44,63); }
div.DivClassName
{
background-color: #AD2C3F;
}
.BgClassName
{
background-color: #AD2C3F;
}
</style>
border-color css
<style>
span { border-color: #AD2C3F; }
span { border-color: rgb(173,44,63); }
td.TdClassName
{
border-color: #AD2C3F;
}
.TagClassName
{
border-color: #AD2C3F;
}
</style>