Shades of Medium Carmine #AA443D
Tints of Medium Carmine #AA443D
RGB
CMYK
RGB Variations
Color information
#AA443D (or 0xAA443D) is known color: Medium Carmine. HEX triplet: AA, 44 and 3D. RGB value is (170,68,61). Sum of RGB (Red+Green+Blue) = 170+68+61=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA443D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA443D is #55BBC2. Grayscale: #616161. Windows color (decimal): -5618627 or 4015274. OLE color: 4015274.
HSL color Cylindrical-coordinate representation of color #AA443D: hue angle of 3.85º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA443D is Cyan = 0, Magento = 0.6, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 61 | - |
| CMYK | 0 | 0.6 | 0.64 | 0.33 |
| HSL | 3.85º | 0.47% | 0.45% | - |
| HSV(B) | 3.85º | 0.64% | 0.67% | - |
| XYZ | 19.49 | 13.02 | 5.9 | - |
| YUV | 97.7 | 107.29 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 61 | 0 | 0.6 | 0.64 | 0.33 | 3.85 | 0.47 | 0.45 |
| Hex | AA | 44 | 3D | 0 | 3C | 40 | 21 | 4 | 2F | 2D |
| Octal | 252 | 104 | 75 | 0 | 74 | 100 | 41 | 4 | 57 | 55 |
| Binary | 10101010 | 1000100 | 111101 | 0 | 111100 | 1000000 | 100001 | 100 | 101111 | 101101 |
Color Harmonies of #AA443D
Complementary color
Monochromatic Colors of #AA443D
Black with #AA443D
Text Example
Text Example
White with #AA443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA443D; }
p { color: rgb(170,68,61); }
H1.HeaderClassName
{
color: #AA443D;
}
.AnyTagClassName
{
color: #AA443D;
}
</style>
background-color css
<style>
a { background-color: #AA443D; }
a { background-color: rgb(170,68,61); }
div.DivClassName
{
background-color: #AA443D;
}
.BgClassName
{
background-color: #AA443D;
}
</style>
border-color css
<style>
span { border-color: #AA443D; }
span { border-color: rgb(170,68,61); }
td.TdClassName
{
border-color: #AA443D;
}
.TagClassName
{
border-color: #AA443D;
}
</style>