Shades of Carmine #AC0323
Tints of Carmine #AC0323
RGB
CMYK
RGB Variations
Color information
#AC0323 (or 0xAC0323) is known color: Carmine. HEX triplet: AC, 03 and 23. RGB value is (172,3,35). Sum of RGB (Red+Green+Blue) = 172+3+35=210 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.90% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0323 is #53FCDC. Grayscale: #393939. Windows color (decimal): -5504221 or 2294700. OLE color: 2294700.
HSL color Cylindrical-coordinate representation of color #AC0323: hue angle of 348.64º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0323 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 35 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.33 |
| HSL | 348.64º | 0.97% | 0.34% | - |
| HSV(B) | 348.64º | 0.98% | 0.67% | - |
| XYZ | 17.35 | 8.96 | 2.4 | - |
| YUV | 57.18 | 115.49 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 35 | 0 | 0.98 | 0.80 | 0.33 | 348.64 | 0.97 | 0.34 |
| Hex | AC | 3 | 23 | 0 | 62 | 50 | 21 | 15D | 61 | 22 |
| Octal | 254 | 3 | 43 | 0 | 142 | 120 | 41 | 535 | 141 | 42 |
| Binary | 10101100 | 11 | 100011 | 0 | 1100010 | 1010000 | 100001 | 101011101 | 1100001 | 100010 |
Color Harmonies of #AC0323
Complementary color
Monochromatic Colors of #AC0323
Black with #AC0323
Text Example
Text Example
White with #AC0323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0323; }
p { color: rgb(172,3,35); }
H1.HeaderClassName
{
color: #AC0323;
}
.AnyTagClassName
{
color: #AC0323;
}
</style>
background-color css
<style>
a { background-color: #AC0323; }
a { background-color: rgb(172,3,35); }
div.DivClassName
{
background-color: #AC0323;
}
.BgClassName
{
background-color: #AC0323;
}
</style>
border-color css
<style>
span { border-color: #AC0323; }
span { border-color: rgb(172,3,35); }
td.TdClassName
{
border-color: #AC0323;
}
.TagClassName
{
border-color: #AC0323;
}
</style>