Shades of Medium Carmine #A63D32
Tints of Medium Carmine #A63D32
RGB
CMYK
RGB Variations
Color information
#A63D32 (or 0xA63D32) is known color: Medium Carmine. HEX triplet: A6, 3D and 32. RGB value is (166,61,50). Sum of RGB (Red+Green+Blue) = 166+61+50=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63D32 is #59C2CD. Grayscale: #5B5B5B. Windows color (decimal): -5882574 or 3292582. OLE color: 3292582.
HSL color Cylindrical-coordinate representation of color #A63D32: hue angle of 5.69º 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 #A63D32 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 61 | 50 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.35 |
| HSL | 5.69º | 0.54% | 0.42% | - |
| HSV(B) | 5.69º | 0.7% | 0.65% | - |
| XYZ | 17.97 | 11.67 | 4.32 | - |
| YUV | 91.14 | 104.79 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 50 | 0 | 0.63 | 0.70 | 0.35 | 5.69 | 0.54 | 0.42 |
| Hex | A6 | 3D | 32 | 0 | 3F | 46 | 23 | 6 | 36 | 2A |
| Octal | 246 | 75 | 62 | 0 | 77 | 106 | 43 | 6 | 66 | 52 |
| Binary | 10100110 | 111101 | 110010 | 0 | 111111 | 1000110 | 100011 | 110 | 110110 | 101010 |
Color Harmonies of #A63D32
Complementary color
Monochromatic Colors of #A63D32
Black with #A63D32
Text Example
Text Example
White with #A63D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63D32; }
p { color: rgb(166,61,50); }
H1.HeaderClassName
{
color: #A63D32;
}
.AnyTagClassName
{
color: #A63D32;
}
</style>
background-color css
<style>
a { background-color: #A63D32; }
a { background-color: rgb(166,61,50); }
div.DivClassName
{
background-color: #A63D32;
}
.BgClassName
{
background-color: #A63D32;
}
</style>
border-color css
<style>
span { border-color: #A63D32; }
span { border-color: rgb(166,61,50); }
td.TdClassName
{
border-color: #A63D32;
}
.TagClassName
{
border-color: #A63D32;
}
</style>