Shades of Medium Carmine #AA422E
Tints of Medium Carmine #AA422E
RGB
CMYK
RGB Variations
Color information
#AA422E (or 0xAA422E) is known color: Medium Carmine. HEX triplet: AA, 42 and 2E. RGB value is (170,66,46). Sum of RGB (Red+Green+Blue) = 170+66+46=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA422E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA422E is #55BDD1. Grayscale: #5F5F5F. Windows color (decimal): -5619154 or 3031722. OLE color: 3031722.
HSL color Cylindrical-coordinate representation of color #AA422E: hue angle of 9.68º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA422E is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 46 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.33 |
| HSL | 9.68º | 0.57% | 0.42% | - |
| HSV(B) | 9.68º | 0.73% | 0.67% | - |
| XYZ | 19.02 | 12.64 | 4.02 | - |
| YUV | 94.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 46 | 0 | 0.61 | 0.73 | 0.33 | 9.68 | 0.57 | 0.42 |
| Hex | AA | 42 | 2E | 0 | 3D | 49 | 21 | A | 39 | 2A |
| Octal | 252 | 102 | 56 | 0 | 75 | 111 | 41 | 12 | 71 | 52 |
| Binary | 10101010 | 1000010 | 101110 | 0 | 111101 | 1001001 | 100001 | 1010 | 111001 | 101010 |
Color Harmonies of #AA422E
Complementary color
Monochromatic Colors of #AA422E
Black with #AA422E
Text Example
Text Example
White with #AA422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA422E; }
p { color: rgb(170,66,46); }
H1.HeaderClassName
{
color: #AA422E;
}
.AnyTagClassName
{
color: #AA422E;
}
</style>
background-color css
<style>
a { background-color: #AA422E; }
a { background-color: rgb(170,66,46); }
div.DivClassName
{
background-color: #AA422E;
}
.BgClassName
{
background-color: #AA422E;
}
</style>
border-color css
<style>
span { border-color: #AA422E; }
span { border-color: rgb(170,66,46); }
td.TdClassName
{
border-color: #AA422E;
}
.TagClassName
{
border-color: #AA422E;
}
</style>