Shades of Medium Carmine #AC413E
Tints of Medium Carmine #AC413E
RGB
CMYK
RGB Variations
Color information
#AC413E (or 0xAC413E) is known color: Medium Carmine. HEX triplet: AC, 41 and 3E. RGB value is (172,65,62). Sum of RGB (Red+Green+Blue) = 172+65+62=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC413E is #53BEC1. Grayscale: #606060. Windows color (decimal): -5488322 or 4080044. OLE color: 4080044.
HSL color Cylindrical-coordinate representation of color #AC413E: hue angle of 1.64º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC413E is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 62 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.33 |
| HSL | 1.64º | 0.47% | 0.46% | - |
| HSV(B) | 1.64º | 0.64% | 0.67% | - |
| XYZ | 19.77 | 12.9 | 6.01 | - |
| YUV | 96.65 | 108.45 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 62 | 0 | 0.62 | 0.64 | 0.33 | 1.64 | 0.47 | 0.46 |
| Hex | AC | 41 | 3E | 0 | 3E | 40 | 21 | 2 | 2F | 2E |
| Octal | 254 | 101 | 76 | 0 | 76 | 100 | 41 | 2 | 57 | 56 |
| Binary | 10101100 | 1000001 | 111110 | 0 | 111110 | 1000000 | 100001 | 10 | 101111 | 101110 |
Color Harmonies of #AC413E
Complementary color
Monochromatic Colors of #AC413E
Black with #AC413E
Text Example
Text Example
White with #AC413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC413E; }
p { color: rgb(172,65,62); }
H1.HeaderClassName
{
color: #AC413E;
}
.AnyTagClassName
{
color: #AC413E;
}
</style>
background-color css
<style>
a { background-color: #AC413E; }
a { background-color: rgb(172,65,62); }
div.DivClassName
{
background-color: #AC413E;
}
.BgClassName
{
background-color: #AC413E;
}
</style>
border-color css
<style>
span { border-color: #AC413E; }
span { border-color: rgb(172,65,62); }
td.TdClassName
{
border-color: #AC413E;
}
.TagClassName
{
border-color: #AC413E;
}
</style>