Shades of Medium Carmine #A63A31
Tints of Medium Carmine #A63A31
RGB
CMYK
RGB Variations
Color information
#A63A31 (or 0xA63A31) is known color: Medium Carmine. HEX triplet: A6, 3A and 31. RGB value is (166,58,49). Sum of RGB (Red+Green+Blue) = 166+58+49=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63A31 is #59C5CE. Grayscale: #595959. Windows color (decimal): -5883343 or 3226278. OLE color: 3226278.
HSL color Cylindrical-coordinate representation of color #A63A31: hue angle of 4.62º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63A31 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 58 | 49 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.35 |
| HSL | 4.62º | 0.54% | 0.42% | - |
| HSV(B) | 4.62º | 0.7% | 0.65% | - |
| XYZ | 17.79 | 11.35 | 4.16 | - |
| YUV | 89.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 49 | 0 | 0.65 | 0.70 | 0.35 | 4.62 | 0.54 | 0.42 |
| Hex | A6 | 3A | 31 | 0 | 41 | 46 | 23 | 5 | 36 | 2A |
| Octal | 246 | 72 | 61 | 0 | 101 | 106 | 43 | 5 | 66 | 52 |
| Binary | 10100110 | 111010 | 110001 | 0 | 1000001 | 1000110 | 100011 | 101 | 110110 | 101010 |
Color Harmonies of #A63A31
Complementary color
Monochromatic Colors of #A63A31
Black with #A63A31
Text Example
Text Example
White with #A63A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63A31; }
p { color: rgb(166,58,49); }
H1.HeaderClassName
{
color: #A63A31;
}
.AnyTagClassName
{
color: #A63A31;
}
</style>
background-color css
<style>
a { background-color: #A63A31; }
a { background-color: rgb(166,58,49); }
div.DivClassName
{
background-color: #A63A31;
}
.BgClassName
{
background-color: #A63A31;
}
</style>
border-color css
<style>
span { border-color: #A63A31; }
span { border-color: rgb(166,58,49); }
td.TdClassName
{
border-color: #A63A31;
}
.TagClassName
{
border-color: #A63A31;
}
</style>