Shades of Medium Carmine #AA3A38
Tints of Medium Carmine #AA3A38
RGB
CMYK
RGB Variations
Color information
#AA3A38 (or 0xAA3A38) is known color: Medium Carmine. HEX triplet: AA, 3A and 38. RGB value is (170,58,56). Sum of RGB (Red+Green+Blue) = 170+58+56=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A38 is #55C5C7. Grayscale: #5B5B5B. Windows color (decimal): -5621192 or 3685034. OLE color: 3685034.
HSL color Cylindrical-coordinate representation of color #AA3A38: hue angle of 1.05º 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 #AA3A38 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 56 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.33 |
| HSL | 1.05º | 0.5% | 0.44% | - |
| HSV(B) | 1.05º | 0.67% | 0.67% | - |
| XYZ | 18.8 | 11.86 | 5.04 | - |
| YUV | 91.26 | 108.11 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 56 | 0 | 0.66 | 0.67 | 0.33 | 1.05 | 0.5 | 0.44 |
| Hex | AA | 3A | 38 | 0 | 42 | 43 | 21 | 1 | 32 | 2C |
| Octal | 252 | 72 | 70 | 0 | 102 | 103 | 41 | 1 | 62 | 54 |
| Binary | 10101010 | 111010 | 111000 | 0 | 1000010 | 1000011 | 100001 | 1 | 110010 | 101100 |
Color Harmonies of #AA3A38
Complementary color
Monochromatic Colors of #AA3A38
Black with #AA3A38
Text Example
Text Example
White with #AA3A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A38; }
p { color: rgb(170,58,56); }
H1.HeaderClassName
{
color: #AA3A38;
}
.AnyTagClassName
{
color: #AA3A38;
}
</style>
background-color css
<style>
a { background-color: #AA3A38; }
a { background-color: rgb(170,58,56); }
div.DivClassName
{
background-color: #AA3A38;
}
.BgClassName
{
background-color: #AA3A38;
}
</style>
border-color css
<style>
span { border-color: #AA3A38; }
span { border-color: rgb(170,58,56); }
td.TdClassName
{
border-color: #AA3A38;
}
.TagClassName
{
border-color: #AA3A38;
}
</style>