Shades of Medium Carmine #AA403C
Tints of Medium Carmine #AA403C
RGB
CMYK
RGB Variations
Color information
#AA403C (or 0xAA403C) is known color: Medium Carmine. HEX triplet: AA, 40 and 3C. RGB value is (170,64,60). Sum of RGB (Red+Green+Blue) = 170+64+60=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA403C is #55BFC3. Grayscale: #5F5F5F. Windows color (decimal): -5619652 or 3948714. OLE color: 3948714.
HSL color Cylindrical-coordinate representation of color #AA403C: hue angle of 2.18º 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 #AA403C is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 60 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.33 |
| HSL | 2.18º | 0.48% | 0.45% | - |
| HSV(B) | 2.18º | 0.65% | 0.67% | - |
| XYZ | 19.23 | 12.54 | 5.68 | - |
| YUV | 95.24 | 108.12 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 60 | 0 | 0.62 | 0.65 | 0.33 | 2.18 | 0.48 | 0.45 |
| Hex | AA | 40 | 3C | 0 | 3E | 41 | 21 | 2 | 30 | 2D |
| Octal | 252 | 100 | 74 | 0 | 76 | 101 | 41 | 2 | 60 | 55 |
| Binary | 10101010 | 1000000 | 111100 | 0 | 111110 | 1000001 | 100001 | 10 | 110000 | 101101 |
Color Harmonies of #AA403C
Complementary color
Monochromatic Colors of #AA403C
Black with #AA403C
Text Example
Text Example
White with #AA403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA403C; }
p { color: rgb(170,64,60); }
H1.HeaderClassName
{
color: #AA403C;
}
.AnyTagClassName
{
color: #AA403C;
}
</style>
background-color css
<style>
a { background-color: #AA403C; }
a { background-color: rgb(170,64,60); }
div.DivClassName
{
background-color: #AA403C;
}
.BgClassName
{
background-color: #AA403C;
}
</style>
border-color css
<style>
span { border-color: #AA403C; }
span { border-color: rgb(170,64,60); }
td.TdClassName
{
border-color: #AA403C;
}
.TagClassName
{
border-color: #AA403C;
}
</style>