Shades of Medium Carmine #AA3728
Tints of Medium Carmine #AA3728
RGB
CMYK
RGB Variations
Color information
#AA3728 (or 0xAA3728) is known color: Medium Carmine. HEX triplet: AA, 37 and 28. RGB value is (170,55,40). Sum of RGB (Red+Green+Blue) = 170+55+40=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3728 is #55C8D7. Grayscale: #575757. Windows color (decimal): -5621976 or 2635690. OLE color: 2635690.
HSL color Cylindrical-coordinate representation of color #AA3728: hue angle of 6.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA3728 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 40 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.33 |
| HSL | 6.92º | 0.62% | 0.41% | - |
| HSV(B) | 6.92º | 0.76% | 0.67% | - |
| XYZ | 18.33 | 11.43 | 3.25 | - |
| YUV | 87.68 | 101.1 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 40 | 0 | 0.68 | 0.76 | 0.33 | 6.92 | 0.62 | 0.41 |
| Hex | AA | 37 | 28 | 0 | 44 | 4C | 21 | 7 | 3E | 29 |
| Octal | 252 | 67 | 50 | 0 | 104 | 114 | 41 | 7 | 76 | 51 |
| Binary | 10101010 | 110111 | 101000 | 0 | 1000100 | 1001100 | 100001 | 111 | 111110 | 101001 |
Color Harmonies of #AA3728
Complementary color
Monochromatic Colors of #AA3728
Black with #AA3728
Text Example
Text Example
White with #AA3728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3728; }
p { color: rgb(170,55,40); }
H1.HeaderClassName
{
color: #AA3728;
}
.AnyTagClassName
{
color: #AA3728;
}
</style>
background-color css
<style>
a { background-color: #AA3728; }
a { background-color: rgb(170,55,40); }
div.DivClassName
{
background-color: #AA3728;
}
.BgClassName
{
background-color: #AA3728;
}
</style>
border-color css
<style>
span { border-color: #AA3728; }
span { border-color: rgb(170,55,40); }
td.TdClassName
{
border-color: #AA3728;
}
.TagClassName
{
border-color: #AA3728;
}
</style>