Shades of Carmine #AC011B
Tints of Carmine #AC011B
RGB
CMYK
RGB Variations
Color information
#AC011B (or 0xAC011B) is known color: Carmine. HEX triplet: AC, 01 and 1B. RGB value is (172,1,27). Sum of RGB (Red+Green+Blue) = 172+1+27=200 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 172 - color contains mainly: red. Hex color #AC011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC011B is #53FEE4. Grayscale: #373737. Windows color (decimal): -5504741 or 1769900. OLE color: 1769900.
HSL color Cylindrical-coordinate representation of color #AC011B: hue angle of 350.88º 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 #AC011B is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.33 |
| HSL | 350.88º | 0.99% | 0.34% | - |
| HSV(B) | 350.88º | 0.99% | 0.67% | - |
| XYZ | 17.22 | 8.87 | 1.84 | - |
| YUV | 55.09 | 112.15 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 27 | 0 | 0.99 | 0.84 | 0.33 | 350.88 | 0.99 | 0.34 |
| Hex | AC | 1 | 1B | 0 | 63 | 54 | 21 | 15F | 63 | 22 |
| Octal | 254 | 1 | 33 | 0 | 143 | 124 | 41 | 537 | 143 | 42 |
| Binary | 10101100 | 1 | 11011 | 0 | 1100011 | 1010100 | 100001 | 101011111 | 1100011 | 100010 |
Color Harmonies of #AC011B
Complementary color
Monochromatic Colors of #AC011B
Black with #AC011B
Text Example
Text Example
White with #AC011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC011B; }
p { color: rgb(172,1,27); }
H1.HeaderClassName
{
color: #AC011B;
}
.AnyTagClassName
{
color: #AC011B;
}
</style>
background-color css
<style>
a { background-color: #AC011B; }
a { background-color: rgb(172,1,27); }
div.DivClassName
{
background-color: #AC011B;
}
.BgClassName
{
background-color: #AC011B;
}
</style>
border-color css
<style>
span { border-color: #AC011B; }
span { border-color: rgb(172,1,27); }
td.TdClassName
{
border-color: #AC011B;
}
.TagClassName
{
border-color: #AC011B;
}
</style>