Shades of Medium Carmine #AA443A
Tints of Medium Carmine #AA443A
RGB
CMYK
RGB Variations
Color information
#AA443A (or 0xAA443A) is known color: Medium Carmine. HEX triplet: AA, 44 and 3A. RGB value is (170,68,58). Sum of RGB (Red+Green+Blue) = 170+68+58=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA443A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA443A is #55BBC5. Grayscale: #616161. Windows color (decimal): -5618630 or 3818666. OLE color: 3818666.
HSL color Cylindrical-coordinate representation of color #AA443A: hue angle of 5.36º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA443A is Cyan = 0, Magento = 0.6, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 58 | - |
| CMYK | 0 | 0.6 | 0.66 | 0.33 |
| HSL | 5.36º | 0.49% | 0.45% | - |
| HSV(B) | 5.36º | 0.66% | 0.67% | - |
| XYZ | 19.41 | 12.99 | 5.49 | - |
| YUV | 97.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 58 | 0 | 0.6 | 0.66 | 0.33 | 5.36 | 0.49 | 0.45 |
| Hex | AA | 44 | 3A | 0 | 3C | 42 | 21 | 5 | 31 | 2D |
| Octal | 252 | 104 | 72 | 0 | 74 | 102 | 41 | 5 | 61 | 55 |
| Binary | 10101010 | 1000100 | 111010 | 0 | 111100 | 1000010 | 100001 | 101 | 110001 | 101101 |
Color Harmonies of #AA443A
Complementary color
Monochromatic Colors of #AA443A
Black with #AA443A
Text Example
Text Example
White with #AA443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA443A; }
p { color: rgb(170,68,58); }
H1.HeaderClassName
{
color: #AA443A;
}
.AnyTagClassName
{
color: #AA443A;
}
</style>
background-color css
<style>
a { background-color: #AA443A; }
a { background-color: rgb(170,68,58); }
div.DivClassName
{
background-color: #AA443A;
}
.BgClassName
{
background-color: #AA443A;
}
</style>
border-color css
<style>
span { border-color: #AA443A; }
span { border-color: rgb(170,68,58); }
td.TdClassName
{
border-color: #AA443A;
}
.TagClassName
{
border-color: #AA443A;
}
</style>