Shades of Carmine #A8122C
Tints of Carmine #A8122C
RGB
CMYK
RGB Variations
Color information
#A8122C (or 0xA8122C) is known color: Carmine. HEX triplet: A8, 12 and 2C. RGB value is (168,18,44). Sum of RGB (Red+Green+Blue) = 168+18+44=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A8122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8122C is #57EDD3. Grayscale: #414141. Windows color (decimal): -5762516 or 2888360. OLE color: 2888360.
HSL color Cylindrical-coordinate representation of color #A8122C: hue angle of 349.6º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8122C is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 44 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.34 |
| HSL | 349.6º | 0.81% | 0.36% | - |
| HSV(B) | 349.6º | 0.89% | 0.66% | - |
| XYZ | 16.82 | 8.94 | 3.22 | - |
| YUV | 65.81 | 115.7 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 44 | 0 | 0.89 | 0.74 | 0.34 | 349.6 | 0.81 | 0.36 |
| Hex | A8 | 12 | 2C | 0 | 59 | 4A | 22 | 15E | 51 | 24 |
| Octal | 250 | 22 | 54 | 0 | 131 | 112 | 42 | 536 | 121 | 44 |
| Binary | 10101000 | 10010 | 101100 | 0 | 1011001 | 1001010 | 100010 | 101011110 | 1010001 | 100100 |
Color Harmonies of #A8122C
Complementary color
Monochromatic Colors of #A8122C
Black with #A8122C
Text Example
Text Example
White with #A8122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8122C; }
p { color: rgb(168,18,44); }
H1.HeaderClassName
{
color: #A8122C;
}
.AnyTagClassName
{
color: #A8122C;
}
</style>
background-color css
<style>
a { background-color: #A8122C; }
a { background-color: rgb(168,18,44); }
div.DivClassName
{
background-color: #A8122C;
}
.BgClassName
{
background-color: #A8122C;
}
</style>
border-color css
<style>
span { border-color: #A8122C; }
span { border-color: rgb(168,18,44); }
td.TdClassName
{
border-color: #A8122C;
}
.TagClassName
{
border-color: #A8122C;
}
</style>