Shades of Medium Carmine #AD493B
Tints of Medium Carmine #AD493B
RGB
CMYK
RGB Variations
Color information
#AD493B (or 0xAD493B) is known color: Medium Carmine. HEX triplet: AD, 49 and 3B. RGB value is (173,73,59). Sum of RGB (Red+Green+Blue) = 173+73+59=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD493B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD493B is #52B6C4. Grayscale: #656565. Windows color (decimal): -5420741 or 3885485. OLE color: 3885485.
HSL color Cylindrical-coordinate representation of color #AD493B: hue angle of 7.37º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD493B is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 59 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.32 |
| HSL | 7.37º | 0.49% | 0.45% | - |
| HSV(B) | 7.37º | 0.66% | 0.68% | - |
| XYZ | 20.41 | 13.97 | 5.76 | - |
| YUV | 101.3 | 104.13 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 59 | 0 | 0.58 | 0.66 | 0.32 | 7.37 | 0.49 | 0.45 |
| Hex | AD | 49 | 3B | 0 | 3A | 42 | 20 | 7 | 31 | 2D |
| Octal | 255 | 111 | 73 | 0 | 72 | 102 | 40 | 7 | 61 | 55 |
| Binary | 10101101 | 1001001 | 111011 | 0 | 111010 | 1000010 | 100000 | 111 | 110001 | 101101 |
Color Harmonies of #AD493B
Complementary color
Monochromatic Colors of #AD493B
Black with #AD493B
Text Example
Text Example
White with #AD493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD493B; }
p { color: rgb(173,73,59); }
H1.HeaderClassName
{
color: #AD493B;
}
.AnyTagClassName
{
color: #AD493B;
}
</style>
background-color css
<style>
a { background-color: #AD493B; }
a { background-color: rgb(173,73,59); }
div.DivClassName
{
background-color: #AD493B;
}
.BgClassName
{
background-color: #AD493B;
}
</style>
border-color css
<style>
span { border-color: #AD493B; }
span { border-color: rgb(173,73,59); }
td.TdClassName
{
border-color: #AD493B;
}
.TagClassName
{
border-color: #AD493B;
}
</style>