Shades of Medium Carmine #A64437
Tints of Medium Carmine #A64437
RGB
CMYK
RGB Variations
Color information
#A64437 (or 0xA64437) is known color: Medium Carmine. HEX triplet: A6, 44 and 37. RGB value is (166,68,55). Sum of RGB (Red+Green+Blue) = 166+68+55=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A64437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64437 is #59BBC8. Grayscale: #5F5F5F. Windows color (decimal): -5880777 or 3622054. OLE color: 3622054.
HSL color Cylindrical-coordinate representation of color #A64437: hue angle of 7.03º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A64437 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 55 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.35 |
| HSL | 7.03º | 0.5% | 0.43% | - |
| HSV(B) | 7.03º | 0.67% | 0.65% | - |
| XYZ | 18.48 | 12.52 | 5.06 | - |
| YUV | 95.82 | 104.97 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 55 | 0 | 0.59 | 0.67 | 0.35 | 7.03 | 0.5 | 0.43 |
| Hex | A6 | 44 | 37 | 0 | 3B | 43 | 23 | 7 | 32 | 2B |
| Octal | 246 | 104 | 67 | 0 | 73 | 103 | 43 | 7 | 62 | 53 |
| Binary | 10100110 | 1000100 | 110111 | 0 | 111011 | 1000011 | 100011 | 111 | 110010 | 101011 |
Color Harmonies of #A64437
Complementary color
Monochromatic Colors of #A64437
Black with #A64437
Text Example
Text Example
White with #A64437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64437; }
p { color: rgb(166,68,55); }
H1.HeaderClassName
{
color: #A64437;
}
.AnyTagClassName
{
color: #A64437;
}
</style>
background-color css
<style>
a { background-color: #A64437; }
a { background-color: rgb(166,68,55); }
div.DivClassName
{
background-color: #A64437;
}
.BgClassName
{
background-color: #A64437;
}
</style>
border-color css
<style>
span { border-color: #A64437; }
span { border-color: rgb(166,68,55); }
td.TdClassName
{
border-color: #A64437;
}
.TagClassName
{
border-color: #A64437;
}
</style>