Shades of Medium Carmine #A63D2D
Tints of Medium Carmine #A63D2D
RGB
CMYK
RGB Variations
Color information
#A63D2D (or 0xA63D2D) is known color: Medium Carmine. HEX triplet: A6, 3D and 2D. RGB value is (166,61,45). Sum of RGB (Red+Green+Blue) = 166+61+45=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63D2D is #59C2D2. Grayscale: #5A5A5A. Windows color (decimal): -5882579 or 2964902. OLE color: 2964902.
HSL color Cylindrical-coordinate representation of color #A63D2D: hue angle of 7.93º 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 #A63D2D is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 61 | 45 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.35 |
| HSL | 7.93º | 0.57% | 0.41% | - |
| HSV(B) | 7.93º | 0.73% | 0.65% | - |
| XYZ | 17.87 | 11.63 | 3.79 | - |
| YUV | 90.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 45 | 0 | 0.63 | 0.73 | 0.35 | 7.93 | 0.57 | 0.41 |
| Hex | A6 | 3D | 2D | 0 | 3F | 49 | 23 | 8 | 39 | 29 |
| Octal | 246 | 75 | 55 | 0 | 77 | 111 | 43 | 10 | 71 | 51 |
| Binary | 10100110 | 111101 | 101101 | 0 | 111111 | 1001001 | 100011 | 1000 | 111001 | 101001 |
Color Harmonies of #A63D2D
Complementary color
Monochromatic Colors of #A63D2D
Black with #A63D2D
Text Example
Text Example
White with #A63D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63D2D; }
p { color: rgb(166,61,45); }
H1.HeaderClassName
{
color: #A63D2D;
}
.AnyTagClassName
{
color: #A63D2D;
}
</style>
background-color css
<style>
a { background-color: #A63D2D; }
a { background-color: rgb(166,61,45); }
div.DivClassName
{
background-color: #A63D2D;
}
.BgClassName
{
background-color: #A63D2D;
}
</style>
border-color css
<style>
span { border-color: #A63D2D; }
span { border-color: rgb(166,61,45); }
td.TdClassName
{
border-color: #A63D2D;
}
.TagClassName
{
border-color: #A63D2D;
}
</style>