Shades of Carmine #AC0823
Tints of Carmine #AC0823
RGB
CMYK
RGB Variations
Color information
#AC0823 (or 0xAC0823) is known color: Carmine. HEX triplet: AC, 08 and 23. RGB value is (172,8,35). Sum of RGB (Red+Green+Blue) = 172+8+35=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0823 is #53F7DC. Grayscale: #3C3C3C. Windows color (decimal): -5502941 or 2295980. OLE color: 2295980.
HSL color Cylindrical-coordinate representation of color #AC0823: hue angle of 350.12º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0823 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 35 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.33 |
| HSL | 350.12º | 0.91% | 0.35% | - |
| HSV(B) | 350.12º | 0.95% | 0.67% | - |
| XYZ | 17.4 | 9.07 | 2.42 | - |
| YUV | 60.11 | 113.83 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 35 | 0 | 0.95 | 0.80 | 0.33 | 350.12 | 0.91 | 0.35 |
| Hex | AC | 8 | 23 | 0 | 5F | 50 | 21 | 15E | 5B | 23 |
| Octal | 254 | 10 | 43 | 0 | 137 | 120 | 41 | 536 | 133 | 43 |
| Binary | 10101100 | 1000 | 100011 | 0 | 1011111 | 1010000 | 100001 | 101011110 | 1011011 | 100011 |
Color Harmonies of #AC0823
Complementary color
Monochromatic Colors of #AC0823
Black with #AC0823
Text Example
Text Example
White with #AC0823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0823; }
p { color: rgb(172,8,35); }
H1.HeaderClassName
{
color: #AC0823;
}
.AnyTagClassName
{
color: #AC0823;
}
</style>
background-color css
<style>
a { background-color: #AC0823; }
a { background-color: rgb(172,8,35); }
div.DivClassName
{
background-color: #AC0823;
}
.BgClassName
{
background-color: #AC0823;
}
</style>
border-color css
<style>
span { border-color: #AC0823; }
span { border-color: rgb(172,8,35); }
td.TdClassName
{
border-color: #AC0823;
}
.TagClassName
{
border-color: #AC0823;
}
</style>