Shades of Carmine #AC0F1D
Tints of Carmine #AC0F1D
RGB
CMYK
RGB Variations
Color information
#AC0F1D (or 0xAC0F1D) is known color: Carmine. HEX triplet: AC, 0F and 1D. RGB value is (172,15,29). Sum of RGB (Red+Green+Blue) = 172+15+29=216 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.63% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0F1D is #53F0E2. Grayscale: #3F3F3F. Windows color (decimal): -5501155 or 1904556. OLE color: 1904556.
HSL color Cylindrical-coordinate representation of color #AC0F1D: hue angle of 354.65º degrees, saturation: 0.84, 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 #AC0F1D is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 29 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.33 |
| HSL | 354.65º | 0.84% | 0.37% | - |
| HSV(B) | 354.65º | 0.91% | 0.67% | - |
| XYZ | 17.41 | 9.2 | 2.02 | - |
| YUV | 63.54 | 108.51 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 29 | 0 | 0.91 | 0.83 | 0.33 | 354.65 | 0.84 | 0.37 |
| Hex | AC | F | 1D | 0 | 5B | 53 | 21 | 163 | 54 | 25 |
| Octal | 254 | 17 | 35 | 0 | 133 | 123 | 41 | 543 | 124 | 45 |
| Binary | 10101100 | 1111 | 11101 | 0 | 1011011 | 1010011 | 100001 | 101100011 | 1010100 | 100101 |
Color Harmonies of #AC0F1D
Complementary color
Monochromatic Colors of #AC0F1D
Black with #AC0F1D
Text Example
Text Example
White with #AC0F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F1D; }
p { color: rgb(172,15,29); }
H1.HeaderClassName
{
color: #AC0F1D;
}
.AnyTagClassName
{
color: #AC0F1D;
}
</style>
background-color css
<style>
a { background-color: #AC0F1D; }
a { background-color: rgb(172,15,29); }
div.DivClassName
{
background-color: #AC0F1D;
}
.BgClassName
{
background-color: #AC0F1D;
}
</style>
border-color css
<style>
span { border-color: #AC0F1D; }
span { border-color: rgb(172,15,29); }
td.TdClassName
{
border-color: #AC0F1D;
}
.TagClassName
{
border-color: #AC0F1D;
}
</style>