Shades of Medium Carmine #AA3A33
Tints of Medium Carmine #AA3A33
RGB
CMYK
RGB Variations
Color information
#AA3A33 (or 0xAA3A33) is known color: Medium Carmine. HEX triplet: AA, 3A and 33. RGB value is (170,58,51). Sum of RGB (Red+Green+Blue) = 170+58+51=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A33 is #55C5CC. Grayscale: #5A5A5A. Windows color (decimal): -5621197 or 3357354. OLE color: 3357354.
HSL color Cylindrical-coordinate representation of color #AA3A33: hue angle of 3.53º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA3A33 is Cyan = 0, Magento = 0.66, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 51 | - |
| CMYK | 0 | 0.66 | 0.7 | 0.33 |
| HSL | 3.53º | 0.54% | 0.43% | - |
| HSV(B) | 3.53º | 0.7% | 0.67% | - |
| XYZ | 18.69 | 11.81 | 4.43 | - |
| YUV | 90.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 51 | 0 | 0.66 | 0.7 | 0.33 | 3.53 | 0.54 | 0.43 |
| Hex | AA | 3A | 33 | 0 | 42 | 46 | 21 | 4 | 36 | 2B |
| Octal | 252 | 72 | 63 | 0 | 102 | 106 | 41 | 4 | 66 | 53 |
| Binary | 10101010 | 111010 | 110011 | 0 | 1000010 | 1000110 | 100001 | 100 | 110110 | 101011 |
Color Harmonies of #AA3A33
Complementary color
Monochromatic Colors of #AA3A33
Black with #AA3A33
Text Example
Text Example
White with #AA3A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A33; }
p { color: rgb(170,58,51); }
H1.HeaderClassName
{
color: #AA3A33;
}
.AnyTagClassName
{
color: #AA3A33;
}
</style>
background-color css
<style>
a { background-color: #AA3A33; }
a { background-color: rgb(170,58,51); }
div.DivClassName
{
background-color: #AA3A33;
}
.BgClassName
{
background-color: #AA3A33;
}
</style>
border-color css
<style>
span { border-color: #AA3A33; }
span { border-color: rgb(170,58,51); }
td.TdClassName
{
border-color: #AA3A33;
}
.TagClassName
{
border-color: #AA3A33;
}
</style>