Shades of Medium Carmine #AA4438
Tints of Medium Carmine #AA4438
RGB
CMYK
RGB Variations
Color information
#AA4438 (or 0xAA4438) is known color: Medium Carmine. HEX triplet: AA, 44 and 38. RGB value is (170,68,56). Sum of RGB (Red+Green+Blue) = 170+68+56=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4438 is #55BBC7. Grayscale: #616161. Windows color (decimal): -5618632 or 3687594. OLE color: 3687594.
HSL color Cylindrical-coordinate representation of color #AA4438: hue angle of 6.32º 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 #AA4438 is Cyan = 0, Magento = 0.6, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 56 | - |
| CMYK | 0 | 0.6 | 0.67 | 0.33 |
| HSL | 6.32º | 0.5% | 0.44% | - |
| HSV(B) | 6.32º | 0.67% | 0.67% | - |
| XYZ | 19.36 | 12.97 | 5.22 | - |
| YUV | 97.13 | 104.79 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 56 | 0 | 0.6 | 0.67 | 0.33 | 6.32 | 0.5 | 0.44 |
| Hex | AA | 44 | 38 | 0 | 3C | 43 | 21 | 6 | 32 | 2C |
| Octal | 252 | 104 | 70 | 0 | 74 | 103 | 41 | 6 | 62 | 54 |
| Binary | 10101010 | 1000100 | 111000 | 0 | 111100 | 1000011 | 100001 | 110 | 110010 | 101100 |
Color Harmonies of #AA4438
Complementary color
Monochromatic Colors of #AA4438
Black with #AA4438
Text Example
Text Example
White with #AA4438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4438; }
p { color: rgb(170,68,56); }
H1.HeaderClassName
{
color: #AA4438;
}
.AnyTagClassName
{
color: #AA4438;
}
</style>
background-color css
<style>
a { background-color: #AA4438; }
a { background-color: rgb(170,68,56); }
div.DivClassName
{
background-color: #AA4438;
}
.BgClassName
{
background-color: #AA4438;
}
</style>
border-color css
<style>
span { border-color: #AA4438; }
span { border-color: rgb(170,68,56); }
td.TdClassName
{
border-color: #AA4438;
}
.TagClassName
{
border-color: #AA4438;
}
</style>