Shades of Old Rose #AD2B41
Tints of Old Rose #AD2B41
RGB
CMYK
RGB Variations
Color information
#AD2B41 (or 0xAD2B41) is known color: Old Rose. HEX triplet: AD, 2B and 41. RGB value is (173,43,65). Sum of RGB (Red+Green+Blue) = 173+43+65=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B41 is #52D4BE. Grayscale: #545454. Windows color (decimal): -5428415 or 4271021. OLE color: 4271021.
HSL color Cylindrical-coordinate representation of color #AD2B41: hue angle of 349.85º 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 #AD2B41 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 65 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.32 |
| HSL | 349.85º | 0.6% | 0.42% | - |
| HSV(B) | 349.85º | 0.75% | 0.68% | - |
| XYZ | 19.05 | 10.99 | 6.12 | - |
| YUV | 84.38 | 117.07 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 65 | 0 | 0.75 | 0.62 | 0.32 | 349.85 | 0.6 | 0.42 |
| Hex | AD | 2B | 41 | 0 | 4B | 3E | 20 | 15E | 3C | 2A |
| Octal | 255 | 53 | 101 | 0 | 113 | 76 | 40 | 536 | 74 | 52 |
| Binary | 10101101 | 101011 | 1000001 | 0 | 1001011 | 111110 | 100000 | 101011110 | 111100 | 101010 |
Color Harmonies of #AD2B41
Complementary color
Monochromatic Colors of #AD2B41
Black with #AD2B41
Text Example
Text Example
White with #AD2B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B41; }
p { color: rgb(173,43,65); }
H1.HeaderClassName
{
color: #AD2B41;
}
.AnyTagClassName
{
color: #AD2B41;
}
</style>
background-color css
<style>
a { background-color: #AD2B41; }
a { background-color: rgb(173,43,65); }
div.DivClassName
{
background-color: #AD2B41;
}
.BgClassName
{
background-color: #AD2B41;
}
</style>
border-color css
<style>
span { border-color: #AD2B41; }
span { border-color: rgb(173,43,65); }
td.TdClassName
{
border-color: #AD2B41;
}
.TagClassName
{
border-color: #AD2B41;
}
</style>