Shades of Medium Carmine #A64239
Tints of Medium Carmine #A64239
RGB
CMYK
RGB Variations
Color information
#A64239 (or 0xA64239) is known color: Medium Carmine. HEX triplet: A6, 42 and 39. RGB value is (166,66,57). Sum of RGB (Red+Green+Blue) = 166+66+57=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A64239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64239 is #59BDC6. Grayscale: #5F5F5F. Windows color (decimal): -5881287 or 3752614. OLE color: 3752614.
HSL color Cylindrical-coordinate representation of color #A64239: hue angle of 4.95º 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 #A64239 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 66 | 57 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.35 |
| HSL | 4.95º | 0.49% | 0.44% | - |
| HSV(B) | 4.95º | 0.66% | 0.65% | - |
| XYZ | 18.41 | 12.3 | 5.27 | - |
| YUV | 94.87 | 106.63 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 57 | 0 | 0.60 | 0.66 | 0.35 | 4.95 | 0.49 | 0.44 |
| Hex | A6 | 42 | 39 | 0 | 3C | 42 | 23 | 5 | 31 | 2C |
| Octal | 246 | 102 | 71 | 0 | 74 | 102 | 43 | 5 | 61 | 54 |
| Binary | 10100110 | 1000010 | 111001 | 0 | 111100 | 1000010 | 100011 | 101 | 110001 | 101100 |
Color Harmonies of #A64239
Complementary color
Monochromatic Colors of #A64239
Black with #A64239
Text Example
Text Example
White with #A64239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64239; }
p { color: rgb(166,66,57); }
H1.HeaderClassName
{
color: #A64239;
}
.AnyTagClassName
{
color: #A64239;
}
</style>
background-color css
<style>
a { background-color: #A64239; }
a { background-color: rgb(166,66,57); }
div.DivClassName
{
background-color: #A64239;
}
.BgClassName
{
background-color: #A64239;
}
</style>
border-color css
<style>
span { border-color: #A64239; }
span { border-color: rgb(166,66,57); }
td.TdClassName
{
border-color: #A64239;
}
.TagClassName
{
border-color: #A64239;
}
</style>