Shades of Carmine #AC091A
Tints of Carmine #AC091A
RGB
CMYK
RGB Variations
Color information
#AC091A (or 0xAC091A) is known color: Carmine. HEX triplet: AC, 09 and 1A. RGB value is (172,9,26). Sum of RGB (Red+Green+Blue) = 172+9+26=207 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.09% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 172 - color contains mainly: red. Hex color #AC091A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC091A is #53F6E5. Grayscale: #3B3B3B. Windows color (decimal): -5502694 or 1706412. OLE color: 1706412.
HSL color Cylindrical-coordinate representation of color #AC091A: hue angle of 353.74º 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 #AC091A is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 26 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.33 |
| HSL | 353.74º | 0.9% | 0.35% | - |
| HSV(B) | 353.74º | 0.95% | 0.67% | - |
| XYZ | 17.3 | 9.04 | 1.81 | - |
| YUV | 59.68 | 109 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 26 | 0 | 0.95 | 0.85 | 0.33 | 353.74 | 0.9 | 0.35 |
| Hex | AC | 9 | 1A | 0 | 5F | 55 | 21 | 162 | 5A | 23 |
| Octal | 254 | 11 | 32 | 0 | 137 | 125 | 41 | 542 | 132 | 43 |
| Binary | 10101100 | 1001 | 11010 | 0 | 1011111 | 1010101 | 100001 | 101100010 | 1011010 | 100011 |
Color Harmonies of #AC091A
Complementary color
Monochromatic Colors of #AC091A
Black with #AC091A
Text Example
Text Example
White with #AC091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC091A; }
p { color: rgb(172,9,26); }
H1.HeaderClassName
{
color: #AC091A;
}
.AnyTagClassName
{
color: #AC091A;
}
</style>
background-color css
<style>
a { background-color: #AC091A; }
a { background-color: rgb(172,9,26); }
div.DivClassName
{
background-color: #AC091A;
}
.BgClassName
{
background-color: #AC091A;
}
</style>
border-color css
<style>
span { border-color: #AC091A; }
span { border-color: rgb(172,9,26); }
td.TdClassName
{
border-color: #AC091A;
}
.TagClassName
{
border-color: #AC091A;
}
</style>