Shades of Carmine #AC082D
Tints of Carmine #AC082D
RGB
CMYK
RGB Variations
Color information
#AC082D (or 0xAC082D) is known color: Carmine. HEX triplet: AC, 08 and 2D. RGB value is (172,8,45). Sum of RGB (Red+Green+Blue) = 172+8+45=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC082D is #53F7D2. Grayscale: #3D3D3D. Windows color (decimal): -5502931 or 2951340. OLE color: 2951340.
HSL color Cylindrical-coordinate representation of color #AC082D: hue angle of 346.46º 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 #AC082D is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 45 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.33 |
| HSL | 346.46º | 0.91% | 0.35% | - |
| HSV(B) | 346.46º | 0.95% | 0.67% | - |
| XYZ | 17.57 | 9.13 | 3.32 | - |
| YUV | 61.25 | 118.83 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 45 | 0 | 0.95 | 0.74 | 0.33 | 346.46 | 0.91 | 0.35 |
| Hex | AC | 8 | 2D | 0 | 5F | 4A | 21 | 15A | 5B | 23 |
| Octal | 254 | 10 | 55 | 0 | 137 | 112 | 41 | 532 | 133 | 43 |
| Binary | 10101100 | 1000 | 101101 | 0 | 1011111 | 1001010 | 100001 | 101011010 | 1011011 | 100011 |
Color Harmonies of #AC082D
Complementary color
Monochromatic Colors of #AC082D
Black with #AC082D
Text Example
Text Example
White with #AC082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC082D; }
p { color: rgb(172,8,45); }
H1.HeaderClassName
{
color: #AC082D;
}
.AnyTagClassName
{
color: #AC082D;
}
</style>
background-color css
<style>
a { background-color: #AC082D; }
a { background-color: rgb(172,8,45); }
div.DivClassName
{
background-color: #AC082D;
}
.BgClassName
{
background-color: #AC082D;
}
</style>
border-color css
<style>
span { border-color: #AC082D; }
span { border-color: rgb(172,8,45); }
td.TdClassName
{
border-color: #AC082D;
}
.TagClassName
{
border-color: #AC082D;
}
</style>