Shades of Medium Carmine #AD3E39
Tints of Medium Carmine #AD3E39
RGB
CMYK
RGB Variations
Color information
#AD3E39 (or 0xAD3E39) is known color: Medium Carmine. HEX triplet: AD, 3E and 39. RGB value is (173,62,57). Sum of RGB (Red+Green+Blue) = 173+62+57=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3E39 is #52C1C6. Grayscale: #5E5E5E. Windows color (decimal): -5423559 or 3751597. OLE color: 3751597.
HSL color Cylindrical-coordinate representation of color #AD3E39: hue angle of 2.59º 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 #AD3E39 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 62 | 57 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.32 |
| HSL | 2.59º | 0.5% | 0.45% | - |
| HSV(B) | 2.59º | 0.67% | 0.68% | - |
| XYZ | 19.69 | 12.62 | 5.27 | - |
| YUV | 94.62 | 106.77 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 57 | 0 | 0.64 | 0.67 | 0.32 | 2.59 | 0.5 | 0.45 |
| Hex | AD | 3E | 39 | 0 | 40 | 43 | 20 | 3 | 32 | 2D |
| Octal | 255 | 76 | 71 | 0 | 100 | 103 | 40 | 3 | 62 | 55 |
| Binary | 10101101 | 111110 | 111001 | 0 | 1000000 | 1000011 | 100000 | 11 | 110010 | 101101 |
Color Harmonies of #AD3E39
Complementary color
Monochromatic Colors of #AD3E39
Black with #AD3E39
Text Example
Text Example
White with #AD3E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3E39; }
p { color: rgb(173,62,57); }
H1.HeaderClassName
{
color: #AD3E39;
}
.AnyTagClassName
{
color: #AD3E39;
}
</style>
background-color css
<style>
a { background-color: #AD3E39; }
a { background-color: rgb(173,62,57); }
div.DivClassName
{
background-color: #AD3E39;
}
.BgClassName
{
background-color: #AD3E39;
}
</style>
border-color css
<style>
span { border-color: #AD3E39; }
span { border-color: rgb(173,62,57); }
td.TdClassName
{
border-color: #AD3E39;
}
.TagClassName
{
border-color: #AD3E39;
}
</style>