Shades of Medium Carmine #AC413F
Tints of Medium Carmine #AC413F
RGB
CMYK
RGB Variations
Color information
#AC413F (or 0xAC413F) is known color: Medium Carmine. HEX triplet: AC, 41 and 3F. RGB value is (172,65,63). Sum of RGB (Red+Green+Blue) = 172+65+63=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC413F is #53BEC0. Grayscale: #606060. Windows color (decimal): -5488321 or 4145580. OLE color: 4145580.
HSL color Cylindrical-coordinate representation of color #AC413F: hue angle of 1.1º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC413F is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 63 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.33 |
| HSL | 1.1º | 0.46% | 0.46% | - |
| HSV(B) | 1.1º | 0.63% | 0.67% | - |
| XYZ | 19.8 | 12.91 | 6.15 | - |
| YUV | 96.77 | 108.95 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 63 | 0 | 0.62 | 0.63 | 0.33 | 1.1 | 0.46 | 0.46 |
| Hex | AC | 41 | 3F | 0 | 3E | 3F | 21 | 1 | 2E | 2E |
| Octal | 254 | 101 | 77 | 0 | 76 | 77 | 41 | 1 | 56 | 56 |
| Binary | 10101100 | 1000001 | 111111 | 0 | 111110 | 111111 | 100001 | 1 | 101110 | 101110 |
Color Harmonies of #AC413F
Complementary color
Monochromatic Colors of #AC413F
Black with #AC413F
Text Example
Text Example
White with #AC413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC413F; }
p { color: rgb(172,65,63); }
H1.HeaderClassName
{
color: #AC413F;
}
.AnyTagClassName
{
color: #AC413F;
}
</style>
background-color css
<style>
a { background-color: #AC413F; }
a { background-color: rgb(172,65,63); }
div.DivClassName
{
background-color: #AC413F;
}
.BgClassName
{
background-color: #AC413F;
}
</style>
border-color css
<style>
span { border-color: #AC413F; }
span { border-color: rgb(172,65,63); }
td.TdClassName
{
border-color: #AC413F;
}
.TagClassName
{
border-color: #AC413F;
}
</style>