Shades of Medium Carmine #AD3E3C
Tints of Medium Carmine #AD3E3C
RGB
CMYK
RGB Variations
Color information
#AD3E3C (or 0xAD3E3C) is known color: Medium Carmine. HEX triplet: AD, 3E and 3C. RGB value is (173,62,60). Sum of RGB (Red+Green+Blue) = 173+62+60=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3E3C is #52C1C3. Grayscale: #5F5F5F. Windows color (decimal): -5423556 or 3948205. OLE color: 3948205.
HSL color Cylindrical-coordinate representation of color #AD3E3C: hue angle of 1.06º 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 #AD3E3C is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 62 | 60 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.32 |
| HSL | 1.06º | 0.48% | 0.46% | - |
| HSV(B) | 1.06º | 0.65% | 0.68% | - |
| XYZ | 19.77 | 12.66 | 5.68 | - |
| YUV | 94.96 | 108.27 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 60 | 0 | 0.64 | 0.65 | 0.32 | 1.06 | 0.48 | 0.46 |
| Hex | AD | 3E | 3C | 0 | 40 | 41 | 20 | 1 | 30 | 2E |
| Octal | 255 | 76 | 74 | 0 | 100 | 101 | 40 | 1 | 60 | 56 |
| Binary | 10101101 | 111110 | 111100 | 0 | 1000000 | 1000001 | 100000 | 1 | 110000 | 101110 |
Color Harmonies of #AD3E3C
Complementary color
Monochromatic Colors of #AD3E3C
Black with #AD3E3C
Text Example
Text Example
White with #AD3E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3E3C; }
p { color: rgb(173,62,60); }
H1.HeaderClassName
{
color: #AD3E3C;
}
.AnyTagClassName
{
color: #AD3E3C;
}
</style>
background-color css
<style>
a { background-color: #AD3E3C; }
a { background-color: rgb(173,62,60); }
div.DivClassName
{
background-color: #AD3E3C;
}
.BgClassName
{
background-color: #AD3E3C;
}
</style>
border-color css
<style>
span { border-color: #AD3E3C; }
span { border-color: rgb(173,62,60); }
td.TdClassName
{
border-color: #AD3E3C;
}
.TagClassName
{
border-color: #AD3E3C;
}
</style>