Shades of Medium Carmine #A64534
Tints of Medium Carmine #A64534
RGB
CMYK
RGB Variations
Color information
#A64534 (or 0xA64534) is known color: Medium Carmine. HEX triplet: A6, 45 and 34. RGB value is (166,69,52). Sum of RGB (Red+Green+Blue) = 166+69+52=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A64534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64534 is #59BACB. Grayscale: #606060. Windows color (decimal): -5880524 or 3425702. OLE color: 3425702.
HSL color Cylindrical-coordinate representation of color #A64534: hue angle of 8.95º 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 #A64534 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 69 | 52 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.35 |
| HSL | 8.95º | 0.52% | 0.43% | - |
| HSV(B) | 8.95º | 0.69% | 0.65% | - |
| XYZ | 18.47 | 12.61 | 4.71 | - |
| YUV | 96.07 | 103.14 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 52 | 0 | 0.58 | 0.69 | 0.35 | 8.95 | 0.52 | 0.43 |
| Hex | A6 | 45 | 34 | 0 | 3A | 45 | 23 | 9 | 34 | 2B |
| Octal | 246 | 105 | 64 | 0 | 72 | 105 | 43 | 11 | 64 | 53 |
| Binary | 10100110 | 1000101 | 110100 | 0 | 111010 | 1000101 | 100011 | 1001 | 110100 | 101011 |
Color Harmonies of #A64534
Complementary color
Monochromatic Colors of #A64534
Black with #A64534
Text Example
Text Example
White with #A64534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64534; }
p { color: rgb(166,69,52); }
H1.HeaderClassName
{
color: #A64534;
}
.AnyTagClassName
{
color: #A64534;
}
</style>
background-color css
<style>
a { background-color: #A64534; }
a { background-color: rgb(166,69,52); }
div.DivClassName
{
background-color: #A64534;
}
.BgClassName
{
background-color: #A64534;
}
</style>
border-color css
<style>
span { border-color: #A64534; }
span { border-color: rgb(166,69,52); }
td.TdClassName
{
border-color: #A64534;
}
.TagClassName
{
border-color: #A64534;
}
</style>