Shades of Carmine #AC091E
Tints of Carmine #AC091E
RGB
CMYK
RGB Variations
Color information
#AC091E (or 0xAC091E) is known color: Carmine. HEX triplet: AC, 09 and 1E. RGB value is (172,9,30). Sum of RGB (Red+Green+Blue) = 172+9+30=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC091E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC091E is #53F6E1. Grayscale: #3C3C3C. Windows color (decimal): -5502690 or 1968556. OLE color: 1968556.
HSL color Cylindrical-coordinate representation of color #AC091E: hue angle of 352.27º degrees, saturation: 0.9, 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 #AC091E is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 30 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.33 |
| HSL | 352.27º | 0.9% | 0.35% | - |
| HSV(B) | 352.27º | 0.95% | 0.67% | - |
| XYZ | 17.35 | 9.06 | 2.06 | - |
| YUV | 60.13 | 111 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 30 | 0 | 0.95 | 0.83 | 0.33 | 352.27 | 0.9 | 0.35 |
| Hex | AC | 9 | 1E | 0 | 5F | 53 | 21 | 160 | 5A | 23 |
| Octal | 254 | 11 | 36 | 0 | 137 | 123 | 41 | 540 | 132 | 43 |
| Binary | 10101100 | 1001 | 11110 | 0 | 1011111 | 1010011 | 100001 | 101100000 | 1011010 | 100011 |
Color Harmonies of #AC091E
Complementary color
Monochromatic Colors of #AC091E
Black with #AC091E
Text Example
Text Example
White with #AC091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC091E; }
p { color: rgb(172,9,30); }
H1.HeaderClassName
{
color: #AC091E;
}
.AnyTagClassName
{
color: #AC091E;
}
</style>
background-color css
<style>
a { background-color: #AC091E; }
a { background-color: rgb(172,9,30); }
div.DivClassName
{
background-color: #AC091E;
}
.BgClassName
{
background-color: #AC091E;
}
</style>
border-color css
<style>
span { border-color: #AC091E; }
span { border-color: rgb(172,9,30); }
td.TdClassName
{
border-color: #AC091E;
}
.TagClassName
{
border-color: #AC091E;
}
</style>