Shades of Medium Carmine #AA402A
Tints of Medium Carmine #AA402A
RGB
CMYK
RGB Variations
Color information
#AA402A (or 0xAA402A) is known color: Medium Carmine. HEX triplet: AA, 40 and 2A. RGB value is (170,64,42). Sum of RGB (Red+Green+Blue) = 170+64+42=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA402A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA402A is #55BFD5. Grayscale: #5D5D5D. Windows color (decimal): -5619670 or 2769066. OLE color: 2769066.
HSL color Cylindrical-coordinate representation of color #AA402A: hue angle of 10.31º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA402A is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 42 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.33 |
| HSL | 10.31º | 0.6% | 0.42% | - |
| HSV(B) | 10.31º | 0.75% | 0.67% | - |
| XYZ | 18.83 | 12.38 | 3.59 | - |
| YUV | 93.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 42 | 0 | 0.62 | 0.75 | 0.33 | 10.31 | 0.6 | 0.42 |
| Hex | AA | 40 | 2A | 0 | 3E | 4B | 21 | A | 3C | 2A |
| Octal | 252 | 100 | 52 | 0 | 76 | 113 | 41 | 12 | 74 | 52 |
| Binary | 10101010 | 1000000 | 101010 | 0 | 111110 | 1001011 | 100001 | 1010 | 111100 | 101010 |
Color Harmonies of #AA402A
Complementary color
Monochromatic Colors of #AA402A
Black with #AA402A
Text Example
Text Example
White with #AA402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA402A; }
p { color: rgb(170,64,42); }
H1.HeaderClassName
{
color: #AA402A;
}
.AnyTagClassName
{
color: #AA402A;
}
</style>
background-color css
<style>
a { background-color: #AA402A; }
a { background-color: rgb(170,64,42); }
div.DivClassName
{
background-color: #AA402A;
}
.BgClassName
{
background-color: #AA402A;
}
</style>
border-color css
<style>
span { border-color: #AA402A; }
span { border-color: rgb(170,64,42); }
td.TdClassName
{
border-color: #AA402A;
}
.TagClassName
{
border-color: #AA402A;
}
</style>