Shades of Medium Carmine #A64334
Tints of Medium Carmine #A64334
RGB
CMYK
RGB Variations
Color information
#A64334 (or 0xA64334) is known color: Medium Carmine. HEX triplet: A6, 43 and 34. RGB value is (166,67,52). Sum of RGB (Red+Green+Blue) = 166+67+52=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A64334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64334 is #59BCCB. Grayscale: #5F5F5F. Windows color (decimal): -5881036 or 3425190. OLE color: 3425190.
HSL color Cylindrical-coordinate representation of color #A64334: hue angle of 7.89º 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 #A64334 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 52 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.35 |
| HSL | 7.89º | 0.52% | 0.43% | - |
| HSV(B) | 7.89º | 0.69% | 0.65% | - |
| XYZ | 18.35 | 12.37 | 4.67 | - |
| YUV | 94.89 | 103.8 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 52 | 0 | 0.60 | 0.69 | 0.35 | 7.89 | 0.52 | 0.43 |
| Hex | A6 | 43 | 34 | 0 | 3C | 45 | 23 | 8 | 34 | 2B |
| Octal | 246 | 103 | 64 | 0 | 74 | 105 | 43 | 10 | 64 | 53 |
| Binary | 10100110 | 1000011 | 110100 | 0 | 111100 | 1000101 | 100011 | 1000 | 110100 | 101011 |
Color Harmonies of #A64334
Complementary color
Monochromatic Colors of #A64334
Black with #A64334
Text Example
Text Example
White with #A64334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64334; }
p { color: rgb(166,67,52); }
H1.HeaderClassName
{
color: #A64334;
}
.AnyTagClassName
{
color: #A64334;
}
</style>
background-color css
<style>
a { background-color: #A64334; }
a { background-color: rgb(166,67,52); }
div.DivClassName
{
background-color: #A64334;
}
.BgClassName
{
background-color: #A64334;
}
</style>
border-color css
<style>
span { border-color: #A64334; }
span { border-color: rgb(166,67,52); }
td.TdClassName
{
border-color: #A64334;
}
.TagClassName
{
border-color: #A64334;
}
</style>