Shades of Carmine #AC0632
Tints of Carmine #AC0632
RGB
CMYK
RGB Variations
Color information
#AC0632 (or 0xAC0632) is known color: Carmine. HEX triplet: AC, 06 and 32. RGB value is (172,6,50). Sum of RGB (Red+Green+Blue) = 172+6+50=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0632 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0632 is #53F9CD. Grayscale: #3C3C3C. Windows color (decimal): -5503438 or 3278508. OLE color: 3278508.
HSL color Cylindrical-coordinate representation of color #AC0632: hue angle of 344.1º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0632 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 50 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.33 |
| HSL | 344.1º | 0.93% | 0.35% | - |
| HSV(B) | 344.1º | 0.97% | 0.67% | - |
| XYZ | 17.65 | 9.13 | 3.85 | - |
| YUV | 60.65 | 122 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 50 | 0 | 0.97 | 0.71 | 0.33 | 344.1 | 0.93 | 0.35 |
| Hex | AC | 6 | 32 | 0 | 61 | 47 | 21 | 158 | 5D | 23 |
| Octal | 254 | 6 | 62 | 0 | 141 | 107 | 41 | 530 | 135 | 43 |
| Binary | 10101100 | 110 | 110010 | 0 | 1100001 | 1000111 | 100001 | 101011000 | 1011101 | 100011 |
Color Harmonies of #AC0632
Complementary color
Monochromatic Colors of #AC0632
Black with #AC0632
Text Example
Text Example
White with #AC0632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0632; }
p { color: rgb(172,6,50); }
H1.HeaderClassName
{
color: #AC0632;
}
.AnyTagClassName
{
color: #AC0632;
}
</style>
background-color css
<style>
a { background-color: #AC0632; }
a { background-color: rgb(172,6,50); }
div.DivClassName
{
background-color: #AC0632;
}
.BgClassName
{
background-color: #AC0632;
}
</style>
border-color css
<style>
span { border-color: #AC0632; }
span { border-color: rgb(172,6,50); }
td.TdClassName
{
border-color: #AC0632;
}
.TagClassName
{
border-color: #AC0632;
}
</style>