Shades of Old Rose #AD273E
Tints of Old Rose #AD273E
RGB
CMYK
RGB Variations
Color information
#AD273E (or 0xAD273E) is known color: Old Rose. HEX triplet: AD, 27 and 3E. RGB value is (173,39,62). Sum of RGB (Red+Green+Blue) = 173+39+62=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD273E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD273E is #52D8C1. Grayscale: #515151. Windows color (decimal): -5429442 or 4073389. OLE color: 4073389.
HSL color Cylindrical-coordinate representation of color #AD273E: hue angle of 349.7º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD273E is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 62 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.32 |
| HSL | 349.7º | 0.63% | 0.42% | - |
| HSV(B) | 349.7º | 0.77% | 0.68% | - |
| XYZ | 18.83 | 10.68 | 5.63 | - |
| YUV | 81.69 | 116.89 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 62 | 0 | 0.77 | 0.64 | 0.32 | 349.7 | 0.63 | 0.42 |
| Hex | AD | 27 | 3E | 0 | 4D | 40 | 20 | 15E | 3F | 2A |
| Octal | 255 | 47 | 76 | 0 | 115 | 100 | 40 | 536 | 77 | 52 |
| Binary | 10101101 | 100111 | 111110 | 0 | 1001101 | 1000000 | 100000 | 101011110 | 111111 | 101010 |
Color Harmonies of #AD273E
Complementary color
Monochromatic Colors of #AD273E
Black with #AD273E
Text Example
Text Example
White with #AD273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD273E; }
p { color: rgb(173,39,62); }
H1.HeaderClassName
{
color: #AD273E;
}
.AnyTagClassName
{
color: #AD273E;
}
</style>
background-color css
<style>
a { background-color: #AD273E; }
a { background-color: rgb(173,39,62); }
div.DivClassName
{
background-color: #AD273E;
}
.BgClassName
{
background-color: #AD273E;
}
</style>
border-color css
<style>
span { border-color: #AD273E; }
span { border-color: rgb(173,39,62); }
td.TdClassName
{
border-color: #AD273E;
}
.TagClassName
{
border-color: #AD273E;
}
</style>