Shades of Carmine #AC1622
Tints of Carmine #AC1622
RGB
CMYK
RGB Variations
Color information
#AC1622 (or 0xAC1622) is known color: Carmine. HEX triplet: AC, 16 and 22. RGB value is (172,22,34). Sum of RGB (Red+Green+Blue) = 172+22+34=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1622 is #53E9DD. Grayscale: #444444. Windows color (decimal): -5499358 or 2234028. OLE color: 2234028.
HSL color Cylindrical-coordinate representation of color #AC1622: hue angle of 355.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1622 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 34 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.33 |
| HSL | 355.2º | 0.77% | 0.38% | - |
| HSV(B) | 355.2º | 0.87% | 0.67% | - |
| XYZ | 17.59 | 9.46 | 2.41 | - |
| YUV | 68.22 | 108.7 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 34 | 0 | 0.87 | 0.80 | 0.33 | 355.2 | 0.77 | 0.38 |
| Hex | AC | 16 | 22 | 0 | 57 | 50 | 21 | 163 | 4D | 26 |
| Octal | 254 | 26 | 42 | 0 | 127 | 120 | 41 | 543 | 115 | 46 |
| Binary | 10101100 | 10110 | 100010 | 0 | 1010111 | 1010000 | 100001 | 101100011 | 1001101 | 100110 |
Color Harmonies of #AC1622
Complementary color
Monochromatic Colors of #AC1622
Black with #AC1622
Text Example
Text Example
White with #AC1622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1622; }
p { color: rgb(172,22,34); }
H1.HeaderClassName
{
color: #AC1622;
}
.AnyTagClassName
{
color: #AC1622;
}
</style>
background-color css
<style>
a { background-color: #AC1622; }
a { background-color: rgb(172,22,34); }
div.DivClassName
{
background-color: #AC1622;
}
.BgClassName
{
background-color: #AC1622;
}
</style>
border-color css
<style>
span { border-color: #AC1622; }
span { border-color: rgb(172,22,34); }
td.TdClassName
{
border-color: #AC1622;
}
.TagClassName
{
border-color: #AC1622;
}
</style>