Shades of Medium Carmine #AD3C39
Tints of Medium Carmine #AD3C39
RGB
CMYK
RGB Variations
Color information
#AD3C39 (or 0xAD3C39) is known color: Medium Carmine. HEX triplet: AD, 3C and 39. RGB value is (173,60,57). Sum of RGB (Red+Green+Blue) = 173+60+57=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3C39 is #52C3C6. Grayscale: #5D5D5D. Windows color (decimal): -5424071 or 3751085. OLE color: 3751085.
HSL color Cylindrical-coordinate representation of color #AD3C39: hue angle of 1.55º 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 #AD3C39 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 60 | 57 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.32 |
| HSL | 1.55º | 0.5% | 0.45% | - |
| HSV(B) | 1.55º | 0.67% | 0.68% | - |
| XYZ | 19.59 | 12.41 | 5.23 | - |
| YUV | 93.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 57 | 0 | 0.65 | 0.67 | 0.32 | 1.55 | 0.5 | 0.45 |
| Hex | AD | 3C | 39 | 0 | 41 | 43 | 20 | 2 | 32 | 2D |
| Octal | 255 | 74 | 71 | 0 | 101 | 103 | 40 | 2 | 62 | 55 |
| Binary | 10101101 | 111100 | 111001 | 0 | 1000001 | 1000011 | 100000 | 10 | 110010 | 101101 |
Color Harmonies of #AD3C39
Complementary color
Monochromatic Colors of #AD3C39
Black with #AD3C39
Text Example
Text Example
White with #AD3C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3C39; }
p { color: rgb(173,60,57); }
H1.HeaderClassName
{
color: #AD3C39;
}
.AnyTagClassName
{
color: #AD3C39;
}
</style>
background-color css
<style>
a { background-color: #AD3C39; }
a { background-color: rgb(173,60,57); }
div.DivClassName
{
background-color: #AD3C39;
}
.BgClassName
{
background-color: #AD3C39;
}
</style>
border-color css
<style>
span { border-color: #AD3C39; }
span { border-color: rgb(173,60,57); }
td.TdClassName
{
border-color: #AD3C39;
}
.TagClassName
{
border-color: #AD3C39;
}
</style>