Shades of Carmine #AC001A
Tints of Carmine #AC001A
RGB
CMYK
RGB Variations
Color information
#AC001A (or 0xAC001A) is known color: Carmine. HEX triplet: AC, 00 and 1A. RGB value is (172,0,26). Sum of RGB (Red+Green+Blue) = 172+0+26=198 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86.87% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 172 - color contains mainly: red. Hex color #AC001A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC001A is #53FFE5. Grayscale: #363636. Windows color (decimal): -5504998 or 1704108. OLE color: 1704108.
HSL color Cylindrical-coordinate representation of color #AC001A: hue angle of 350.93º 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 #AC001A is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.85 | 0.33 |
| HSL | 350.93º | 1% | 0.34% | - |
| HSV(B) | 350.93º | 1% | 0.67% | - |
| XYZ | 17.2 | 8.85 | 1.78 | - |
| YUV | 54.39 | 111.98 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 26 | 0 | 1 | 0.85 | 0.33 | 350.93 | 1 | 0.34 |
| Hex | AC | 0 | 1A | 0 | 64 | 55 | 21 | 15F | 64 | 22 |
| Octal | 254 | 0 | 32 | 0 | 144 | 125 | 41 | 537 | 144 | 42 |
| Binary | 10101100 | 0 | 11010 | 0 | 1100100 | 1010101 | 100001 | 101011111 | 1100100 | 100010 |
Color Harmonies of #AC001A
Complementary color
Monochromatic Colors of #AC001A
Black with #AC001A
Text Example
Text Example
White with #AC001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC001A; }
p { color: rgb(172,0,26); }
H1.HeaderClassName
{
color: #AC001A;
}
.AnyTagClassName
{
color: #AC001A;
}
</style>
background-color css
<style>
a { background-color: #AC001A; }
a { background-color: rgb(172,0,26); }
div.DivClassName
{
background-color: #AC001A;
}
.BgClassName
{
background-color: #AC001A;
}
</style>
border-color css
<style>
span { border-color: #AC001A; }
span { border-color: rgb(172,0,26); }
td.TdClassName
{
border-color: #AC001A;
}
.TagClassName
{
border-color: #AC001A;
}
</style>