Shades of Carmine #AC1623
Tints of Carmine #AC1623
RGB
CMYK
RGB Variations
Color information
#AC1623 (or 0xAC1623) is known color: Carmine. HEX triplet: AC, 16 and 23. RGB value is (172,22,35). Sum of RGB (Red+Green+Blue) = 172+22+35=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1623 is #53E9DC. Grayscale: #444444. Windows color (decimal): -5499357 or 2299564. OLE color: 2299564.
HSL color Cylindrical-coordinate representation of color #AC1623: hue angle of 354.8º 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 #AC1623 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 35 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.33 |
| HSL | 354.8º | 0.77% | 0.38% | - |
| HSV(B) | 354.8º | 0.87% | 0.67% | - |
| XYZ | 17.6 | 9.47 | 2.49 | - |
| YUV | 68.33 | 109.2 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 35 | 0 | 0.87 | 0.80 | 0.33 | 354.8 | 0.77 | 0.38 |
| Hex | AC | 16 | 23 | 0 | 57 | 50 | 21 | 163 | 4D | 26 |
| Octal | 254 | 26 | 43 | 0 | 127 | 120 | 41 | 543 | 115 | 46 |
| Binary | 10101100 | 10110 | 100011 | 0 | 1010111 | 1010000 | 100001 | 101100011 | 1001101 | 100110 |
Color Harmonies of #AC1623
Complementary color
Monochromatic Colors of #AC1623
Black with #AC1623
Text Example
Text Example
White with #AC1623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1623; }
p { color: rgb(172,22,35); }
H1.HeaderClassName
{
color: #AC1623;
}
.AnyTagClassName
{
color: #AC1623;
}
</style>
background-color css
<style>
a { background-color: #AC1623; }
a { background-color: rgb(172,22,35); }
div.DivClassName
{
background-color: #AC1623;
}
.BgClassName
{
background-color: #AC1623;
}
</style>
border-color css
<style>
span { border-color: #AC1623; }
span { border-color: rgb(172,22,35); }
td.TdClassName
{
border-color: #AC1623;
}
.TagClassName
{
border-color: #AC1623;
}
</style>