Shades of Medium Carmine #AA423B
Tints of Medium Carmine #AA423B
RGB
CMYK
RGB Variations
Color information
#AA423B (or 0xAA423B) is known color: Medium Carmine. HEX triplet: AA, 42 and 3B. RGB value is (170,66,59). Sum of RGB (Red+Green+Blue) = 170+66+59=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA423B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA423B is #55BDC4. Grayscale: #606060. Windows color (decimal): -5619141 or 3883690. OLE color: 3883690.
HSL color Cylindrical-coordinate representation of color #AA423B: hue angle of 3.78º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA423B is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 59 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.33 |
| HSL | 3.78º | 0.48% | 0.45% | - |
| HSV(B) | 3.78º | 0.65% | 0.67% | - |
| XYZ | 19.32 | 12.76 | 5.58 | - |
| YUV | 96.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 59 | 0 | 0.61 | 0.65 | 0.33 | 3.78 | 0.48 | 0.45 |
| Hex | AA | 42 | 3B | 0 | 3D | 41 | 21 | 4 | 30 | 2D |
| Octal | 252 | 102 | 73 | 0 | 75 | 101 | 41 | 4 | 60 | 55 |
| Binary | 10101010 | 1000010 | 111011 | 0 | 111101 | 1000001 | 100001 | 100 | 110000 | 101101 |
Color Harmonies of #AA423B
Complementary color
Monochromatic Colors of #AA423B
Black with #AA423B
Text Example
Text Example
White with #AA423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA423B; }
p { color: rgb(170,66,59); }
H1.HeaderClassName
{
color: #AA423B;
}
.AnyTagClassName
{
color: #AA423B;
}
</style>
background-color css
<style>
a { background-color: #AA423B; }
a { background-color: rgb(170,66,59); }
div.DivClassName
{
background-color: #AA423B;
}
.BgClassName
{
background-color: #AA423B;
}
</style>
border-color css
<style>
span { border-color: #AA423B; }
span { border-color: rgb(170,66,59); }
td.TdClassName
{
border-color: #AA423B;
}
.TagClassName
{
border-color: #AA423B;
}
</style>