Shades of Old Rose #AD1F45
Tints of Old Rose #AD1F45
RGB
CMYK
RGB Variations
Color information
#AD1F45 (or 0xAD1F45) is known color: Old Rose. HEX triplet: AD, 1F and 45. RGB value is (173,31,69). Sum of RGB (Red+Green+Blue) = 173+31+69=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1F45 is #52E0BA. Grayscale: #4D4D4D. Windows color (decimal): -5431483 or 4530093. OLE color: 4530093.
HSL color Cylindrical-coordinate representation of color #AD1F45: hue angle of 343.94º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD1F45 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 69 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.32 |
| HSL | 343.94º | 0.7% | 0.4% | - |
| HSV(B) | 343.94º | 0.82% | 0.68% | - |
| XYZ | 18.8 | 10.29 | 6.63 | - |
| YUV | 77.79 | 123.04 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 69 | 0 | 0.82 | 0.60 | 0.32 | 343.94 | 0.7 | 0.4 |
| Hex | AD | 1F | 45 | 0 | 52 | 3C | 20 | 158 | 46 | 28 |
| Octal | 255 | 37 | 105 | 0 | 122 | 74 | 40 | 530 | 106 | 50 |
| Binary | 10101101 | 11111 | 1000101 | 0 | 1010010 | 111100 | 100000 | 101011000 | 1000110 | 101000 |
Color Harmonies of #AD1F45
Complementary color
Monochromatic Colors of #AD1F45
Black with #AD1F45
Text Example
Text Example
White with #AD1F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F45; }
p { color: rgb(173,31,69); }
H1.HeaderClassName
{
color: #AD1F45;
}
.AnyTagClassName
{
color: #AD1F45;
}
</style>
background-color css
<style>
a { background-color: #AD1F45; }
a { background-color: rgb(173,31,69); }
div.DivClassName
{
background-color: #AD1F45;
}
.BgClassName
{
background-color: #AD1F45;
}
</style>
border-color css
<style>
span { border-color: #AD1F45; }
span { border-color: rgb(173,31,69); }
td.TdClassName
{
border-color: #AD1F45;
}
.TagClassName
{
border-color: #AD1F45;
}
</style>