Shades of Carmine #AC092C
Tints of Carmine #AC092C
RGB
CMYK
RGB Variations
Color information
#AC092C (or 0xAC092C) is known color: Carmine. HEX triplet: AC, 09 and 2C. RGB value is (172,9,44). Sum of RGB (Red+Green+Blue) = 172+9+44=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC092C is #53F6D3. Grayscale: #3D3D3D. Windows color (decimal): -5502676 or 2886060. OLE color: 2886060.
HSL color Cylindrical-coordinate representation of color #AC092C: hue angle of 347.12º 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 #AC092C is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 44 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.33 |
| HSL | 347.12º | 0.9% | 0.35% | - |
| HSV(B) | 347.12º | 0.95% | 0.67% | - |
| XYZ | 17.57 | 9.15 | 3.22 | - |
| YUV | 61.73 | 118 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 44 | 0 | 0.95 | 0.74 | 0.33 | 347.12 | 0.9 | 0.35 |
| Hex | AC | 9 | 2C | 0 | 5F | 4A | 21 | 15B | 5A | 23 |
| Octal | 254 | 11 | 54 | 0 | 137 | 112 | 41 | 533 | 132 | 43 |
| Binary | 10101100 | 1001 | 101100 | 0 | 1011111 | 1001010 | 100001 | 101011011 | 1011010 | 100011 |
Color Harmonies of #AC092C
Complementary color
Monochromatic Colors of #AC092C
Black with #AC092C
Text Example
Text Example
White with #AC092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC092C; }
p { color: rgb(172,9,44); }
H1.HeaderClassName
{
color: #AC092C;
}
.AnyTagClassName
{
color: #AC092C;
}
</style>
background-color css
<style>
a { background-color: #AC092C; }
a { background-color: rgb(172,9,44); }
div.DivClassName
{
background-color: #AC092C;
}
.BgClassName
{
background-color: #AC092C;
}
</style>
border-color css
<style>
span { border-color: #AC092C; }
span { border-color: rgb(172,9,44); }
td.TdClassName
{
border-color: #AC092C;
}
.TagClassName
{
border-color: #AC092C;
}
</style>