Shades of Carmine #AC080F
Tints of Carmine #AC080F
RGB
CMYK
RGB Variations
Color information
#AC080F (or 0xAC080F) is known color: Carmine. HEX triplet: AC, 08 and 0F. RGB value is (172,8,15). Sum of RGB (Red+Green+Blue) = 172+8+15=195 (25% of max value = 765). Red value is 172 (67.58% from 255 or 88.21% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 172 - color contains mainly: red. Hex color #AC080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC080F is #53F7F0. Grayscale: #393939. Windows color (decimal): -5502961 or 985260. OLE color: 985260.
HSL color Cylindrical-coordinate representation of color #AC080F: hue angle of 357.44º 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 #AC080F is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 15 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.33 |
| HSL | 357.44º | 0.91% | 0.35% | - |
| HSV(B) | 357.44º | 0.95% | 0.67% | - |
| XYZ | 17.19 | 8.98 | 1.28 | - |
| YUV | 57.83 | 103.83 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 15 | 0 | 0.95 | 0.91 | 0.33 | 357.44 | 0.91 | 0.35 |
| Hex | AC | 8 | F | 0 | 5F | 5B | 21 | 165 | 5B | 23 |
| Octal | 254 | 10 | 17 | 0 | 137 | 133 | 41 | 545 | 133 | 43 |
| Binary | 10101100 | 1000 | 1111 | 0 | 1011111 | 1011011 | 100001 | 101100101 | 1011011 | 100011 |
Color Harmonies of #AC080F
Complementary color
Monochromatic Colors of #AC080F
Black with #AC080F
Text Example
Text Example
White with #AC080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC080F; }
p { color: rgb(172,8,15); }
H1.HeaderClassName
{
color: #AC080F;
}
.AnyTagClassName
{
color: #AC080F;
}
</style>
background-color css
<style>
a { background-color: #AC080F; }
a { background-color: rgb(172,8,15); }
div.DivClassName
{
background-color: #AC080F;
}
.BgClassName
{
background-color: #AC080F;
}
</style>
border-color css
<style>
span { border-color: #AC080F; }
span { border-color: rgb(172,8,15); }
td.TdClassName
{
border-color: #AC080F;
}
.TagClassName
{
border-color: #AC080F;
}
</style>