Shades of Medium Carmine #A64538
Tints of Medium Carmine #A64538
RGB
CMYK
RGB Variations
Color information
#A64538 (or 0xA64538) is known color: Medium Carmine. HEX triplet: A6, 45 and 38. RGB value is (166,69,56). Sum of RGB (Red+Green+Blue) = 166+69+56=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A64538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64538 is #59BAC7. Grayscale: #606060. Windows color (decimal): -5880520 or 3687846. OLE color: 3687846.
HSL color Cylindrical-coordinate representation of color #A64538: hue angle of 7.09º degrees, saturation: 0.5, 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 #A64538 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 69 | 56 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.35 |
| HSL | 7.09º | 0.5% | 0.44% | - |
| HSV(B) | 7.09º | 0.66% | 0.65% | - |
| XYZ | 18.57 | 12.65 | 5.2 | - |
| YUV | 96.52 | 105.14 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 56 | 0 | 0.58 | 0.66 | 0.35 | 7.09 | 0.5 | 0.44 |
| Hex | A6 | 45 | 38 | 0 | 3A | 42 | 23 | 7 | 32 | 2C |
| Octal | 246 | 105 | 70 | 0 | 72 | 102 | 43 | 7 | 62 | 54 |
| Binary | 10100110 | 1000101 | 111000 | 0 | 111010 | 1000010 | 100011 | 111 | 110010 | 101100 |
Color Harmonies of #A64538
Complementary color
Monochromatic Colors of #A64538
Black with #A64538
Text Example
Text Example
White with #A64538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64538; }
p { color: rgb(166,69,56); }
H1.HeaderClassName
{
color: #A64538;
}
.AnyTagClassName
{
color: #A64538;
}
</style>
background-color css
<style>
a { background-color: #A64538; }
a { background-color: rgb(166,69,56); }
div.DivClassName
{
background-color: #A64538;
}
.BgClassName
{
background-color: #A64538;
}
</style>
border-color css
<style>
span { border-color: #A64538; }
span { border-color: rgb(166,69,56); }
td.TdClassName
{
border-color: #A64538;
}
.TagClassName
{
border-color: #A64538;
}
</style>