Shades of Carmine #AC002A
Tints of Carmine #AC002A
RGB
CMYK
RGB Variations
Color information
#AC002A (or 0xAC002A) is known color: Carmine. HEX triplet: AC, 00 and 2A. RGB value is (172,0,42). Sum of RGB (Red+Green+Blue) = 172+0+42=214 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.37% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 172 - color contains mainly: red. Hex color #AC002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC002A is #53FFD5. Grayscale: #383838. Windows color (decimal): -5504982 or 2752684. OLE color: 2752684.
HSL color Cylindrical-coordinate representation of color #AC002A: hue angle of 345.35º 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 #AC002A is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.76 | 0.33 |
| HSL | 345.35º | 1% | 0.34% | - |
| HSV(B) | 345.35º | 1% | 0.67% | - |
| XYZ | 17.43 | 8.94 | 3 | - |
| YUV | 56.22 | 119.98 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 42 | 0 | 1 | 0.76 | 0.33 | 345.35 | 1 | 0.34 |
| Hex | AC | 0 | 2A | 0 | 64 | 4C | 21 | 159 | 64 | 22 |
| Octal | 254 | 0 | 52 | 0 | 144 | 114 | 41 | 531 | 144 | 42 |
| Binary | 10101100 | 0 | 101010 | 0 | 1100100 | 1001100 | 100001 | 101011001 | 1100100 | 100010 |
Color Harmonies of #AC002A
Complementary color
Monochromatic Colors of #AC002A
Black with #AC002A
Text Example
Text Example
White with #AC002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC002A; }
p { color: rgb(172,0,42); }
H1.HeaderClassName
{
color: #AC002A;
}
.AnyTagClassName
{
color: #AC002A;
}
</style>
background-color css
<style>
a { background-color: #AC002A; }
a { background-color: rgb(172,0,42); }
div.DivClassName
{
background-color: #AC002A;
}
.BgClassName
{
background-color: #AC002A;
}
</style>
border-color css
<style>
span { border-color: #AC002A; }
span { border-color: rgb(172,0,42); }
td.TdClassName
{
border-color: #AC002A;
}
.TagClassName
{
border-color: #AC002A;
}
</style>