Shades of Medium Carmine #AA3A27
Tints of Medium Carmine #AA3A27
RGB
CMYK
RGB Variations
Color information
#AA3A27 (or 0xAA3A27) is known color: Medium Carmine. HEX triplet: AA, 3A and 27. RGB value is (170,58,39). Sum of RGB (Red+Green+Blue) = 170+58+39=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A27 is #55C5D8. Grayscale: #595959. Windows color (decimal): -5621209 or 2570922. OLE color: 2570922.
HSL color Cylindrical-coordinate representation of color #AA3A27: hue angle of 8.7º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA3A27 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 39 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.33 |
| HSL | 8.7º | 0.63% | 0.41% | - |
| HSV(B) | 8.7º | 0.77% | 0.67% | - |
| XYZ | 18.46 | 11.72 | 3.21 | - |
| YUV | 89.32 | 99.61 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 39 | 0 | 0.66 | 0.77 | 0.33 | 8.7 | 0.63 | 0.41 |
| Hex | AA | 3A | 27 | 0 | 42 | 4D | 21 | 9 | 3F | 29 |
| Octal | 252 | 72 | 47 | 0 | 102 | 115 | 41 | 11 | 77 | 51 |
| Binary | 10101010 | 111010 | 100111 | 0 | 1000010 | 1001101 | 100001 | 1001 | 111111 | 101001 |
Color Harmonies of #AA3A27
Complementary color
Monochromatic Colors of #AA3A27
Black with #AA3A27
Text Example
Text Example
White with #AA3A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A27; }
p { color: rgb(170,58,39); }
H1.HeaderClassName
{
color: #AA3A27;
}
.AnyTagClassName
{
color: #AA3A27;
}
</style>
background-color css
<style>
a { background-color: #AA3A27; }
a { background-color: rgb(170,58,39); }
div.DivClassName
{
background-color: #AA3A27;
}
.BgClassName
{
background-color: #AA3A27;
}
</style>
border-color css
<style>
span { border-color: #AA3A27; }
span { border-color: rgb(170,58,39); }
td.TdClassName
{
border-color: #AA3A27;
}
.TagClassName
{
border-color: #AA3A27;
}
</style>