Shades of Medium Carmine #AD493C
Tints of Medium Carmine #AD493C
RGB
CMYK
RGB Variations
Color information
#AD493C (or 0xAD493C) is known color: Medium Carmine. HEX triplet: AD, 49 and 3C. RGB value is (173,73,60). Sum of RGB (Red+Green+Blue) = 173+73+60=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD493C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD493C is #52B6C3. Grayscale: #656565. Windows color (decimal): -5420740 or 3951021. OLE color: 3951021.
HSL color Cylindrical-coordinate representation of color #AD493C: hue angle of 6.9º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD493C is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 60 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.32 |
| HSL | 6.9º | 0.48% | 0.46% | - |
| HSV(B) | 6.9º | 0.65% | 0.68% | - |
| XYZ | 20.43 | 13.98 | 5.9 | - |
| YUV | 101.42 | 104.63 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 60 | 0 | 0.58 | 0.65 | 0.32 | 6.9 | 0.48 | 0.46 |
| Hex | AD | 49 | 3C | 0 | 3A | 41 | 20 | 7 | 30 | 2E |
| Octal | 255 | 111 | 74 | 0 | 72 | 101 | 40 | 7 | 60 | 56 |
| Binary | 10101101 | 1001001 | 111100 | 0 | 111010 | 1000001 | 100000 | 111 | 110000 | 101110 |
Color Harmonies of #AD493C
Complementary color
Monochromatic Colors of #AD493C
Black with #AD493C
Text Example
Text Example
White with #AD493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD493C; }
p { color: rgb(173,73,60); }
H1.HeaderClassName
{
color: #AD493C;
}
.AnyTagClassName
{
color: #AD493C;
}
</style>
background-color css
<style>
a { background-color: #AD493C; }
a { background-color: rgb(173,73,60); }
div.DivClassName
{
background-color: #AD493C;
}
.BgClassName
{
background-color: #AD493C;
}
</style>
border-color css
<style>
span { border-color: #AD493C; }
span { border-color: rgb(173,73,60); }
td.TdClassName
{
border-color: #AD493C;
}
.TagClassName
{
border-color: #AD493C;
}
</style>