Shades of Medium Carmine #AA422D
Tints of Medium Carmine #AA422D
RGB
CMYK
RGB Variations
Color information
#AA422D (or 0xAA422D) is known color: Medium Carmine. HEX triplet: AA, 42 and 2D. RGB value is (170,66,45). Sum of RGB (Red+Green+Blue) = 170+66+45=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA422D is #55BDD2. Grayscale: #5E5E5E. Windows color (decimal): -5619155 or 2966186. OLE color: 2966186.
HSL color Cylindrical-coordinate representation of color #AA422D: hue angle of 10.08º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA422D is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 45 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.33 |
| HSL | 10.08º | 0.58% | 0.42% | - |
| HSV(B) | 10.08º | 0.74% | 0.67% | - |
| XYZ | 19 | 12.63 | 3.92 | - |
| YUV | 94.7 | 99.96 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 45 | 0 | 0.61 | 0.74 | 0.33 | 10.08 | 0.58 | 0.42 |
| Hex | AA | 42 | 2D | 0 | 3D | 4A | 21 | A | 3A | 2A |
| Octal | 252 | 102 | 55 | 0 | 75 | 112 | 41 | 12 | 72 | 52 |
| Binary | 10101010 | 1000010 | 101101 | 0 | 111101 | 1001010 | 100001 | 1010 | 111010 | 101010 |
Color Harmonies of #AA422D
Complementary color
Monochromatic Colors of #AA422D
Black with #AA422D
Text Example
Text Example
White with #AA422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA422D; }
p { color: rgb(170,66,45); }
H1.HeaderClassName
{
color: #AA422D;
}
.AnyTagClassName
{
color: #AA422D;
}
</style>
background-color css
<style>
a { background-color: #AA422D; }
a { background-color: rgb(170,66,45); }
div.DivClassName
{
background-color: #AA422D;
}
.BgClassName
{
background-color: #AA422D;
}
</style>
border-color css
<style>
span { border-color: #AA422D; }
span { border-color: rgb(170,66,45); }
td.TdClassName
{
border-color: #AA422D;
}
.TagClassName
{
border-color: #AA422D;
}
</style>