Shades of Carmine #AC0023
Tints of Carmine #AC0023
RGB
CMYK
RGB Variations
Color information
#AC0023 (or 0xAC0023) is known color: Carmine. HEX triplet: AC, 00 and 23. RGB value is (172,0,35). Sum of RGB (Red+Green+Blue) = 172+0+35=207 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.09% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0023 is #53FFDC. Grayscale: #373737. Windows color (decimal): -5504989 or 2293932. OLE color: 2293932.
HSL color Cylindrical-coordinate representation of color #AC0023: hue angle of 347.79º 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 #AC0023 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.80 | 0.33 |
| HSL | 347.79º | 1% | 0.34% | - |
| HSV(B) | 347.79º | 1% | 0.67% | - |
| XYZ | 17.32 | 8.89 | 2.39 | - |
| YUV | 55.42 | 116.48 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 35 | 0 | 1 | 0.80 | 0.33 | 347.79 | 1 | 0.34 |
| Hex | AC | 0 | 23 | 0 | 64 | 50 | 21 | 15C | 64 | 22 |
| Octal | 254 | 0 | 43 | 0 | 144 | 120 | 41 | 534 | 144 | 42 |
| Binary | 10101100 | 0 | 100011 | 0 | 1100100 | 1010000 | 100001 | 101011100 | 1100100 | 100010 |
Color Harmonies of #AC0023
Complementary color
Monochromatic Colors of #AC0023
Black with #AC0023
Text Example
Text Example
White with #AC0023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0023; }
p { color: rgb(172,0,35); }
H1.HeaderClassName
{
color: #AC0023;
}
.AnyTagClassName
{
color: #AC0023;
}
</style>
background-color css
<style>
a { background-color: #AC0023; }
a { background-color: rgb(172,0,35); }
div.DivClassName
{
background-color: #AC0023;
}
.BgClassName
{
background-color: #AC0023;
}
</style>
border-color css
<style>
span { border-color: #AC0023; }
span { border-color: rgb(172,0,35); }
td.TdClassName
{
border-color: #AC0023;
}
.TagClassName
{
border-color: #AC0023;
}
</style>