Shades of Old Rose #AD2B3E
Tints of Old Rose #AD2B3E
RGB
CMYK
RGB Variations
Color information
#AD2B3E (or 0xAD2B3E) is known color: Old Rose. HEX triplet: AD, 2B and 3E. RGB value is (173,43,62). Sum of RGB (Red+Green+Blue) = 173+43+62=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B3E is #52D4C1. Grayscale: #545454. Windows color (decimal): -5428418 or 4074413. OLE color: 4074413.
HSL color Cylindrical-coordinate representation of color #AD2B3E: hue angle of 351.23º 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 #AD2B3E is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 62 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.32 |
| HSL | 351.23º | 0.6% | 0.42% | - |
| HSV(B) | 351.23º | 0.75% | 0.68% | - |
| XYZ | 18.97 | 10.96 | 5.67 | - |
| YUV | 84.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 62 | 0 | 0.75 | 0.64 | 0.32 | 351.23 | 0.6 | 0.42 |
| Hex | AD | 2B | 3E | 0 | 4B | 40 | 20 | 15F | 3C | 2A |
| Octal | 255 | 53 | 76 | 0 | 113 | 100 | 40 | 537 | 74 | 52 |
| Binary | 10101101 | 101011 | 111110 | 0 | 1001011 | 1000000 | 100000 | 101011111 | 111100 | 101010 |
Color Harmonies of #AD2B3E
Complementary color
Monochromatic Colors of #AD2B3E
Black with #AD2B3E
Text Example
Text Example
White with #AD2B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B3E; }
p { color: rgb(173,43,62); }
H1.HeaderClassName
{
color: #AD2B3E;
}
.AnyTagClassName
{
color: #AD2B3E;
}
</style>
background-color css
<style>
a { background-color: #AD2B3E; }
a { background-color: rgb(173,43,62); }
div.DivClassName
{
background-color: #AD2B3E;
}
.BgClassName
{
background-color: #AD2B3E;
}
</style>
border-color css
<style>
span { border-color: #AD2B3E; }
span { border-color: rgb(173,43,62); }
td.TdClassName
{
border-color: #AD2B3E;
}
.TagClassName
{
border-color: #AD2B3E;
}
</style>