Shades of Carmine #AC101F
Tints of Carmine #AC101F
RGB
CMYK
RGB Variations
Color information
#AC101F (or 0xAC101F) is known color: Carmine. HEX triplet: AC, 10 and 1F. RGB value is (172,16,31). Sum of RGB (Red+Green+Blue) = 172+16+31=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC101F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC101F is #53EFE0. Grayscale: #404040. Windows color (decimal): -5500897 or 2035884. OLE color: 2035884.
HSL color Cylindrical-coordinate representation of color #AC101F: hue angle of 354.23º 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 #AC101F is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 31 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.33 |
| HSL | 354.23º | 0.83% | 0.37% | - |
| HSV(B) | 354.23º | 0.91% | 0.67% | - |
| XYZ | 17.45 | 9.24 | 2.16 | - |
| YUV | 64.35 | 109.18 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 31 | 0 | 0.91 | 0.82 | 0.33 | 354.23 | 0.83 | 0.37 |
| Hex | AC | 10 | 1F | 0 | 5B | 52 | 21 | 162 | 53 | 25 |
| Octal | 254 | 20 | 37 | 0 | 133 | 122 | 41 | 542 | 123 | 45 |
| Binary | 10101100 | 10000 | 11111 | 0 | 1011011 | 1010010 | 100001 | 101100010 | 1010011 | 100101 |
Color Harmonies of #AC101F
Complementary color
Monochromatic Colors of #AC101F
Black with #AC101F
Text Example
Text Example
White with #AC101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC101F; }
p { color: rgb(172,16,31); }
H1.HeaderClassName
{
color: #AC101F;
}
.AnyTagClassName
{
color: #AC101F;
}
</style>
background-color css
<style>
a { background-color: #AC101F; }
a { background-color: rgb(172,16,31); }
div.DivClassName
{
background-color: #AC101F;
}
.BgClassName
{
background-color: #AC101F;
}
</style>
border-color css
<style>
span { border-color: #AC101F; }
span { border-color: rgb(172,16,31); }
td.TdClassName
{
border-color: #AC101F;
}
.TagClassName
{
border-color: #AC101F;
}
</style>