Shades of Carmine #AC002B
Tints of Carmine #AC002B
RGB
CMYK
RGB Variations
Color information
#AC002B (or 0xAC002B) is known color: Carmine. HEX triplet: AC, 00 and 2B. RGB value is (172,0,43). Sum of RGB (Red+Green+Blue) = 172+0+43=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC002B is #53FFD4. Grayscale: #383838. Windows color (decimal): -5504981 or 2818220. OLE color: 2818220.
HSL color Cylindrical-coordinate representation of color #AC002B: hue angle of 345º 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 #AC002B is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.75 | 0.33 |
| HSL | 345º | 1% | 0.34% | - |
| HSV(B) | 345º | 1% | 0.67% | - |
| XYZ | 17.45 | 8.95 | 3.09 | - |
| YUV | 56.33 | 120.48 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 43 | 0 | 1 | 0.75 | 0.33 | 345 | 1 | 0.34 |
| Hex | AC | 0 | 2B | 0 | 64 | 4B | 21 | 159 | 64 | 22 |
| Octal | 254 | 0 | 53 | 0 | 144 | 113 | 41 | 531 | 144 | 42 |
| Binary | 10101100 | 0 | 101011 | 0 | 1100100 | 1001011 | 100001 | 101011001 | 1100100 | 100010 |
Color Harmonies of #AC002B
Complementary color
Monochromatic Colors of #AC002B
Black with #AC002B
Text Example
Text Example
White with #AC002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC002B; }
p { color: rgb(172,0,43); }
H1.HeaderClassName
{
color: #AC002B;
}
.AnyTagClassName
{
color: #AC002B;
}
</style>
background-color css
<style>
a { background-color: #AC002B; }
a { background-color: rgb(172,0,43); }
div.DivClassName
{
background-color: #AC002B;
}
.BgClassName
{
background-color: #AC002B;
}
</style>
border-color css
<style>
span { border-color: #AC002B; }
span { border-color: rgb(172,0,43); }
td.TdClassName
{
border-color: #AC002B;
}
.TagClassName
{
border-color: #AC002B;
}
</style>