Shades of Medium Carmine #A64139
Tints of Medium Carmine #A64139
RGB
CMYK
RGB Variations
Color information
#A64139 (or 0xA64139) is known color: Medium Carmine. HEX triplet: A6, 41 and 39. RGB value is (166,65,57). Sum of RGB (Red+Green+Blue) = 166+65+57=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A64139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64139 is #59BEC6. Grayscale: #5E5E5E. Windows color (decimal): -5881543 or 3752358. OLE color: 3752358.
HSL color Cylindrical-coordinate representation of color #A64139: hue angle of 4.4º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A64139 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 57 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.35 |
| HSL | 4.4º | 0.49% | 0.44% | - |
| HSV(B) | 4.4º | 0.66% | 0.65% | - |
| XYZ | 18.35 | 12.18 | 5.26 | - |
| YUV | 94.29 | 106.96 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 57 | 0 | 0.61 | 0.66 | 0.35 | 4.4 | 0.49 | 0.44 |
| Hex | A6 | 41 | 39 | 0 | 3D | 42 | 23 | 4 | 31 | 2C |
| Octal | 246 | 101 | 71 | 0 | 75 | 102 | 43 | 4 | 61 | 54 |
| Binary | 10100110 | 1000001 | 111001 | 0 | 111101 | 1000010 | 100011 | 100 | 110001 | 101100 |
Color Harmonies of #A64139
Complementary color
Monochromatic Colors of #A64139
Black with #A64139
Text Example
Text Example
White with #A64139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64139; }
p { color: rgb(166,65,57); }
H1.HeaderClassName
{
color: #A64139;
}
.AnyTagClassName
{
color: #A64139;
}
</style>
background-color css
<style>
a { background-color: #A64139; }
a { background-color: rgb(166,65,57); }
div.DivClassName
{
background-color: #A64139;
}
.BgClassName
{
background-color: #A64139;
}
</style>
border-color css
<style>
span { border-color: #A64139; }
span { border-color: rgb(166,65,57); }
td.TdClassName
{
border-color: #A64139;
}
.TagClassName
{
border-color: #A64139;
}
</style>