Shades of Carmine #AC0123
Tints of Carmine #AC0123
RGB
CMYK
RGB Variations
Color information
#AC0123 (or 0xAC0123) is known color: Carmine. HEX triplet: AC, 01 and 23. RGB value is (172,1,35). Sum of RGB (Red+Green+Blue) = 172+1+35=208 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.69% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0123 is #53FEDC. Grayscale: #383838. Windows color (decimal): -5504733 or 2294188. OLE color: 2294188.
HSL color Cylindrical-coordinate representation of color #AC0123: hue angle of 348.07º 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 #AC0123 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 35 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.33 |
| HSL | 348.07º | 0.99% | 0.34% | - |
| HSV(B) | 348.07º | 0.99% | 0.67% | - |
| XYZ | 17.33 | 8.91 | 2.4 | - |
| YUV | 56.01 | 116.15 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 35 | 0 | 0.99 | 0.80 | 0.33 | 348.07 | 0.99 | 0.34 |
| Hex | AC | 1 | 23 | 0 | 63 | 50 | 21 | 15C | 63 | 22 |
| Octal | 254 | 1 | 43 | 0 | 143 | 120 | 41 | 534 | 143 | 42 |
| Binary | 10101100 | 1 | 100011 | 0 | 1100011 | 1010000 | 100001 | 101011100 | 1100011 | 100010 |
Color Harmonies of #AC0123
Complementary color
Monochromatic Colors of #AC0123
Black with #AC0123
Text Example
Text Example
White with #AC0123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0123; }
p { color: rgb(172,1,35); }
H1.HeaderClassName
{
color: #AC0123;
}
.AnyTagClassName
{
color: #AC0123;
}
</style>
background-color css
<style>
a { background-color: #AC0123; }
a { background-color: rgb(172,1,35); }
div.DivClassName
{
background-color: #AC0123;
}
.BgClassName
{
background-color: #AC0123;
}
</style>
border-color css
<style>
span { border-color: #AC0123; }
span { border-color: rgb(172,1,35); }
td.TdClassName
{
border-color: #AC0123;
}
.TagClassName
{
border-color: #AC0123;
}
</style>