Shades of Carmine #AC131D
Tints of Carmine #AC131D
RGB
CMYK
RGB Variations
Color information
#AC131D (or 0xAC131D) is known color: Carmine. HEX triplet: AC, 13 and 1D. RGB value is (172,19,29). Sum of RGB (Red+Green+Blue) = 172+19+29=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC131D is #53ECE2. Grayscale: #424242. Windows color (decimal): -5500131 or 1905580. OLE color: 1905580.
HSL color Cylindrical-coordinate representation of color #AC131D: hue angle of 356.08º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC131D is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 29 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.33 |
| HSL | 356.08º | 0.8% | 0.37% | - |
| HSV(B) | 356.08º | 0.89% | 0.67% | - |
| XYZ | 17.47 | 9.33 | 2.04 | - |
| YUV | 65.89 | 107.19 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 29 | 0 | 0.89 | 0.83 | 0.33 | 356.08 | 0.8 | 0.37 |
| Hex | AC | 13 | 1D | 0 | 59 | 53 | 21 | 164 | 50 | 25 |
| Octal | 254 | 23 | 35 | 0 | 131 | 123 | 41 | 544 | 120 | 45 |
| Binary | 10101100 | 10011 | 11101 | 0 | 1011001 | 1010011 | 100001 | 101100100 | 1010000 | 100101 |
Color Harmonies of #AC131D
Complementary color
Monochromatic Colors of #AC131D
Black with #AC131D
Text Example
Text Example
White with #AC131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC131D; }
p { color: rgb(172,19,29); }
H1.HeaderClassName
{
color: #AC131D;
}
.AnyTagClassName
{
color: #AC131D;
}
</style>
background-color css
<style>
a { background-color: #AC131D; }
a { background-color: rgb(172,19,29); }
div.DivClassName
{
background-color: #AC131D;
}
.BgClassName
{
background-color: #AC131D;
}
</style>
border-color css
<style>
span { border-color: #AC131D; }
span { border-color: rgb(172,19,29); }
td.TdClassName
{
border-color: #AC131D;
}
.TagClassName
{
border-color: #AC131D;
}
</style>