Shades of Medium Carmine #AC3E3D
Tints of Medium Carmine #AC3E3D
RGB
CMYK
RGB Variations
Color information
#AC3E3D (or 0xAC3E3D) is known color: Medium Carmine. HEX triplet: AC, 3E and 3D. RGB value is (172,62,61). Sum of RGB (Red+Green+Blue) = 172+62+61=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3E3D is #53C1C2. Grayscale: #5E5E5E. Windows color (decimal): -5489091 or 4013740. OLE color: 4013740.
HSL color Cylindrical-coordinate representation of color #AC3E3D: hue angle of 0.54º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC3E3D is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 62 | 61 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.33 |
| HSL | 0.54º | 0.48% | 0.46% | - |
| HSV(B) | 0.54º | 0.65% | 0.67% | - |
| XYZ | 19.58 | 12.55 | 5.81 | - |
| YUV | 94.78 | 108.94 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 61 | 0 | 0.64 | 0.65 | 0.33 | 0.54 | 0.48 | 0.46 |
| Hex | AC | 3E | 3D | 0 | 40 | 41 | 21 | 1 | 30 | 2E |
| Octal | 254 | 76 | 75 | 0 | 100 | 101 | 41 | 1 | 60 | 56 |
| Binary | 10101100 | 111110 | 111101 | 0 | 1000000 | 1000001 | 100001 | 1 | 110000 | 101110 |
Color Harmonies of #AC3E3D
Complementary color
Monochromatic Colors of #AC3E3D
Black with #AC3E3D
Text Example
Text Example
White with #AC3E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3E3D; }
p { color: rgb(172,62,61); }
H1.HeaderClassName
{
color: #AC3E3D;
}
.AnyTagClassName
{
color: #AC3E3D;
}
</style>
background-color css
<style>
a { background-color: #AC3E3D; }
a { background-color: rgb(172,62,61); }
div.DivClassName
{
background-color: #AC3E3D;
}
.BgClassName
{
background-color: #AC3E3D;
}
</style>
border-color css
<style>
span { border-color: #AC3E3D; }
span { border-color: rgb(172,62,61); }
td.TdClassName
{
border-color: #AC3E3D;
}
.TagClassName
{
border-color: #AC3E3D;
}
</style>