Shades of Medium Carmine #AA4338
Tints of Medium Carmine #AA4338
RGB
CMYK
RGB Variations
Color information
#AA4338 (or 0xAA4338) is known color: Medium Carmine. HEX triplet: AA, 43 and 38. RGB value is (170,67,56). Sum of RGB (Red+Green+Blue) = 170+67+56=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4338 is #55BCC7. Grayscale: #606060. Windows color (decimal): -5618888 or 3687338. OLE color: 3687338.
HSL color Cylindrical-coordinate representation of color #AA4338: hue angle of 5.79º 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 #AA4338 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 56 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.33 |
| HSL | 5.79º | 0.5% | 0.44% | - |
| HSV(B) | 5.79º | 0.67% | 0.67% | - |
| XYZ | 19.3 | 12.85 | 5.2 | - |
| YUV | 96.54 | 105.12 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 56 | 0 | 0.61 | 0.67 | 0.33 | 5.79 | 0.5 | 0.44 |
| Hex | AA | 43 | 38 | 0 | 3D | 43 | 21 | 6 | 32 | 2C |
| Octal | 252 | 103 | 70 | 0 | 75 | 103 | 41 | 6 | 62 | 54 |
| Binary | 10101010 | 1000011 | 111000 | 0 | 111101 | 1000011 | 100001 | 110 | 110010 | 101100 |
Color Harmonies of #AA4338
Complementary color
Monochromatic Colors of #AA4338
Black with #AA4338
Text Example
Text Example
White with #AA4338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4338; }
p { color: rgb(170,67,56); }
H1.HeaderClassName
{
color: #AA4338;
}
.AnyTagClassName
{
color: #AA4338;
}
</style>
background-color css
<style>
a { background-color: #AA4338; }
a { background-color: rgb(170,67,56); }
div.DivClassName
{
background-color: #AA4338;
}
.BgClassName
{
background-color: #AA4338;
}
</style>
border-color css
<style>
span { border-color: #AA4338; }
span { border-color: rgb(170,67,56); }
td.TdClassName
{
border-color: #AA4338;
}
.TagClassName
{
border-color: #AA4338;
}
</style>