Shades of Carmine #AC000D
Tints of Carmine #AC000D
RGB
CMYK
RGB Variations
Color information
#AC000D (or 0xAC000D) is known color: Carmine. HEX triplet: AC, 00 and 0D. RGB value is (172,0,13). Sum of RGB (Red+Green+Blue) = 172+0+13=185 (24% of max value = 765). Red value is 172 (67.58% from 255 or 92.97% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 172 - color contains mainly: red. Hex color #AC000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC000D is #53FFF2. Grayscale: #353535. Windows color (decimal): -5505011 or 852140. OLE color: 852140.
HSL color Cylindrical-coordinate representation of color #AC000D: hue angle of 355.47º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC000D is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.92 | 0.33 |
| HSL | 355.47º | 1% | 0.34% | - |
| HSV(B) | 355.47º | 1% | 0.67% | - |
| XYZ | 17.09 | 8.8 | 1.18 | - |
| YUV | 52.91 | 105.48 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 13 | 0 | 1 | 0.92 | 0.33 | 355.47 | 1 | 0.34 |
| Hex | AC | 0 | D | 0 | 64 | 5C | 21 | 163 | 64 | 22 |
| Octal | 254 | 0 | 15 | 0 | 144 | 134 | 41 | 543 | 144 | 42 |
| Binary | 10101100 | 0 | 1101 | 0 | 1100100 | 1011100 | 100001 | 101100011 | 1100100 | 100010 |
Color Harmonies of #AC000D
Complementary color
Monochromatic Colors of #AC000D
Black with #AC000D
Text Example
Text Example
White with #AC000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC000D; }
p { color: rgb(172,0,13); }
H1.HeaderClassName
{
color: #AC000D;
}
.AnyTagClassName
{
color: #AC000D;
}
</style>
background-color css
<style>
a { background-color: #AC000D; }
a { background-color: rgb(172,0,13); }
div.DivClassName
{
background-color: #AC000D;
}
.BgClassName
{
background-color: #AC000D;
}
</style>
border-color css
<style>
span { border-color: #AC000D; }
span { border-color: rgb(172,0,13); }
td.TdClassName
{
border-color: #AC000D;
}
.TagClassName
{
border-color: #AC000D;
}
</style>