Shades of Medium Carmine #A64136
Tints of Medium Carmine #A64136
RGB
CMYK
RGB Variations
Color information
#A64136 (or 0xA64136) is known color: Medium Carmine. HEX triplet: A6, 41 and 36. RGB value is (166,65,54). Sum of RGB (Red+Green+Blue) = 166+65+54=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A64136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64136 is #59BEC9. Grayscale: #5E5E5E. Windows color (decimal): -5881546 or 3555750. OLE color: 3555750.
HSL color Cylindrical-coordinate representation of color #A64136: hue angle of 5.89º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A64136 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 54 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.35 |
| HSL | 5.89º | 0.51% | 0.43% | - |
| HSV(B) | 5.89º | 0.67% | 0.65% | - |
| XYZ | 18.28 | 12.15 | 4.87 | - |
| YUV | 93.95 | 105.46 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 54 | 0 | 0.61 | 0.67 | 0.35 | 5.89 | 0.51 | 0.43 |
| Hex | A6 | 41 | 36 | 0 | 3D | 43 | 23 | 6 | 33 | 2B |
| Octal | 246 | 101 | 66 | 0 | 75 | 103 | 43 | 6 | 63 | 53 |
| Binary | 10100110 | 1000001 | 110110 | 0 | 111101 | 1000011 | 100011 | 110 | 110011 | 101011 |
Color Harmonies of #A64136
Complementary color
Monochromatic Colors of #A64136
Black with #A64136
Text Example
Text Example
White with #A64136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64136; }
p { color: rgb(166,65,54); }
H1.HeaderClassName
{
color: #A64136;
}
.AnyTagClassName
{
color: #A64136;
}
</style>
background-color css
<style>
a { background-color: #A64136; }
a { background-color: rgb(166,65,54); }
div.DivClassName
{
background-color: #A64136;
}
.BgClassName
{
background-color: #A64136;
}
</style>
border-color css
<style>
span { border-color: #A64136; }
span { border-color: rgb(166,65,54); }
td.TdClassName
{
border-color: #A64136;
}
.TagClassName
{
border-color: #A64136;
}
</style>