Shades of Carmine #AC062A
Tints of Carmine #AC062A
RGB
CMYK
RGB Variations
Color information
#AC062A (or 0xAC062A) is known color: Carmine. HEX triplet: AC, 06 and 2A. RGB value is (172,6,42). Sum of RGB (Red+Green+Blue) = 172+6+42=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC062A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC062A is #53F9D5. Grayscale: #3B3B3B. Windows color (decimal): -5503446 or 2754220. OLE color: 2754220.
HSL color Cylindrical-coordinate representation of color #AC062A: hue angle of 346.99º 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 #AC062A is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 42 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.33 |
| HSL | 346.99º | 0.93% | 0.35% | - |
| HSV(B) | 346.99º | 0.97% | 0.67% | - |
| XYZ | 17.5 | 9.07 | 3.02 | - |
| YUV | 59.74 | 118 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 42 | 0 | 0.97 | 0.76 | 0.33 | 346.99 | 0.93 | 0.35 |
| Hex | AC | 6 | 2A | 0 | 61 | 4C | 21 | 15B | 5D | 23 |
| Octal | 254 | 6 | 52 | 0 | 141 | 114 | 41 | 533 | 135 | 43 |
| Binary | 10101100 | 110 | 101010 | 0 | 1100001 | 1001100 | 100001 | 101011011 | 1011101 | 100011 |
Color Harmonies of #AC062A
Complementary color
Monochromatic Colors of #AC062A
Black with #AC062A
Text Example
Text Example
White with #AC062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC062A; }
p { color: rgb(172,6,42); }
H1.HeaderClassName
{
color: #AC062A;
}
.AnyTagClassName
{
color: #AC062A;
}
</style>
background-color css
<style>
a { background-color: #AC062A; }
a { background-color: rgb(172,6,42); }
div.DivClassName
{
background-color: #AC062A;
}
.BgClassName
{
background-color: #AC062A;
}
</style>
border-color css
<style>
span { border-color: #AC062A; }
span { border-color: rgb(172,6,42); }
td.TdClassName
{
border-color: #AC062A;
}
.TagClassName
{
border-color: #AC062A;
}
</style>