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