Shades of Medium Carmine #A63A2D
Tints of Medium Carmine #A63A2D
RGB
CMYK
RGB Variations
Color information
#A63A2D (or 0xA63A2D) is known color: Medium Carmine. HEX triplet: A6, 3A and 2D. RGB value is (166,58,45). Sum of RGB (Red+Green+Blue) = 166+58+45=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63A2D is #59C5D2. Grayscale: #585858. Windows color (decimal): -5883347 or 2964134. OLE color: 2964134.
HSL color Cylindrical-coordinate representation of color #A63A2D: hue angle of 6.45º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A63A2D is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 58 | 45 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.35 |
| HSL | 6.45º | 0.57% | 0.41% | - |
| HSV(B) | 6.45º | 0.73% | 0.65% | - |
| XYZ | 17.71 | 11.32 | 3.73 | - |
| YUV | 88.81 | 103.28 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 45 | 0 | 0.65 | 0.73 | 0.35 | 6.45 | 0.57 | 0.41 |
| Hex | A6 | 3A | 2D | 0 | 41 | 49 | 23 | 6 | 39 | 29 |
| Octal | 246 | 72 | 55 | 0 | 101 | 111 | 43 | 6 | 71 | 51 |
| Binary | 10100110 | 111010 | 101101 | 0 | 1000001 | 1001001 | 100011 | 110 | 111001 | 101001 |
Color Harmonies of #A63A2D
Complementary color
Monochromatic Colors of #A63A2D
Black with #A63A2D
Text Example
Text Example
White with #A63A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63A2D; }
p { color: rgb(166,58,45); }
H1.HeaderClassName
{
color: #A63A2D;
}
.AnyTagClassName
{
color: #A63A2D;
}
</style>
background-color css
<style>
a { background-color: #A63A2D; }
a { background-color: rgb(166,58,45); }
div.DivClassName
{
background-color: #A63A2D;
}
.BgClassName
{
background-color: #A63A2D;
}
</style>
border-color css
<style>
span { border-color: #A63A2D; }
span { border-color: rgb(166,58,45); }
td.TdClassName
{
border-color: #A63A2D;
}
.TagClassName
{
border-color: #A63A2D;
}
</style>