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