Shades of Medium Carmine #AA413B
Tints of Medium Carmine #AA413B
RGB
CMYK
RGB Variations
Color information
#AA413B (or 0xAA413B) is known color: Medium Carmine. HEX triplet: AA, 41 and 3B. RGB value is (170,65,59). Sum of RGB (Red+Green+Blue) = 170+65+59=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA413B is #55BEC4. Grayscale: #5F5F5F. Windows color (decimal): -5619397 or 3883434. OLE color: 3883434.
HSL color Cylindrical-coordinate representation of color #AA413B: hue angle of 3.24º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA413B is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 59 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.33 |
| HSL | 3.24º | 0.48% | 0.45% | - |
| HSV(B) | 3.24º | 0.65% | 0.67% | - |
| XYZ | 19.26 | 12.64 | 5.56 | - |
| YUV | 95.71 | 107.29 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 59 | 0 | 0.62 | 0.65 | 0.33 | 3.24 | 0.48 | 0.45 |
| Hex | AA | 41 | 3B | 0 | 3E | 41 | 21 | 3 | 30 | 2D |
| Octal | 252 | 101 | 73 | 0 | 76 | 101 | 41 | 3 | 60 | 55 |
| Binary | 10101010 | 1000001 | 111011 | 0 | 111110 | 1000001 | 100001 | 11 | 110000 | 101101 |
Color Harmonies of #AA413B
Complementary color
Monochromatic Colors of #AA413B
Black with #AA413B
Text Example
Text Example
White with #AA413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA413B; }
p { color: rgb(170,65,59); }
H1.HeaderClassName
{
color: #AA413B;
}
.AnyTagClassName
{
color: #AA413B;
}
</style>
background-color css
<style>
a { background-color: #AA413B; }
a { background-color: rgb(170,65,59); }
div.DivClassName
{
background-color: #AA413B;
}
.BgClassName
{
background-color: #AA413B;
}
</style>
border-color css
<style>
span { border-color: #AA413B; }
span { border-color: rgb(170,65,59); }
td.TdClassName
{
border-color: #AA413B;
}
.TagClassName
{
border-color: #AA413B;
}
</style>