Shades of Medium Carmine #AD3E2C
Tints of Medium Carmine #AD3E2C
RGB
CMYK
RGB Variations
Color information
#AD3E2C (or 0xAD3E2C) is known color: Medium Carmine. HEX triplet: AD, 3E and 2C. RGB value is (173,62,44). Sum of RGB (Red+Green+Blue) = 173+62+44=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3E2C is #52C1D3. Grayscale: #5D5D5D. Windows color (decimal): -5423572 or 2899629. OLE color: 2899629.
HSL color Cylindrical-coordinate representation of color #AD3E2C: hue angle of 8.37º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD3E2C is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 62 | 44 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.32 |
| HSL | 8.37º | 0.59% | 0.43% | - |
| HSV(B) | 8.37º | 0.75% | 0.68% | - |
| XYZ | 19.41 | 12.51 | 3.77 | - |
| YUV | 93.14 | 100.27 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 44 | 0 | 0.64 | 0.75 | 0.32 | 8.37 | 0.59 | 0.43 |
| Hex | AD | 3E | 2C | 0 | 40 | 4B | 20 | 8 | 3B | 2B |
| Octal | 255 | 76 | 54 | 0 | 100 | 113 | 40 | 10 | 73 | 53 |
| Binary | 10101101 | 111110 | 101100 | 0 | 1000000 | 1001011 | 100000 | 1000 | 111011 | 101011 |
Color Harmonies of #AD3E2C
Complementary color
Monochromatic Colors of #AD3E2C
Black with #AD3E2C
Text Example
Text Example
White with #AD3E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3E2C; }
p { color: rgb(173,62,44); }
H1.HeaderClassName
{
color: #AD3E2C;
}
.AnyTagClassName
{
color: #AD3E2C;
}
</style>
background-color css
<style>
a { background-color: #AD3E2C; }
a { background-color: rgb(173,62,44); }
div.DivClassName
{
background-color: #AD3E2C;
}
.BgClassName
{
background-color: #AD3E2C;
}
</style>
border-color css
<style>
span { border-color: #AD3E2C; }
span { border-color: rgb(173,62,44); }
td.TdClassName
{
border-color: #AD3E2C;
}
.TagClassName
{
border-color: #AD3E2C;
}
</style>