Shades of Medium Carmine #AC3C2D
Tints of Medium Carmine #AC3C2D
RGB
CMYK
RGB Variations
Color information
#AC3C2D (or 0xAC3C2D) is known color: Medium Carmine. HEX triplet: AC, 3C and 2D. RGB value is (172,60,45). Sum of RGB (Red+Green+Blue) = 172+60+45=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C2D is #53C3D2. Grayscale: #5B5B5B. Windows color (decimal): -5489619 or 2964652. OLE color: 2964652.
HSL color Cylindrical-coordinate representation of color #AC3C2D: hue angle of 7.09º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC3C2D is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 45 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.33 |
| HSL | 7.09º | 0.59% | 0.43% | - |
| HSV(B) | 7.09º | 0.74% | 0.67% | - |
| XYZ | 19.1 | 12.19 | 3.83 | - |
| YUV | 91.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 45 | 0 | 0.65 | 0.74 | 0.33 | 7.09 | 0.59 | 0.43 |
| Hex | AC | 3C | 2D | 0 | 41 | 4A | 21 | 7 | 3B | 2B |
| Octal | 254 | 74 | 55 | 0 | 101 | 112 | 41 | 7 | 73 | 53 |
| Binary | 10101100 | 111100 | 101101 | 0 | 1000001 | 1001010 | 100001 | 111 | 111011 | 101011 |
Color Harmonies of #AC3C2D
Complementary color
Monochromatic Colors of #AC3C2D
Black with #AC3C2D
Text Example
Text Example
White with #AC3C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C2D; }
p { color: rgb(172,60,45); }
H1.HeaderClassName
{
color: #AC3C2D;
}
.AnyTagClassName
{
color: #AC3C2D;
}
</style>
background-color css
<style>
a { background-color: #AC3C2D; }
a { background-color: rgb(172,60,45); }
div.DivClassName
{
background-color: #AC3C2D;
}
.BgClassName
{
background-color: #AC3C2D;
}
</style>
border-color css
<style>
span { border-color: #AC3C2D; }
span { border-color: rgb(172,60,45); }
td.TdClassName
{
border-color: #AC3C2D;
}
.TagClassName
{
border-color: #AC3C2D;
}
</style>