Shades of Medium Carmine #A63C2E
Tints of Medium Carmine #A63C2E
RGB
CMYK
RGB Variations
Color information
#A63C2E (or 0xA63C2E) is known color: Medium Carmine. HEX triplet: A6, 3C and 2E. RGB value is (166,60,46). Sum of RGB (Red+Green+Blue) = 166+60+46=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63C2E is #59C3D1. Grayscale: #5A5A5A. Windows color (decimal): -5882834 or 3030182. OLE color: 3030182.
HSL color Cylindrical-coordinate representation of color #A63C2E: hue angle of 7º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A63C2E is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 60 | 46 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.35 |
| HSL | 7º | 0.57% | 0.42% | - |
| HSV(B) | 7º | 0.72% | 0.65% | - |
| XYZ | 17.83 | 11.54 | 3.87 | - |
| YUV | 90.1 | 103.12 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 46 | 0 | 0.64 | 0.72 | 0.35 | 7 | 0.57 | 0.42 |
| Hex | A6 | 3C | 2E | 0 | 40 | 48 | 23 | 7 | 39 | 2A |
| Octal | 246 | 74 | 56 | 0 | 100 | 110 | 43 | 7 | 71 | 52 |
| Binary | 10100110 | 111100 | 101110 | 0 | 1000000 | 1001000 | 100011 | 111 | 111001 | 101010 |
Color Harmonies of #A63C2E
Complementary color
Monochromatic Colors of #A63C2E
Black with #A63C2E
Text Example
Text Example
White with #A63C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63C2E; }
p { color: rgb(166,60,46); }
H1.HeaderClassName
{
color: #A63C2E;
}
.AnyTagClassName
{
color: #A63C2E;
}
</style>
background-color css
<style>
a { background-color: #A63C2E; }
a { background-color: rgb(166,60,46); }
div.DivClassName
{
background-color: #A63C2E;
}
.BgClassName
{
background-color: #A63C2E;
}
</style>
border-color css
<style>
span { border-color: #A63C2E; }
span { border-color: rgb(166,60,46); }
td.TdClassName
{
border-color: #A63C2E;
}
.TagClassName
{
border-color: #A63C2E;
}
</style>