Shades of Medium Carmine #AD493E
Tints of Medium Carmine #AD493E
RGB
CMYK
RGB Variations
Color information
#AD493E (or 0xAD493E) is known color: Medium Carmine. HEX triplet: AD, 49 and 3E. RGB value is (173,73,62). Sum of RGB (Red+Green+Blue) = 173+73+62=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD493E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD493E is #52B6C1. Grayscale: #656565. Windows color (decimal): -5420738 or 4082093. OLE color: 4082093.
HSL color Cylindrical-coordinate representation of color #AD493E: hue angle of 5.95º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD493E is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 62 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.32 |
| HSL | 5.95º | 0.47% | 0.46% | - |
| HSV(B) | 5.95º | 0.64% | 0.68% | - |
| XYZ | 20.49 | 14 | 6.18 | - |
| YUV | 101.65 | 105.63 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 62 | 0 | 0.58 | 0.64 | 0.32 | 5.95 | 0.47 | 0.46 |
| Hex | AD | 49 | 3E | 0 | 3A | 40 | 20 | 6 | 2F | 2E |
| Octal | 255 | 111 | 76 | 0 | 72 | 100 | 40 | 6 | 57 | 56 |
| Binary | 10101101 | 1001001 | 111110 | 0 | 111010 | 1000000 | 100000 | 110 | 101111 | 101110 |
Color Harmonies of #AD493E
Complementary color
Monochromatic Colors of #AD493E
Black with #AD493E
Text Example
Text Example
White with #AD493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD493E; }
p { color: rgb(173,73,62); }
H1.HeaderClassName
{
color: #AD493E;
}
.AnyTagClassName
{
color: #AD493E;
}
</style>
background-color css
<style>
a { background-color: #AD493E; }
a { background-color: rgb(173,73,62); }
div.DivClassName
{
background-color: #AD493E;
}
.BgClassName
{
background-color: #AD493E;
}
</style>
border-color css
<style>
span { border-color: #AD493E; }
span { border-color: rgb(173,73,62); }
td.TdClassName
{
border-color: #AD493E;
}
.TagClassName
{
border-color: #AD493E;
}
</style>