Shades of Medium Carmine #A64034
Tints of Medium Carmine #A64034
RGB
CMYK
RGB Variations
Color information
#A64034 (or 0xA64034) is known color: Medium Carmine. HEX triplet: A6, 40 and 34. RGB value is (166,64,52). Sum of RGB (Red+Green+Blue) = 166+64+52=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A64034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64034 is #59BFCB. Grayscale: #5D5D5D. Windows color (decimal): -5881804 or 3424422. OLE color: 3424422.
HSL color Cylindrical-coordinate representation of color #A64034: hue angle of 6.32º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A64034 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 52 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.35 |
| HSL | 6.32º | 0.52% | 0.43% | - |
| HSV(B) | 6.32º | 0.69% | 0.65% | - |
| XYZ | 18.18 | 12.02 | 4.61 | - |
| YUV | 93.13 | 104.79 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 52 | 0 | 0.61 | 0.69 | 0.35 | 6.32 | 0.52 | 0.43 |
| Hex | A6 | 40 | 34 | 0 | 3D | 45 | 23 | 6 | 34 | 2B |
| Octal | 246 | 100 | 64 | 0 | 75 | 105 | 43 | 6 | 64 | 53 |
| Binary | 10100110 | 1000000 | 110100 | 0 | 111101 | 1000101 | 100011 | 110 | 110100 | 101011 |
Color Harmonies of #A64034
Complementary color
Monochromatic Colors of #A64034
Black with #A64034
Text Example
Text Example
White with #A64034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64034; }
p { color: rgb(166,64,52); }
H1.HeaderClassName
{
color: #A64034;
}
.AnyTagClassName
{
color: #A64034;
}
</style>
background-color css
<style>
a { background-color: #A64034; }
a { background-color: rgb(166,64,52); }
div.DivClassName
{
background-color: #A64034;
}
.BgClassName
{
background-color: #A64034;
}
</style>
border-color css
<style>
span { border-color: #A64034; }
span { border-color: rgb(166,64,52); }
td.TdClassName
{
border-color: #A64034;
}
.TagClassName
{
border-color: #A64034;
}
</style>