Shades of Carmine #AC1426
Tints of Carmine #AC1426
RGB
CMYK
RGB Variations
Color information
#AC1426 (or 0xAC1426) is known color: Carmine. HEX triplet: AC, 14 and 26. RGB value is (172,20,38). Sum of RGB (Red+Green+Blue) = 172+20+38=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1426 is #53EBD9. Grayscale: #434343. Windows color (decimal): -5499866 or 2495660. OLE color: 2495660.
HSL color Cylindrical-coordinate representation of color #AC1426: hue angle of 352.89º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1426 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 38 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.33 |
| HSL | 352.89º | 0.79% | 0.38% | - |
| HSV(B) | 352.89º | 0.88% | 0.67% | - |
| XYZ | 17.61 | 9.41 | 2.72 | - |
| YUV | 67.5 | 111.36 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 38 | 0 | 0.88 | 0.78 | 0.33 | 352.89 | 0.79 | 0.38 |
| Hex | AC | 14 | 26 | 0 | 58 | 4E | 21 | 161 | 4F | 26 |
| Octal | 254 | 24 | 46 | 0 | 130 | 116 | 41 | 541 | 117 | 46 |
| Binary | 10101100 | 10100 | 100110 | 0 | 1011000 | 1001110 | 100001 | 101100001 | 1001111 | 100110 |
Color Harmonies of #AC1426
Complementary color
Monochromatic Colors of #AC1426
Black with #AC1426
Text Example
Text Example
White with #AC1426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1426; }
p { color: rgb(172,20,38); }
H1.HeaderClassName
{
color: #AC1426;
}
.AnyTagClassName
{
color: #AC1426;
}
</style>
background-color css
<style>
a { background-color: #AC1426; }
a { background-color: rgb(172,20,38); }
div.DivClassName
{
background-color: #AC1426;
}
.BgClassName
{
background-color: #AC1426;
}
</style>
border-color css
<style>
span { border-color: #AC1426; }
span { border-color: rgb(172,20,38); }
td.TdClassName
{
border-color: #AC1426;
}
.TagClassName
{
border-color: #AC1426;
}
</style>