Shades of Medium Carmine #AA423E
Tints of Medium Carmine #AA423E
RGB
CMYK
RGB Variations
Color information
#AA423E (or 0xAA423E) is known color: Medium Carmine. HEX triplet: AA, 42 and 3E. RGB value is (170,66,62). Sum of RGB (Red+Green+Blue) = 170+66+62=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA423E is #55BDC1. Grayscale: #606060. Windows color (decimal): -5619138 or 4080298. OLE color: 4080298.
HSL color Cylindrical-coordinate representation of color #AA423E: hue angle of 2.22º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA423E is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 62 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.33 |
| HSL | 2.22º | 0.47% | 0.45% | - |
| HSV(B) | 2.22º | 0.64% | 0.67% | - |
| XYZ | 19.4 | 12.79 | 6 | - |
| YUV | 96.64 | 108.46 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 62 | 0 | 0.61 | 0.64 | 0.33 | 2.22 | 0.47 | 0.45 |
| Hex | AA | 42 | 3E | 0 | 3D | 40 | 21 | 2 | 2F | 2D |
| Octal | 252 | 102 | 76 | 0 | 75 | 100 | 41 | 2 | 57 | 55 |
| Binary | 10101010 | 1000010 | 111110 | 0 | 111101 | 1000000 | 100001 | 10 | 101111 | 101101 |
Color Harmonies of #AA423E
Complementary color
Monochromatic Colors of #AA423E
Black with #AA423E
Text Example
Text Example
White with #AA423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA423E; }
p { color: rgb(170,66,62); }
H1.HeaderClassName
{
color: #AA423E;
}
.AnyTagClassName
{
color: #AA423E;
}
</style>
background-color css
<style>
a { background-color: #AA423E; }
a { background-color: rgb(170,66,62); }
div.DivClassName
{
background-color: #AA423E;
}
.BgClassName
{
background-color: #AA423E;
}
</style>
border-color css
<style>
span { border-color: #AA423E; }
span { border-color: rgb(170,66,62); }
td.TdClassName
{
border-color: #AA423E;
}
.TagClassName
{
border-color: #AA423E;
}
</style>