Shades of Medium Carmine #AC413D
Tints of Medium Carmine #AC413D
RGB
CMYK
RGB Variations
Color information
#AC413D (or 0xAC413D) is known color: Medium Carmine. HEX triplet: AC, 41 and 3D. RGB value is (172,65,61). Sum of RGB (Red+Green+Blue) = 172+65+61=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC413D is #53BEC2. Grayscale: #606060. Windows color (decimal): -5488323 or 4014508. OLE color: 4014508.
HSL color Cylindrical-coordinate representation of color #AC413D: hue angle of 2.16º 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 #AC413D is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 61 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.33 |
| HSL | 2.16º | 0.48% | 0.46% | - |
| HSV(B) | 2.16º | 0.65% | 0.67% | - |
| XYZ | 19.75 | 12.89 | 5.86 | - |
| YUV | 96.54 | 107.95 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 61 | 0 | 0.62 | 0.65 | 0.33 | 2.16 | 0.48 | 0.46 |
| Hex | AC | 41 | 3D | 0 | 3E | 41 | 21 | 2 | 30 | 2E |
| Octal | 254 | 101 | 75 | 0 | 76 | 101 | 41 | 2 | 60 | 56 |
| Binary | 10101100 | 1000001 | 111101 | 0 | 111110 | 1000001 | 100001 | 10 | 110000 | 101110 |
Color Harmonies of #AC413D
Complementary color
Monochromatic Colors of #AC413D
Black with #AC413D
Text Example
Text Example
White with #AC413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC413D; }
p { color: rgb(172,65,61); }
H1.HeaderClassName
{
color: #AC413D;
}
.AnyTagClassName
{
color: #AC413D;
}
</style>
background-color css
<style>
a { background-color: #AC413D; }
a { background-color: rgb(172,65,61); }
div.DivClassName
{
background-color: #AC413D;
}
.BgClassName
{
background-color: #AC413D;
}
</style>
border-color css
<style>
span { border-color: #AC413D; }
span { border-color: rgb(172,65,61); }
td.TdClassName
{
border-color: #AC413D;
}
.TagClassName
{
border-color: #AC413D;
}
</style>