Shades of Medium Carmine #AA4038
Tints of Medium Carmine #AA4038
RGB
CMYK
RGB Variations
Color information
#AA4038 (or 0xAA4038) is known color: Medium Carmine. HEX triplet: AA, 40 and 38. RGB value is (170,64,56). Sum of RGB (Red+Green+Blue) = 170+64+56=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4038 is #55BFC7. Grayscale: #5E5E5E. Windows color (decimal): -5619656 or 3686570. OLE color: 3686570.
HSL color Cylindrical-coordinate representation of color #AA4038: hue angle of 4.21º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA4038 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 56 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.33 |
| HSL | 4.21º | 0.5% | 0.44% | - |
| HSV(B) | 4.21º | 0.67% | 0.67% | - |
| XYZ | 19.12 | 12.5 | 5.15 | - |
| YUV | 94.78 | 106.12 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 56 | 0 | 0.62 | 0.67 | 0.33 | 4.21 | 0.5 | 0.44 |
| Hex | AA | 40 | 38 | 0 | 3E | 43 | 21 | 4 | 32 | 2C |
| Octal | 252 | 100 | 70 | 0 | 76 | 103 | 41 | 4 | 62 | 54 |
| Binary | 10101010 | 1000000 | 111000 | 0 | 111110 | 1000011 | 100001 | 100 | 110010 | 101100 |
Color Harmonies of #AA4038
Complementary color
Monochromatic Colors of #AA4038
Black with #AA4038
Text Example
Text Example
White with #AA4038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4038; }
p { color: rgb(170,64,56); }
H1.HeaderClassName
{
color: #AA4038;
}
.AnyTagClassName
{
color: #AA4038;
}
</style>
background-color css
<style>
a { background-color: #AA4038; }
a { background-color: rgb(170,64,56); }
div.DivClassName
{
background-color: #AA4038;
}
.BgClassName
{
background-color: #AA4038;
}
</style>
border-color css
<style>
span { border-color: #AA4038; }
span { border-color: rgb(170,64,56); }
td.TdClassName
{
border-color: #AA4038;
}
.TagClassName
{
border-color: #AA4038;
}
</style>