Shades of Carmine #AC011C
Tints of Carmine #AC011C
RGB
CMYK
RGB Variations
Color information
#AC011C (or 0xAC011C) is known color: Carmine. HEX triplet: AC, 01 and 1C. RGB value is (172,1,28). Sum of RGB (Red+Green+Blue) = 172+1+28=201 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.57% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 172 - color contains mainly: red. Hex color #AC011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC011C is #53FEE3. Grayscale: #373737. Windows color (decimal): -5504740 or 1835436. OLE color: 1835436.
HSL color Cylindrical-coordinate representation of color #AC011C: hue angle of 350.53º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC011C is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 28 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.33 |
| HSL | 350.53º | 0.99% | 0.34% | - |
| HSV(B) | 350.53º | 0.99% | 0.67% | - |
| XYZ | 17.23 | 8.88 | 1.9 | - |
| YUV | 55.21 | 112.65 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 28 | 0 | 0.99 | 0.84 | 0.33 | 350.53 | 0.99 | 0.34 |
| Hex | AC | 1 | 1C | 0 | 63 | 54 | 21 | 15F | 63 | 22 |
| Octal | 254 | 1 | 34 | 0 | 143 | 124 | 41 | 537 | 143 | 42 |
| Binary | 10101100 | 1 | 11100 | 0 | 1100011 | 1010100 | 100001 | 101011111 | 1100011 | 100010 |
Color Harmonies of #AC011C
Complementary color
Monochromatic Colors of #AC011C
Black with #AC011C
Text Example
Text Example
White with #AC011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC011C; }
p { color: rgb(172,1,28); }
H1.HeaderClassName
{
color: #AC011C;
}
.AnyTagClassName
{
color: #AC011C;
}
</style>
background-color css
<style>
a { background-color: #AC011C; }
a { background-color: rgb(172,1,28); }
div.DivClassName
{
background-color: #AC011C;
}
.BgClassName
{
background-color: #AC011C;
}
</style>
border-color css
<style>
span { border-color: #AC011C; }
span { border-color: rgb(172,1,28); }
td.TdClassName
{
border-color: #AC011C;
}
.TagClassName
{
border-color: #AC011C;
}
</style>