Shades of Carmine #AC0321
Tints of Carmine #AC0321
RGB
CMYK
RGB Variations
Color information
#AC0321 (or 0xAC0321) is known color: Carmine. HEX triplet: AC, 03 and 21. RGB value is (172,3,33). Sum of RGB (Red+Green+Blue) = 172+3+33=208 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.69% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0321 is #53FCDE. Grayscale: #393939. Windows color (decimal): -5504223 or 2163628. OLE color: 2163628.
HSL color Cylindrical-coordinate representation of color #AC0321: hue angle of 349.35º 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 #AC0321 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.33 |
| HSL | 349.35º | 0.97% | 0.34% | - |
| HSV(B) | 349.35º | 0.98% | 0.67% | - |
| XYZ | 17.32 | 8.95 | 2.25 | - |
| YUV | 56.95 | 114.49 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 33 | 0 | 0.98 | 0.81 | 0.33 | 349.35 | 0.97 | 0.34 |
| Hex | AC | 3 | 21 | 0 | 62 | 51 | 21 | 15D | 61 | 22 |
| Octal | 254 | 3 | 41 | 0 | 142 | 121 | 41 | 535 | 141 | 42 |
| Binary | 10101100 | 11 | 100001 | 0 | 1100010 | 1010001 | 100001 | 101011101 | 1100001 | 100010 |
Color Harmonies of #AC0321
Complementary color
Monochromatic Colors of #AC0321
Black with #AC0321
Text Example
Text Example
White with #AC0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0321; }
p { color: rgb(172,3,33); }
H1.HeaderClassName
{
color: #AC0321;
}
.AnyTagClassName
{
color: #AC0321;
}
</style>
background-color css
<style>
a { background-color: #AC0321; }
a { background-color: rgb(172,3,33); }
div.DivClassName
{
background-color: #AC0321;
}
.BgClassName
{
background-color: #AC0321;
}
</style>
border-color css
<style>
span { border-color: #AC0321; }
span { border-color: rgb(172,3,33); }
td.TdClassName
{
border-color: #AC0321;
}
.TagClassName
{
border-color: #AC0321;
}
</style>