Shades of Old Rose #AD3141
Tints of Old Rose #AD3141
RGB
CMYK
RGB Variations
Color information
#AD3141 (or 0xAD3141) is known color: Old Rose. HEX triplet: AD, 31 and 41. RGB value is (173,49,65). Sum of RGB (Red+Green+Blue) = 173+49+65=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3141 is #52CEBE. Grayscale: #575757. Windows color (decimal): -5426879 or 4272557. OLE color: 4272557.
HSL color Cylindrical-coordinate representation of color #AD3141: hue angle of 352.26º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3141 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 65 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.32 |
| HSL | 352.26º | 0.56% | 0.44% | - |
| HSV(B) | 352.26º | 0.72% | 0.68% | - |
| XYZ | 19.29 | 11.46 | 6.2 | - |
| YUV | 87.9 | 115.08 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 65 | 0 | 0.72 | 0.62 | 0.32 | 352.26 | 0.56 | 0.44 |
| Hex | AD | 31 | 41 | 0 | 48 | 3E | 20 | 160 | 38 | 2C |
| Octal | 255 | 61 | 101 | 0 | 110 | 76 | 40 | 540 | 70 | 54 |
| Binary | 10101101 | 110001 | 1000001 | 0 | 1001000 | 111110 | 100000 | 101100000 | 111000 | 101100 |
Color Harmonies of #AD3141
Complementary color
Monochromatic Colors of #AD3141
Black with #AD3141
Text Example
Text Example
White with #AD3141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3141; }
p { color: rgb(173,49,65); }
H1.HeaderClassName
{
color: #AD3141;
}
.AnyTagClassName
{
color: #AD3141;
}
</style>
background-color css
<style>
a { background-color: #AD3141; }
a { background-color: rgb(173,49,65); }
div.DivClassName
{
background-color: #AD3141;
}
.BgClassName
{
background-color: #AD3141;
}
</style>
border-color css
<style>
span { border-color: #AD3141; }
span { border-color: rgb(173,49,65); }
td.TdClassName
{
border-color: #AD3141;
}
.TagClassName
{
border-color: #AD3141;
}
</style>