Shades of Medium Carmine #AA443C
Tints of Medium Carmine #AA443C
RGB
CMYK
RGB Variations
Color information
#AA443C (or 0xAA443C) is known color: Medium Carmine. HEX triplet: AA, 44 and 3C. RGB value is (170,68,60). Sum of RGB (Red+Green+Blue) = 170+68+60=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA443C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA443C is #55BBC3. Grayscale: #616161. Windows color (decimal): -5618628 or 3949738. OLE color: 3949738.
HSL color Cylindrical-coordinate representation of color #AA443C: hue angle of 4.36º 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 #AA443C is Cyan = 0, Magento = 0.6, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 60 | - |
| CMYK | 0 | 0.6 | 0.65 | 0.33 |
| HSL | 4.36º | 0.48% | 0.45% | - |
| HSV(B) | 4.36º | 0.65% | 0.67% | - |
| XYZ | 19.46 | 13.01 | 5.76 | - |
| YUV | 97.59 | 106.79 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 60 | 0 | 0.6 | 0.65 | 0.33 | 4.36 | 0.48 | 0.45 |
| Hex | AA | 44 | 3C | 0 | 3C | 41 | 21 | 4 | 30 | 2D |
| Octal | 252 | 104 | 74 | 0 | 74 | 101 | 41 | 4 | 60 | 55 |
| Binary | 10101010 | 1000100 | 111100 | 0 | 111100 | 1000001 | 100001 | 100 | 110000 | 101101 |
Color Harmonies of #AA443C
Complementary color
Monochromatic Colors of #AA443C
Black with #AA443C
Text Example
Text Example
White with #AA443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA443C; }
p { color: rgb(170,68,60); }
H1.HeaderClassName
{
color: #AA443C;
}
.AnyTagClassName
{
color: #AA443C;
}
</style>
background-color css
<style>
a { background-color: #AA443C; }
a { background-color: rgb(170,68,60); }
div.DivClassName
{
background-color: #AA443C;
}
.BgClassName
{
background-color: #AA443C;
}
</style>
border-color css
<style>
span { border-color: #AA443C; }
span { border-color: rgb(170,68,60); }
td.TdClassName
{
border-color: #AA443C;
}
.TagClassName
{
border-color: #AA443C;
}
</style>