Shades of Carmine #A8121A
Tints of Carmine #A8121A
RGB
CMYK
RGB Variations
Color information
#A8121A (or 0xA8121A) is known color: Carmine. HEX triplet: A8, 12 and 1A. RGB value is (168,18,26). Sum of RGB (Red+Green+Blue) = 168+18+26=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A8121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8121A is #57EDE5. Grayscale: #3F3F3F. Windows color (decimal): -5762534 or 1708712. OLE color: 1708712.
HSL color Cylindrical-coordinate representation of color #A8121A: hue angle of 356.8º 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 #A8121A is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 26 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.34 |
| HSL | 356.8º | 0.81% | 0.36% | - |
| HSV(B) | 356.8º | 0.89% | 0.66% | - |
| XYZ | 16.55 | 8.83 | 1.81 | - |
| YUV | 63.76 | 106.7 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 26 | 0 | 0.89 | 0.85 | 0.34 | 356.8 | 0.81 | 0.36 |
| Hex | A8 | 12 | 1A | 0 | 59 | 55 | 22 | 165 | 51 | 24 |
| Octal | 250 | 22 | 32 | 0 | 131 | 125 | 42 | 545 | 121 | 44 |
| Binary | 10101000 | 10010 | 11010 | 0 | 1011001 | 1010101 | 100010 | 101100101 | 1010001 | 100100 |
Color Harmonies of #A8121A
Complementary color
Monochromatic Colors of #A8121A
Black with #A8121A
Text Example
Text Example
White with #A8121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8121A; }
p { color: rgb(168,18,26); }
H1.HeaderClassName
{
color: #A8121A;
}
.AnyTagClassName
{
color: #A8121A;
}
</style>
background-color css
<style>
a { background-color: #A8121A; }
a { background-color: rgb(168,18,26); }
div.DivClassName
{
background-color: #A8121A;
}
.BgClassName
{
background-color: #A8121A;
}
</style>
border-color css
<style>
span { border-color: #A8121A; }
span { border-color: rgb(168,18,26); }
td.TdClassName
{
border-color: #A8121A;
}
.TagClassName
{
border-color: #A8121A;
}
</style>