Shades of Carmine #AC0326
Tints of Carmine #AC0326
RGB
CMYK
RGB Variations
Color information
#AC0326 (or 0xAC0326) is known color: Carmine. HEX triplet: AC, 03 and 26. RGB value is (172,3,38). Sum of RGB (Red+Green+Blue) = 172+3+38=213 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.75% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0326 is #53FCD9. Grayscale: #393939. Windows color (decimal): -5504218 or 2491308. OLE color: 2491308.
HSL color Cylindrical-coordinate representation of color #AC0326: hue angle of 347.57º 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 #AC0326 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 38 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.33 |
| HSL | 347.57º | 0.97% | 0.34% | - |
| HSV(B) | 347.57º | 0.98% | 0.67% | - |
| XYZ | 17.4 | 8.98 | 2.65 | - |
| YUV | 57.52 | 116.99 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 38 | 0 | 0.98 | 0.78 | 0.33 | 347.57 | 0.97 | 0.34 |
| Hex | AC | 3 | 26 | 0 | 62 | 4E | 21 | 15C | 61 | 22 |
| Octal | 254 | 3 | 46 | 0 | 142 | 116 | 41 | 534 | 141 | 42 |
| Binary | 10101100 | 11 | 100110 | 0 | 1100010 | 1001110 | 100001 | 101011100 | 1100001 | 100010 |
Color Harmonies of #AC0326
Complementary color
Monochromatic Colors of #AC0326
Black with #AC0326
Text Example
Text Example
White with #AC0326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0326; }
p { color: rgb(172,3,38); }
H1.HeaderClassName
{
color: #AC0326;
}
.AnyTagClassName
{
color: #AC0326;
}
</style>
background-color css
<style>
a { background-color: #AC0326; }
a { background-color: rgb(172,3,38); }
div.DivClassName
{
background-color: #AC0326;
}
.BgClassName
{
background-color: #AC0326;
}
</style>
border-color css
<style>
span { border-color: #AC0326; }
span { border-color: rgb(172,3,38); }
td.TdClassName
{
border-color: #AC0326;
}
.TagClassName
{
border-color: #AC0326;
}
</style>