Shades of Medium Carmine #AD3C2E
Tints of Medium Carmine #AD3C2E
RGB
CMYK
RGB Variations
Color information
#AD3C2E (or 0xAD3C2E) is known color: Medium Carmine. HEX triplet: AD, 3C and 2E. RGB value is (173,60,46). Sum of RGB (Red+Green+Blue) = 173+60+46=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3C2E is #52C3D1. Grayscale: #5C5C5C. Windows color (decimal): -5424082 or 3030189. OLE color: 3030189.
HSL color Cylindrical-coordinate representation of color #AD3C2E: hue angle of 6.61º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD3C2E is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 60 | 46 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.32 |
| HSL | 6.61º | 0.58% | 0.43% | - |
| HSV(B) | 6.61º | 0.73% | 0.68% | - |
| XYZ | 19.34 | 12.31 | 3.94 | - |
| YUV | 92.19 | 101.94 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 46 | 0 | 0.65 | 0.73 | 0.32 | 6.61 | 0.58 | 0.43 |
| Hex | AD | 3C | 2E | 0 | 41 | 49 | 20 | 7 | 3A | 2B |
| Octal | 255 | 74 | 56 | 0 | 101 | 111 | 40 | 7 | 72 | 53 |
| Binary | 10101101 | 111100 | 101110 | 0 | 1000001 | 1001001 | 100000 | 111 | 111010 | 101011 |
Color Harmonies of #AD3C2E
Complementary color
Monochromatic Colors of #AD3C2E
Black with #AD3C2E
Text Example
Text Example
White with #AD3C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3C2E; }
p { color: rgb(173,60,46); }
H1.HeaderClassName
{
color: #AD3C2E;
}
.AnyTagClassName
{
color: #AD3C2E;
}
</style>
background-color css
<style>
a { background-color: #AD3C2E; }
a { background-color: rgb(173,60,46); }
div.DivClassName
{
background-color: #AD3C2E;
}
.BgClassName
{
background-color: #AD3C2E;
}
</style>
border-color css
<style>
span { border-color: #AD3C2E; }
span { border-color: rgb(173,60,46); }
td.TdClassName
{
border-color: #AD3C2E;
}
.TagClassName
{
border-color: #AD3C2E;
}
</style>