Shades of Old Rose #AD2B48
Tints of Old Rose #AD2B48
RGB
CMYK
RGB Variations
Color information
#AD2B48 (or 0xAD2B48) is known color: Old Rose. HEX triplet: AD, 2B and 48. RGB value is (173,43,72). Sum of RGB (Red+Green+Blue) = 173+43+72=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B48 is #52D4B7. Grayscale: #555555. Windows color (decimal): -5428408 or 4729773. OLE color: 4729773.
HSL color Cylindrical-coordinate representation of color #AD2B48: hue angle of 346.62º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2B48 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 72 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.32 |
| HSL | 346.62º | 0.6% | 0.42% | - |
| HSV(B) | 346.62º | 0.75% | 0.68% | - |
| XYZ | 19.27 | 11.08 | 7.25 | - |
| YUV | 85.18 | 120.57 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 72 | 0 | 0.75 | 0.58 | 0.32 | 346.62 | 0.6 | 0.42 |
| Hex | AD | 2B | 48 | 0 | 4B | 3A | 20 | 15B | 3C | 2A |
| Octal | 255 | 53 | 110 | 0 | 113 | 72 | 40 | 533 | 74 | 52 |
| Binary | 10101101 | 101011 | 1001000 | 0 | 1001011 | 111010 | 100000 | 101011011 | 111100 | 101010 |
Color Harmonies of #AD2B48
Complementary color
Monochromatic Colors of #AD2B48
Black with #AD2B48
Text Example
Text Example
White with #AD2B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B48; }
p { color: rgb(173,43,72); }
H1.HeaderClassName
{
color: #AD2B48;
}
.AnyTagClassName
{
color: #AD2B48;
}
</style>
background-color css
<style>
a { background-color: #AD2B48; }
a { background-color: rgb(173,43,72); }
div.DivClassName
{
background-color: #AD2B48;
}
.BgClassName
{
background-color: #AD2B48;
}
</style>
border-color css
<style>
span { border-color: #AD2B48; }
span { border-color: rgb(173,43,72); }
td.TdClassName
{
border-color: #AD2B48;
}
.TagClassName
{
border-color: #AD2B48;
}
</style>