Shades of Medium Carmine #AA402C
Tints of Medium Carmine #AA402C
RGB
CMYK
RGB Variations
Color information
#AA402C (or 0xAA402C) is known color: Medium Carmine. HEX triplet: AA, 40 and 2C. RGB value is (170,64,44). Sum of RGB (Red+Green+Blue) = 170+64+44=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA402C is #55BFD3. Grayscale: #5D5D5D. Windows color (decimal): -5619668 or 2900138. OLE color: 2900138.
HSL color Cylindrical-coordinate representation of color #AA402C: hue angle of 9.52º 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 #AA402C is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 44 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.33 |
| HSL | 9.52º | 0.59% | 0.42% | - |
| HSV(B) | 9.52º | 0.74% | 0.67% | - |
| XYZ | 18.87 | 12.39 | 3.78 | - |
| YUV | 93.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 44 | 0 | 0.62 | 0.74 | 0.33 | 9.52 | 0.59 | 0.42 |
| Hex | AA | 40 | 2C | 0 | 3E | 4A | 21 | A | 3B | 2A |
| Octal | 252 | 100 | 54 | 0 | 76 | 112 | 41 | 12 | 73 | 52 |
| Binary | 10101010 | 1000000 | 101100 | 0 | 111110 | 1001010 | 100001 | 1010 | 111011 | 101010 |
Color Harmonies of #AA402C
Complementary color
Monochromatic Colors of #AA402C
Black with #AA402C
Text Example
Text Example
White with #AA402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA402C; }
p { color: rgb(170,64,44); }
H1.HeaderClassName
{
color: #AA402C;
}
.AnyTagClassName
{
color: #AA402C;
}
</style>
background-color css
<style>
a { background-color: #AA402C; }
a { background-color: rgb(170,64,44); }
div.DivClassName
{
background-color: #AA402C;
}
.BgClassName
{
background-color: #AA402C;
}
</style>
border-color css
<style>
span { border-color: #AA402C; }
span { border-color: rgb(170,64,44); }
td.TdClassName
{
border-color: #AA402C;
}
.TagClassName
{
border-color: #AA402C;
}
</style>