Shades of Carmine #AC001B
Tints of Carmine #AC001B
RGB
CMYK
RGB Variations
Color information
#AC001B (or 0xAC001B) is known color: Carmine. HEX triplet: AC, 00 and 1B. RGB value is (172,0,27). Sum of RGB (Red+Green+Blue) = 172+0+27=199 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86.43% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 172 - color contains mainly: red. Hex color #AC001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC001B is #53FFE4. Grayscale: #363636. Windows color (decimal): -5504997 or 1769644. OLE color: 1769644.
HSL color Cylindrical-coordinate representation of color #AC001B: hue angle of 350.58º 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 #AC001B is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.84 | 0.33 |
| HSL | 350.58º | 1% | 0.34% | - |
| HSV(B) | 350.58º | 1% | 0.67% | - |
| XYZ | 17.21 | 8.85 | 1.84 | - |
| YUV | 54.51 | 112.48 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 27 | 0 | 1 | 0.84 | 0.33 | 350.58 | 1 | 0.34 |
| Hex | AC | 0 | 1B | 0 | 64 | 54 | 21 | 15F | 64 | 22 |
| Octal | 254 | 0 | 33 | 0 | 144 | 124 | 41 | 537 | 144 | 42 |
| Binary | 10101100 | 0 | 11011 | 0 | 1100100 | 1010100 | 100001 | 101011111 | 1100100 | 100010 |
Color Harmonies of #AC001B
Complementary color
Monochromatic Colors of #AC001B
Black with #AC001B
Text Example
Text Example
White with #AC001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC001B; }
p { color: rgb(172,0,27); }
H1.HeaderClassName
{
color: #AC001B;
}
.AnyTagClassName
{
color: #AC001B;
}
</style>
background-color css
<style>
a { background-color: #AC001B; }
a { background-color: rgb(172,0,27); }
div.DivClassName
{
background-color: #AC001B;
}
.BgClassName
{
background-color: #AC001B;
}
</style>
border-color css
<style>
span { border-color: #AC001B; }
span { border-color: rgb(172,0,27); }
td.TdClassName
{
border-color: #AC001B;
}
.TagClassName
{
border-color: #AC001B;
}
</style>