Shades of Medium Carmine #AA3A39
Tints of Medium Carmine #AA3A39
RGB
CMYK
RGB Variations
Color information
#AA3A39 (or 0xAA3A39) is known color: Medium Carmine. HEX triplet: AA, 3A and 39. RGB value is (170,58,57). Sum of RGB (Red+Green+Blue) = 170+58+57=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A39 is #55C5C6. Grayscale: #5B5B5B. Windows color (decimal): -5621191 or 3750570. OLE color: 3750570.
HSL color Cylindrical-coordinate representation of color #AA3A39: hue angle of 0.53º degrees, saturation: 0.5, 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 #AA3A39 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 57 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.33 |
| HSL | 0.53º | 0.5% | 0.45% | - |
| HSV(B) | 0.53º | 0.66% | 0.67% | - |
| XYZ | 18.83 | 11.87 | 5.17 | - |
| YUV | 91.37 | 108.61 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 57 | 0 | 0.66 | 0.66 | 0.33 | 0.53 | 0.5 | 0.45 |
| Hex | AA | 3A | 39 | 0 | 42 | 42 | 21 | 1 | 32 | 2D |
| Octal | 252 | 72 | 71 | 0 | 102 | 102 | 41 | 1 | 62 | 55 |
| Binary | 10101010 | 111010 | 111001 | 0 | 1000010 | 1000010 | 100001 | 1 | 110010 | 101101 |
Color Harmonies of #AA3A39
Complementary color
Monochromatic Colors of #AA3A39
Black with #AA3A39
Text Example
Text Example
White with #AA3A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A39; }
p { color: rgb(170,58,57); }
H1.HeaderClassName
{
color: #AA3A39;
}
.AnyTagClassName
{
color: #AA3A39;
}
</style>
background-color css
<style>
a { background-color: #AA3A39; }
a { background-color: rgb(170,58,57); }
div.DivClassName
{
background-color: #AA3A39;
}
.BgClassName
{
background-color: #AA3A39;
}
</style>
border-color css
<style>
span { border-color: #AA3A39; }
span { border-color: rgb(170,58,57); }
td.TdClassName
{
border-color: #AA3A39;
}
.TagClassName
{
border-color: #AA3A39;
}
</style>