Shades of Medium Carmine #AA3B3A
Tints of Medium Carmine #AA3B3A
RGB
CMYK
RGB Variations
Color information
#AA3B3A (or 0xAA3B3A) is known color: Medium Carmine. HEX triplet: AA, 3B and 3A. RGB value is (170,59,58). Sum of RGB (Red+Green+Blue) = 170+59+58=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3B3A is #55C4C5. Grayscale: #5C5C5C. Windows color (decimal): -5620934 or 3816362. OLE color: 3816362.
HSL color Cylindrical-coordinate representation of color #AA3B3A: hue angle of 0.54º degrees, saturation: 0.49, 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 #AA3B3A is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 59 | 58 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.33 |
| HSL | 0.54º | 0.49% | 0.45% | - |
| HSV(B) | 0.54º | 0.66% | 0.67% | - |
| XYZ | 18.91 | 11.98 | 5.32 | - |
| YUV | 92.08 | 108.77 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 58 | 0 | 0.65 | 0.66 | 0.33 | 0.54 | 0.49 | 0.45 |
| Hex | AA | 3B | 3A | 0 | 41 | 42 | 21 | 1 | 31 | 2D |
| Octal | 252 | 73 | 72 | 0 | 101 | 102 | 41 | 1 | 61 | 55 |
| Binary | 10101010 | 111011 | 111010 | 0 | 1000001 | 1000010 | 100001 | 1 | 110001 | 101101 |
Color Harmonies of #AA3B3A
Complementary color
Monochromatic Colors of #AA3B3A
Black with #AA3B3A
Text Example
Text Example
White with #AA3B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3B3A; }
p { color: rgb(170,59,58); }
H1.HeaderClassName
{
color: #AA3B3A;
}
.AnyTagClassName
{
color: #AA3B3A;
}
</style>
background-color css
<style>
a { background-color: #AA3B3A; }
a { background-color: rgb(170,59,58); }
div.DivClassName
{
background-color: #AA3B3A;
}
.BgClassName
{
background-color: #AA3B3A;
}
</style>
border-color css
<style>
span { border-color: #AA3B3A; }
span { border-color: rgb(170,59,58); }
td.TdClassName
{
border-color: #AA3B3A;
}
.TagClassName
{
border-color: #AA3B3A;
}
</style>