Shades of Medium Carmine #AD422D
Tints of Medium Carmine #AD422D
RGB
CMYK
RGB Variations
Color information
#AD422D (or 0xAD422D) is known color: Medium Carmine. HEX triplet: AD, 42 and 2D. RGB value is (173,66,45). Sum of RGB (Red+Green+Blue) = 173+66+45=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD422D is #52BDD2. Grayscale: #5F5F5F. Windows color (decimal): -5422547 or 2966189. OLE color: 2966189.
HSL color Cylindrical-coordinate representation of color #AD422D: hue angle of 9.84º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD422D is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 45 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.32 |
| HSL | 9.84º | 0.59% | 0.43% | - |
| HSV(B) | 9.84º | 0.74% | 0.68% | - |
| XYZ | 19.66 | 12.97 | 3.95 | - |
| YUV | 95.6 | 99.45 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 45 | 0 | 0.62 | 0.74 | 0.32 | 9.84 | 0.59 | 0.43 |
| Hex | AD | 42 | 2D | 0 | 3E | 4A | 20 | A | 3B | 2B |
| Octal | 255 | 102 | 55 | 0 | 76 | 112 | 40 | 12 | 73 | 53 |
| Binary | 10101101 | 1000010 | 101101 | 0 | 111110 | 1001010 | 100000 | 1010 | 111011 | 101011 |
Color Harmonies of #AD422D
Complementary color
Monochromatic Colors of #AD422D
Black with #AD422D
Text Example
Text Example
White with #AD422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD422D; }
p { color: rgb(173,66,45); }
H1.HeaderClassName
{
color: #AD422D;
}
.AnyTagClassName
{
color: #AD422D;
}
</style>
background-color css
<style>
a { background-color: #AD422D; }
a { background-color: rgb(173,66,45); }
div.DivClassName
{
background-color: #AD422D;
}
.BgClassName
{
background-color: #AD422D;
}
</style>
border-color css
<style>
span { border-color: #AD422D; }
span { border-color: rgb(173,66,45); }
td.TdClassName
{
border-color: #AD422D;
}
.TagClassName
{
border-color: #AD422D;
}
</style>