Shades of Medium Carmine #AA3838
Tints of Medium Carmine #AA3838
RGB
CMYK
RGB Variations
Color information
#AA3838 (or 0xAA3838) is known color: Medium Carmine. HEX triplet: AA, 38 and 38. RGB value is (170,56,56). Sum of RGB (Red+Green+Blue) = 170+56+56=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3838 is #55C7C7. Grayscale: #5A5A5A. Windows color (decimal): -5621704 or 3684522. OLE color: 3684522.
HSL color Cylindrical-coordinate representation of color #AA3838: hue angle of 0º 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 #AA3838 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 56 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.33 |
| HSL | 0º | 0.5% | 0.44% | - |
| HSV(B) | 0º | 0.67% | 0.67% | - |
| XYZ | 18.71 | 11.66 | 5.01 | - |
| YUV | 90.09 | 108.77 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 56 | 0 | 0.67 | 0.67 | 0.33 | 0 | 0.5 | 0.44 |
| Hex | AA | 38 | 38 | 0 | 43 | 43 | 21 | 0 | 32 | 2C |
| Octal | 252 | 70 | 70 | 0 | 103 | 103 | 41 | 0 | 62 | 54 |
| Binary | 10101010 | 111000 | 111000 | 0 | 1000011 | 1000011 | 100001 | 0 | 110010 | 101100 |
Color Harmonies of #AA3838
Complementary color
Monochromatic Colors of #AA3838
Black with #AA3838
Text Example
Text Example
White with #AA3838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3838; }
p { color: rgb(170,56,56); }
H1.HeaderClassName
{
color: #AA3838;
}
.AnyTagClassName
{
color: #AA3838;
}
</style>
background-color css
<style>
a { background-color: #AA3838; }
a { background-color: rgb(170,56,56); }
div.DivClassName
{
background-color: #AA3838;
}
.BgClassName
{
background-color: #AA3838;
}
</style>
border-color css
<style>
span { border-color: #AA3838; }
span { border-color: rgb(170,56,56); }
td.TdClassName
{
border-color: #AA3838;
}
.TagClassName
{
border-color: #AA3838;
}
</style>