Shades of Medium Carmine #AA3F38
Tints of Medium Carmine #AA3F38
RGB
CMYK
RGB Variations
Color information
#AA3F38 (or 0xAA3F38) is known color: Medium Carmine. HEX triplet: AA, 3F and 38. RGB value is (170,63,56). Sum of RGB (Red+Green+Blue) = 170+63+56=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3F38 is #55C0C7. Grayscale: #5E5E5E. Windows color (decimal): -5619912 or 3686314. OLE color: 3686314.
HSL color Cylindrical-coordinate representation of color #AA3F38: hue angle of 3.68º 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 #AA3F38 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 56 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.33 |
| HSL | 3.68º | 0.5% | 0.44% | - |
| HSV(B) | 3.68º | 0.67% | 0.67% | - |
| XYZ | 19.07 | 12.39 | 5.13 | - |
| YUV | 94.2 | 106.45 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 56 | 0 | 0.63 | 0.67 | 0.33 | 3.68 | 0.5 | 0.44 |
| Hex | AA | 3F | 38 | 0 | 3F | 43 | 21 | 4 | 32 | 2C |
| Octal | 252 | 77 | 70 | 0 | 77 | 103 | 41 | 4 | 62 | 54 |
| Binary | 10101010 | 111111 | 111000 | 0 | 111111 | 1000011 | 100001 | 100 | 110010 | 101100 |
Color Harmonies of #AA3F38
Complementary color
Monochromatic Colors of #AA3F38
Black with #AA3F38
Text Example
Text Example
White with #AA3F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F38; }
p { color: rgb(170,63,56); }
H1.HeaderClassName
{
color: #AA3F38;
}
.AnyTagClassName
{
color: #AA3F38;
}
</style>
background-color css
<style>
a { background-color: #AA3F38; }
a { background-color: rgb(170,63,56); }
div.DivClassName
{
background-color: #AA3F38;
}
.BgClassName
{
background-color: #AA3F38;
}
</style>
border-color css
<style>
span { border-color: #AA3F38; }
span { border-color: rgb(170,63,56); }
td.TdClassName
{
border-color: #AA3F38;
}
.TagClassName
{
border-color: #AA3F38;
}
</style>