Shades of Medium Carmine #AD442E
Tints of Medium Carmine #AD442E
RGB
CMYK
RGB Variations
Color information
#AD442E (or 0xAD442E) is known color: Medium Carmine. HEX triplet: AD, 44 and 2E. RGB value is (173,68,46). Sum of RGB (Red+Green+Blue) = 173+68+46=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD442E is #52BBD1. Grayscale: #616161. Windows color (decimal): -5422034 or 3032237. OLE color: 3032237.
HSL color Cylindrical-coordinate representation of color #AD442E: hue angle of 10.39º 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 #AD442E is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 46 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.32 |
| HSL | 10.39º | 0.58% | 0.43% | - |
| HSV(B) | 10.39º | 0.73% | 0.68% | - |
| XYZ | 19.79 | 13.22 | 4.09 | - |
| YUV | 96.89 | 99.29 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 46 | 0 | 0.61 | 0.73 | 0.32 | 10.39 | 0.58 | 0.43 |
| Hex | AD | 44 | 2E | 0 | 3D | 49 | 20 | A | 3A | 2B |
| Octal | 255 | 104 | 56 | 0 | 75 | 111 | 40 | 12 | 72 | 53 |
| Binary | 10101101 | 1000100 | 101110 | 0 | 111101 | 1001001 | 100000 | 1010 | 111010 | 101011 |
Color Harmonies of #AD442E
Complementary color
Monochromatic Colors of #AD442E
Black with #AD442E
Text Example
Text Example
White with #AD442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD442E; }
p { color: rgb(173,68,46); }
H1.HeaderClassName
{
color: #AD442E;
}
.AnyTagClassName
{
color: #AD442E;
}
</style>
background-color css
<style>
a { background-color: #AD442E; }
a { background-color: rgb(173,68,46); }
div.DivClassName
{
background-color: #AD442E;
}
.BgClassName
{
background-color: #AD442E;
}
</style>
border-color css
<style>
span { border-color: #AD442E; }
span { border-color: rgb(173,68,46); }
td.TdClassName
{
border-color: #AD442E;
}
.TagClassName
{
border-color: #AD442E;
}
</style>