Shades of Medium Carmine #AA413E
Tints of Medium Carmine #AA413E
RGB
CMYK
RGB Variations
Color information
#AA413E (or 0xAA413E) is known color: Medium Carmine. HEX triplet: AA, 41 and 3E. RGB value is (170,65,62). Sum of RGB (Red+Green+Blue) = 170+65+62=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA413E is #55BEC1. Grayscale: #606060. Windows color (decimal): -5619394 or 4080042. OLE color: 4080042.
HSL color Cylindrical-coordinate representation of color #AA413E: hue angle of 1.67º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA413E is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 62 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.33 |
| HSL | 1.67º | 0.47% | 0.45% | - |
| HSV(B) | 1.67º | 0.64% | 0.67% | - |
| XYZ | 19.34 | 12.67 | 5.98 | - |
| YUV | 96.05 | 108.79 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 62 | 0 | 0.62 | 0.64 | 0.33 | 1.67 | 0.47 | 0.45 |
| Hex | AA | 41 | 3E | 0 | 3E | 40 | 21 | 2 | 2F | 2D |
| Octal | 252 | 101 | 76 | 0 | 76 | 100 | 41 | 2 | 57 | 55 |
| Binary | 10101010 | 1000001 | 111110 | 0 | 111110 | 1000000 | 100001 | 10 | 101111 | 101101 |
Color Harmonies of #AA413E
Complementary color
Monochromatic Colors of #AA413E
Black with #AA413E
Text Example
Text Example
White with #AA413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA413E; }
p { color: rgb(170,65,62); }
H1.HeaderClassName
{
color: #AA413E;
}
.AnyTagClassName
{
color: #AA413E;
}
</style>
background-color css
<style>
a { background-color: #AA413E; }
a { background-color: rgb(170,65,62); }
div.DivClassName
{
background-color: #AA413E;
}
.BgClassName
{
background-color: #AA413E;
}
</style>
border-color css
<style>
span { border-color: #AA413E; }
span { border-color: rgb(170,65,62); }
td.TdClassName
{
border-color: #AA413E;
}
.TagClassName
{
border-color: #AA413E;
}
</style>