Shades of Carmine #AC082C
Tints of Carmine #AC082C
RGB
CMYK
RGB Variations
Color information
#AC082C (or 0xAC082C) is known color: Carmine. HEX triplet: AC, 08 and 2C. RGB value is (172,8,44). Sum of RGB (Red+Green+Blue) = 172+8+44=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC082C is #53F7D3. Grayscale: #3D3D3D. Windows color (decimal): -5502932 or 2885804. OLE color: 2885804.
HSL color Cylindrical-coordinate representation of color #AC082C: hue angle of 346.83º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC082C is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 44 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.33 |
| HSL | 346.83º | 0.91% | 0.35% | - |
| HSV(B) | 346.83º | 0.95% | 0.67% | - |
| XYZ | 17.55 | 9.13 | 3.22 | - |
| YUV | 61.14 | 118.33 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 44 | 0 | 0.95 | 0.74 | 0.33 | 346.83 | 0.91 | 0.35 |
| Hex | AC | 8 | 2C | 0 | 5F | 4A | 21 | 15B | 5B | 23 |
| Octal | 254 | 10 | 54 | 0 | 137 | 112 | 41 | 533 | 133 | 43 |
| Binary | 10101100 | 1000 | 101100 | 0 | 1011111 | 1001010 | 100001 | 101011011 | 1011011 | 100011 |
Color Harmonies of #AC082C
Complementary color
Monochromatic Colors of #AC082C
Black with #AC082C
Text Example
Text Example
White with #AC082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC082C; }
p { color: rgb(172,8,44); }
H1.HeaderClassName
{
color: #AC082C;
}
.AnyTagClassName
{
color: #AC082C;
}
</style>
background-color css
<style>
a { background-color: #AC082C; }
a { background-color: rgb(172,8,44); }
div.DivClassName
{
background-color: #AC082C;
}
.BgClassName
{
background-color: #AC082C;
}
</style>
border-color css
<style>
span { border-color: #AC082C; }
span { border-color: rgb(172,8,44); }
td.TdClassName
{
border-color: #AC082C;
}
.TagClassName
{
border-color: #AC082C;
}
</style>