Shades of Medium Carmine #AC413A
Tints of Medium Carmine #AC413A
RGB
CMYK
RGB Variations
Color information
#AC413A (or 0xAC413A) is known color: Medium Carmine. HEX triplet: AC, 41 and 3A. RGB value is (172,65,58). Sum of RGB (Red+Green+Blue) = 172+65+58=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC413A is #53BEC5. Grayscale: #606060. Windows color (decimal): -5488326 or 3817900. OLE color: 3817900.
HSL color Cylindrical-coordinate representation of color #AC413A: hue angle of 3.68º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC413A is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 58 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.33 |
| HSL | 3.68º | 0.5% | 0.45% | - |
| HSV(B) | 3.68º | 0.66% | 0.67% | - |
| XYZ | 19.67 | 12.86 | 5.45 | - |
| YUV | 96.2 | 106.45 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 58 | 0 | 0.62 | 0.66 | 0.33 | 3.68 | 0.5 | 0.45 |
| Hex | AC | 41 | 3A | 0 | 3E | 42 | 21 | 4 | 32 | 2D |
| Octal | 254 | 101 | 72 | 0 | 76 | 102 | 41 | 4 | 62 | 55 |
| Binary | 10101100 | 1000001 | 111010 | 0 | 111110 | 1000010 | 100001 | 100 | 110010 | 101101 |
Color Harmonies of #AC413A
Complementary color
Monochromatic Colors of #AC413A
Black with #AC413A
Text Example
Text Example
White with #AC413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC413A; }
p { color: rgb(172,65,58); }
H1.HeaderClassName
{
color: #AC413A;
}
.AnyTagClassName
{
color: #AC413A;
}
</style>
background-color css
<style>
a { background-color: #AC413A; }
a { background-color: rgb(172,65,58); }
div.DivClassName
{
background-color: #AC413A;
}
.BgClassName
{
background-color: #AC413A;
}
</style>
border-color css
<style>
span { border-color: #AC413A; }
span { border-color: rgb(172,65,58); }
td.TdClassName
{
border-color: #AC413A;
}
.TagClassName
{
border-color: #AC413A;
}
</style>