Shades of Carmine #AC101E
Tints of Carmine #AC101E
RGB
CMYK
RGB Variations
Color information
#AC101E (or 0xAC101E) is known color: Carmine. HEX triplet: AC, 10 and 1E. RGB value is (172,16,30). Sum of RGB (Red+Green+Blue) = 172+16+30=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC101E is #53EFE1. Grayscale: #404040. Windows color (decimal): -5500898 or 1970348. OLE color: 1970348.
HSL color Cylindrical-coordinate representation of color #AC101E: hue angle of 354.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC101E is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 30 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.33 |
| HSL | 354.62º | 0.83% | 0.37% | - |
| HSV(B) | 354.62º | 0.91% | 0.67% | - |
| XYZ | 17.43 | 9.23 | 2.09 | - |
| YUV | 64.24 | 108.68 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 30 | 0 | 0.91 | 0.83 | 0.33 | 354.62 | 0.83 | 0.37 |
| Hex | AC | 10 | 1E | 0 | 5B | 53 | 21 | 163 | 53 | 25 |
| Octal | 254 | 20 | 36 | 0 | 133 | 123 | 41 | 543 | 123 | 45 |
| Binary | 10101100 | 10000 | 11110 | 0 | 1011011 | 1010011 | 100001 | 101100011 | 1010011 | 100101 |
Color Harmonies of #AC101E
Complementary color
Monochromatic Colors of #AC101E
Black with #AC101E
Text Example
Text Example
White with #AC101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC101E; }
p { color: rgb(172,16,30); }
H1.HeaderClassName
{
color: #AC101E;
}
.AnyTagClassName
{
color: #AC101E;
}
</style>
background-color css
<style>
a { background-color: #AC101E; }
a { background-color: rgb(172,16,30); }
div.DivClassName
{
background-color: #AC101E;
}
.BgClassName
{
background-color: #AC101E;
}
</style>
border-color css
<style>
span { border-color: #AC101E; }
span { border-color: rgb(172,16,30); }
td.TdClassName
{
border-color: #AC101E;
}
.TagClassName
{
border-color: #AC101E;
}
</style>