Shades of Medium Carmine #AA422C
Tints of Medium Carmine #AA422C
RGB
CMYK
RGB Variations
Color information
#AA422C (or 0xAA422C) is known color: Medium Carmine. HEX triplet: AA, 42 and 2C. RGB value is (170,66,44). Sum of RGB (Red+Green+Blue) = 170+66+44=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA422C is #55BDD3. Grayscale: #5E5E5E. Windows color (decimal): -5619156 or 2900650. OLE color: 2900650.
HSL color Cylindrical-coordinate representation of color #AA422C: hue angle of 10.48º degrees, saturation: 0.59, 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 #AA422C is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 44 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.33 |
| HSL | 10.48º | 0.59% | 0.42% | - |
| HSV(B) | 10.48º | 0.74% | 0.67% | - |
| XYZ | 18.98 | 12.62 | 3.82 | - |
| YUV | 94.59 | 99.46 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 44 | 0 | 0.61 | 0.74 | 0.33 | 10.48 | 0.59 | 0.42 |
| Hex | AA | 42 | 2C | 0 | 3D | 4A | 21 | A | 3B | 2A |
| Octal | 252 | 102 | 54 | 0 | 75 | 112 | 41 | 12 | 73 | 52 |
| Binary | 10101010 | 1000010 | 101100 | 0 | 111101 | 1001010 | 100001 | 1010 | 111011 | 101010 |
Color Harmonies of #AA422C
Complementary color
Monochromatic Colors of #AA422C
Black with #AA422C
Text Example
Text Example
White with #AA422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA422C; }
p { color: rgb(170,66,44); }
H1.HeaderClassName
{
color: #AA422C;
}
.AnyTagClassName
{
color: #AA422C;
}
</style>
background-color css
<style>
a { background-color: #AA422C; }
a { background-color: rgb(170,66,44); }
div.DivClassName
{
background-color: #AA422C;
}
.BgClassName
{
background-color: #AA422C;
}
</style>
border-color css
<style>
span { border-color: #AA422C; }
span { border-color: rgb(170,66,44); }
td.TdClassName
{
border-color: #AA422C;
}
.TagClassName
{
border-color: #AA422C;
}
</style>