Shades of Medium Carmine #AA432E
Tints of Medium Carmine #AA432E
RGB
CMYK
RGB Variations
Color information
#AA432E (or 0xAA432E) is known color: Medium Carmine. HEX triplet: AA, 43 and 2E. RGB value is (170,67,46). Sum of RGB (Red+Green+Blue) = 170+67+46=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA432E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA432E is #55BCD1. Grayscale: #5F5F5F. Windows color (decimal): -5618898 or 3031978. OLE color: 3031978.
HSL color Cylindrical-coordinate representation of color #AA432E: hue angle of 10.16º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA432E is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 46 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.33 |
| HSL | 10.16º | 0.57% | 0.42% | - |
| HSV(B) | 10.16º | 0.73% | 0.67% | - |
| XYZ | 19.08 | 12.76 | 4.04 | - |
| YUV | 95.4 | 100.12 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 46 | 0 | 0.61 | 0.73 | 0.33 | 10.16 | 0.57 | 0.42 |
| Hex | AA | 43 | 2E | 0 | 3D | 49 | 21 | A | 39 | 2A |
| Octal | 252 | 103 | 56 | 0 | 75 | 111 | 41 | 12 | 71 | 52 |
| Binary | 10101010 | 1000011 | 101110 | 0 | 111101 | 1001001 | 100001 | 1010 | 111001 | 101010 |
Color Harmonies of #AA432E
Complementary color
Monochromatic Colors of #AA432E
Black with #AA432E
Text Example
Text Example
White with #AA432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA432E; }
p { color: rgb(170,67,46); }
H1.HeaderClassName
{
color: #AA432E;
}
.AnyTagClassName
{
color: #AA432E;
}
</style>
background-color css
<style>
a { background-color: #AA432E; }
a { background-color: rgb(170,67,46); }
div.DivClassName
{
background-color: #AA432E;
}
.BgClassName
{
background-color: #AA432E;
}
</style>
border-color css
<style>
span { border-color: #AA432E; }
span { border-color: rgb(170,67,46); }
td.TdClassName
{
border-color: #AA432E;
}
.TagClassName
{
border-color: #AA432E;
}
</style>