Shades of Medium Carmine #AD4839
Tints of Medium Carmine #AD4839
RGB
CMYK
RGB Variations
Color information
#AD4839 (or 0xAD4839) is known color: Medium Carmine. HEX triplet: AD, 48 and 39. RGB value is (173,72,57). Sum of RGB (Red+Green+Blue) = 173+72+57=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4839 is #52B7C6. Grayscale: #646464. Windows color (decimal): -5420999 or 3754157. OLE color: 3754157.
HSL color Cylindrical-coordinate representation of color #AD4839: hue angle of 7.76º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD4839 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 57 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.32 |
| HSL | 7.76º | 0.5% | 0.45% | - |
| HSV(B) | 7.76º | 0.67% | 0.68% | - |
| XYZ | 20.29 | 13.81 | 5.47 | - |
| YUV | 100.49 | 103.46 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 57 | 0 | 0.58 | 0.67 | 0.32 | 7.76 | 0.5 | 0.45 |
| Hex | AD | 48 | 39 | 0 | 3A | 43 | 20 | 8 | 32 | 2D |
| Octal | 255 | 110 | 71 | 0 | 72 | 103 | 40 | 10 | 62 | 55 |
| Binary | 10101101 | 1001000 | 111001 | 0 | 111010 | 1000011 | 100000 | 1000 | 110010 | 101101 |
Color Harmonies of #AD4839
Complementary color
Monochromatic Colors of #AD4839
Black with #AD4839
Text Example
Text Example
White with #AD4839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4839; }
p { color: rgb(173,72,57); }
H1.HeaderClassName
{
color: #AD4839;
}
.AnyTagClassName
{
color: #AD4839;
}
</style>
background-color css
<style>
a { background-color: #AD4839; }
a { background-color: rgb(173,72,57); }
div.DivClassName
{
background-color: #AD4839;
}
.BgClassName
{
background-color: #AD4839;
}
</style>
border-color css
<style>
span { border-color: #AD4839; }
span { border-color: rgb(173,72,57); }
td.TdClassName
{
border-color: #AD4839;
}
.TagClassName
{
border-color: #AD4839;
}
</style>