Shades of Medium Carmine #AA3A35
Tints of Medium Carmine #AA3A35
RGB
CMYK
RGB Variations
Color information
#AA3A35 (or 0xAA3A35) is known color: Medium Carmine. HEX triplet: AA, 3A and 35. RGB value is (170,58,53). Sum of RGB (Red+Green+Blue) = 170+58+53=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A35 is #55C5CA. Grayscale: #5B5B5B. Windows color (decimal): -5621195 or 3488426. OLE color: 3488426.
HSL color Cylindrical-coordinate representation of color #AA3A35: hue angle of 2.56º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3A35 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 53 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.33 |
| HSL | 2.56º | 0.52% | 0.44% | - |
| HSV(B) | 2.56º | 0.69% | 0.67% | - |
| XYZ | 18.73 | 11.83 | 4.66 | - |
| YUV | 90.92 | 106.61 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 53 | 0 | 0.66 | 0.69 | 0.33 | 2.56 | 0.52 | 0.44 |
| Hex | AA | 3A | 35 | 0 | 42 | 45 | 21 | 3 | 34 | 2C |
| Octal | 252 | 72 | 65 | 0 | 102 | 105 | 41 | 3 | 64 | 54 |
| Binary | 10101010 | 111010 | 110101 | 0 | 1000010 | 1000101 | 100001 | 11 | 110100 | 101100 |
Color Harmonies of #AA3A35
Complementary color
Monochromatic Colors of #AA3A35
Black with #AA3A35
Text Example
Text Example
White with #AA3A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A35; }
p { color: rgb(170,58,53); }
H1.HeaderClassName
{
color: #AA3A35;
}
.AnyTagClassName
{
color: #AA3A35;
}
</style>
background-color css
<style>
a { background-color: #AA3A35; }
a { background-color: rgb(170,58,53); }
div.DivClassName
{
background-color: #AA3A35;
}
.BgClassName
{
background-color: #AA3A35;
}
</style>
border-color css
<style>
span { border-color: #AA3A35; }
span { border-color: rgb(170,58,53); }
td.TdClassName
{
border-color: #AA3A35;
}
.TagClassName
{
border-color: #AA3A35;
}
</style>