Shades of Medium Carmine #AA412B
Tints of Medium Carmine #AA412B
RGB
CMYK
RGB Variations
Color information
#AA412B (or 0xAA412B) is known color: Medium Carmine. HEX triplet: AA, 41 and 2B. RGB value is (170,65,43). Sum of RGB (Red+Green+Blue) = 170+65+43=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA412B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA412B is #55BED4. Grayscale: #5E5E5E. Windows color (decimal): -5619413 or 2834858. OLE color: 2834858.
HSL color Cylindrical-coordinate representation of color #AA412B: hue angle of 10.39º 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 #AA412B is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 43 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.33 |
| HSL | 10.39º | 0.6% | 0.42% | - |
| HSV(B) | 10.39º | 0.75% | 0.67% | - |
| XYZ | 18.9 | 12.5 | 3.7 | - |
| YUV | 93.89 | 99.29 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 43 | 0 | 0.62 | 0.75 | 0.33 | 10.39 | 0.6 | 0.42 |
| Hex | AA | 41 | 2B | 0 | 3E | 4B | 21 | A | 3C | 2A |
| Octal | 252 | 101 | 53 | 0 | 76 | 113 | 41 | 12 | 74 | 52 |
| Binary | 10101010 | 1000001 | 101011 | 0 | 111110 | 1001011 | 100001 | 1010 | 111100 | 101010 |
Color Harmonies of #AA412B
Complementary color
Monochromatic Colors of #AA412B
Black with #AA412B
Text Example
Text Example
White with #AA412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA412B; }
p { color: rgb(170,65,43); }
H1.HeaderClassName
{
color: #AA412B;
}
.AnyTagClassName
{
color: #AA412B;
}
</style>
background-color css
<style>
a { background-color: #AA412B; }
a { background-color: rgb(170,65,43); }
div.DivClassName
{
background-color: #AA412B;
}
.BgClassName
{
background-color: #AA412B;
}
</style>
border-color css
<style>
span { border-color: #AA412B; }
span { border-color: rgb(170,65,43); }
td.TdClassName
{
border-color: #AA412B;
}
.TagClassName
{
border-color: #AA412B;
}
</style>