Shades of Medium Carmine #AA412D
Tints of Medium Carmine #AA412D
RGB
CMYK
RGB Variations
Color information
#AA412D (or 0xAA412D) is known color: Medium Carmine. HEX triplet: AA, 41 and 2D. RGB value is (170,65,45). Sum of RGB (Red+Green+Blue) = 170+65+45=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA412D is #55BED2. Grayscale: #5E5E5E. Windows color (decimal): -5619411 or 2965930. OLE color: 2965930.
HSL color Cylindrical-coordinate representation of color #AA412D: hue angle of 9.6º degrees, saturation: 0.58, 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 #AA412D is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 45 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.33 |
| HSL | 9.6º | 0.58% | 0.42% | - |
| HSV(B) | 9.6º | 0.74% | 0.67% | - |
| XYZ | 18.94 | 12.52 | 3.9 | - |
| YUV | 94.12 | 100.29 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 45 | 0 | 0.62 | 0.74 | 0.33 | 9.6 | 0.58 | 0.42 |
| Hex | AA | 41 | 2D | 0 | 3E | 4A | 21 | A | 3A | 2A |
| Octal | 252 | 101 | 55 | 0 | 76 | 112 | 41 | 12 | 72 | 52 |
| Binary | 10101010 | 1000001 | 101101 | 0 | 111110 | 1001010 | 100001 | 1010 | 111010 | 101010 |
Color Harmonies of #AA412D
Complementary color
Monochromatic Colors of #AA412D
Black with #AA412D
Text Example
Text Example
White with #AA412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA412D; }
p { color: rgb(170,65,45); }
H1.HeaderClassName
{
color: #AA412D;
}
.AnyTagClassName
{
color: #AA412D;
}
</style>
background-color css
<style>
a { background-color: #AA412D; }
a { background-color: rgb(170,65,45); }
div.DivClassName
{
background-color: #AA412D;
}
.BgClassName
{
background-color: #AA412D;
}
</style>
border-color css
<style>
span { border-color: #AA412D; }
span { border-color: rgb(170,65,45); }
td.TdClassName
{
border-color: #AA412D;
}
.TagClassName
{
border-color: #AA412D;
}
</style>