Shades of Medium Carmine #AA4239
Tints of Medium Carmine #AA4239
RGB
CMYK
RGB Variations
Color information
#AA4239 (or 0xAA4239) is known color: Medium Carmine. HEX triplet: AA, 42 and 39. RGB value is (170,66,57). Sum of RGB (Red+Green+Blue) = 170+66+57=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4239 is #55BDC6. Grayscale: #606060. Windows color (decimal): -5619143 or 3752618. OLE color: 3752618.
HSL color Cylindrical-coordinate representation of color #AA4239: hue angle of 4.78º degrees, saturation: 0.5, 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 #AA4239 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 57 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.33 |
| HSL | 4.78º | 0.5% | 0.45% | - |
| HSV(B) | 4.78º | 0.66% | 0.67% | - |
| XYZ | 19.26 | 12.74 | 5.31 | - |
| YUV | 96.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 57 | 0 | 0.61 | 0.66 | 0.33 | 4.78 | 0.5 | 0.45 |
| Hex | AA | 42 | 39 | 0 | 3D | 42 | 21 | 5 | 32 | 2D |
| Octal | 252 | 102 | 71 | 0 | 75 | 102 | 41 | 5 | 62 | 55 |
| Binary | 10101010 | 1000010 | 111001 | 0 | 111101 | 1000010 | 100001 | 101 | 110010 | 101101 |
Color Harmonies of #AA4239
Complementary color
Monochromatic Colors of #AA4239
Black with #AA4239
Text Example
Text Example
White with #AA4239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4239; }
p { color: rgb(170,66,57); }
H1.HeaderClassName
{
color: #AA4239;
}
.AnyTagClassName
{
color: #AA4239;
}
</style>
background-color css
<style>
a { background-color: #AA4239; }
a { background-color: rgb(170,66,57); }
div.DivClassName
{
background-color: #AA4239;
}
.BgClassName
{
background-color: #AA4239;
}
</style>
border-color css
<style>
span { border-color: #AA4239; }
span { border-color: rgb(170,66,57); }
td.TdClassName
{
border-color: #AA4239;
}
.TagClassName
{
border-color: #AA4239;
}
</style>