Shades of Medium Carmine #AC412A
Tints of Medium Carmine #AC412A
RGB
CMYK
RGB Variations
Color information
#AC412A (or 0xAC412A) is known color: Medium Carmine. HEX triplet: AC, 41 and 2A. RGB value is (172,65,42). Sum of RGB (Red+Green+Blue) = 172+65+42=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC412A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC412A is #53BED5. Grayscale: #5E5E5E. Windows color (decimal): -5488342 or 2769324. OLE color: 2769324.
HSL color Cylindrical-coordinate representation of color #AC412A: hue angle of 10.62º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC412A is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 42 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.33 |
| HSL | 10.62º | 0.61% | 0.42% | - |
| HSV(B) | 10.62º | 0.76% | 0.67% | - |
| XYZ | 19.32 | 12.72 | 3.63 | - |
| YUV | 94.37 | 98.45 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 42 | 0 | 0.62 | 0.76 | 0.33 | 10.62 | 0.61 | 0.42 |
| Hex | AC | 41 | 2A | 0 | 3E | 4C | 21 | B | 3D | 2A |
| Octal | 254 | 101 | 52 | 0 | 76 | 114 | 41 | 13 | 75 | 52 |
| Binary | 10101100 | 1000001 | 101010 | 0 | 111110 | 1001100 | 100001 | 1011 | 111101 | 101010 |
Color Harmonies of #AC412A
Complementary color
Monochromatic Colors of #AC412A
Black with #AC412A
Text Example
Text Example
White with #AC412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC412A; }
p { color: rgb(172,65,42); }
H1.HeaderClassName
{
color: #AC412A;
}
.AnyTagClassName
{
color: #AC412A;
}
</style>
background-color css
<style>
a { background-color: #AC412A; }
a { background-color: rgb(172,65,42); }
div.DivClassName
{
background-color: #AC412A;
}
.BgClassName
{
background-color: #AC412A;
}
</style>
border-color css
<style>
span { border-color: #AC412A; }
span { border-color: rgb(172,65,42); }
td.TdClassName
{
border-color: #AC412A;
}
.TagClassName
{
border-color: #AC412A;
}
</style>