Shades of Medium Carmine #A64339
Tints of Medium Carmine #A64339
RGB
CMYK
RGB Variations
Color information
#A64339 (or 0xA64339) is known color: Medium Carmine. HEX triplet: A6, 43 and 39. RGB value is (166,67,57). Sum of RGB (Red+Green+Blue) = 166+67+57=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A64339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64339 is #59BCC6. Grayscale: #5F5F5F. Windows color (decimal): -5881031 or 3752870. OLE color: 3752870.
HSL color Cylindrical-coordinate representation of color #A64339: hue angle of 5.5º 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 #A64339 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 57 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.35 |
| HSL | 5.5º | 0.49% | 0.44% | - |
| HSV(B) | 5.5º | 0.66% | 0.65% | - |
| XYZ | 18.47 | 12.42 | 5.29 | - |
| YUV | 95.46 | 106.3 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 57 | 0 | 0.60 | 0.66 | 0.35 | 5.5 | 0.49 | 0.44 |
| Hex | A6 | 43 | 39 | 0 | 3C | 42 | 23 | 6 | 31 | 2C |
| Octal | 246 | 103 | 71 | 0 | 74 | 102 | 43 | 6 | 61 | 54 |
| Binary | 10100110 | 1000011 | 111001 | 0 | 111100 | 1000010 | 100011 | 110 | 110001 | 101100 |
Color Harmonies of #A64339
Complementary color
Monochromatic Colors of #A64339
Black with #A64339
Text Example
Text Example
White with #A64339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64339; }
p { color: rgb(166,67,57); }
H1.HeaderClassName
{
color: #A64339;
}
.AnyTagClassName
{
color: #A64339;
}
</style>
background-color css
<style>
a { background-color: #A64339; }
a { background-color: rgb(166,67,57); }
div.DivClassName
{
background-color: #A64339;
}
.BgClassName
{
background-color: #A64339;
}
</style>
border-color css
<style>
span { border-color: #A64339; }
span { border-color: rgb(166,67,57); }
td.TdClassName
{
border-color: #A64339;
}
.TagClassName
{
border-color: #A64339;
}
</style>