Shades of Old Rose #AD2B3F
Tints of Old Rose #AD2B3F
RGB
CMYK
RGB Variations
Color information
#AD2B3F (or 0xAD2B3F) is known color: Old Rose. HEX triplet: AD, 2B and 3F. RGB value is (173,43,63). Sum of RGB (Red+Green+Blue) = 173+43+63=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B3F is #52D4C0. Grayscale: #545454. Windows color (decimal): -5428417 or 4139949. OLE color: 4139949.
HSL color Cylindrical-coordinate representation of color #AD2B3F: hue angle of 350.77º 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 #AD2B3F is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 63 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.32 |
| HSL | 350.77º | 0.6% | 0.42% | - |
| HSV(B) | 350.77º | 0.75% | 0.68% | - |
| XYZ | 18.99 | 10.97 | 5.82 | - |
| YUV | 84.15 | 116.07 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 63 | 0 | 0.75 | 0.64 | 0.32 | 350.77 | 0.6 | 0.42 |
| Hex | AD | 2B | 3F | 0 | 4B | 40 | 20 | 15F | 3C | 2A |
| Octal | 255 | 53 | 77 | 0 | 113 | 100 | 40 | 537 | 74 | 52 |
| Binary | 10101101 | 101011 | 111111 | 0 | 1001011 | 1000000 | 100000 | 101011111 | 111100 | 101010 |
Color Harmonies of #AD2B3F
Complementary color
Monochromatic Colors of #AD2B3F
Black with #AD2B3F
Text Example
Text Example
White with #AD2B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B3F; }
p { color: rgb(173,43,63); }
H1.HeaderClassName
{
color: #AD2B3F;
}
.AnyTagClassName
{
color: #AD2B3F;
}
</style>
background-color css
<style>
a { background-color: #AD2B3F; }
a { background-color: rgb(173,43,63); }
div.DivClassName
{
background-color: #AD2B3F;
}
.BgClassName
{
background-color: #AD2B3F;
}
</style>
border-color css
<style>
span { border-color: #AD2B3F; }
span { border-color: rgb(173,43,63); }
td.TdClassName
{
border-color: #AD2B3F;
}
.TagClassName
{
border-color: #AD2B3F;
}
</style>