Shades of Medium Carmine #AA3727
Tints of Medium Carmine #AA3727
RGB
CMYK
RGB Variations
Color information
#AA3727 (or 0xAA3727) is known color: Medium Carmine. HEX triplet: AA, 37 and 27. RGB value is (170,55,39). Sum of RGB (Red+Green+Blue) = 170+55+39=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3727 is #55C8D8. Grayscale: #575757. Windows color (decimal): -5621977 or 2570154. OLE color: 2570154.
HSL color Cylindrical-coordinate representation of color #AA3727: hue angle of 7.33º 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 #AA3727 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 39 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.33 |
| HSL | 7.33º | 0.63% | 0.41% | - |
| HSV(B) | 7.33º | 0.77% | 0.67% | - |
| XYZ | 18.31 | 11.42 | 3.16 | - |
| YUV | 87.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 39 | 0 | 0.68 | 0.77 | 0.33 | 7.33 | 0.63 | 0.41 |
| Hex | AA | 37 | 27 | 0 | 44 | 4D | 21 | 7 | 3F | 29 |
| Octal | 252 | 67 | 47 | 0 | 104 | 115 | 41 | 7 | 77 | 51 |
| Binary | 10101010 | 110111 | 100111 | 0 | 1000100 | 1001101 | 100001 | 111 | 111111 | 101001 |
Color Harmonies of #AA3727
Complementary color
Monochromatic Colors of #AA3727
Black with #AA3727
Text Example
Text Example
White with #AA3727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3727; }
p { color: rgb(170,55,39); }
H1.HeaderClassName
{
color: #AA3727;
}
.AnyTagClassName
{
color: #AA3727;
}
</style>
background-color css
<style>
a { background-color: #AA3727; }
a { background-color: rgb(170,55,39); }
div.DivClassName
{
background-color: #AA3727;
}
.BgClassName
{
background-color: #AA3727;
}
</style>
border-color css
<style>
span { border-color: #AA3727; }
span { border-color: rgb(170,55,39); }
td.TdClassName
{
border-color: #AA3727;
}
.TagClassName
{
border-color: #AA3727;
}
</style>