Shades of Carmine #A8112A
Tints of Carmine #A8112A
RGB
CMYK
RGB Variations
Color information
#A8112A (or 0xA8112A) is known color: Carmine. HEX triplet: A8, 11 and 2A. RGB value is (168,17,42). Sum of RGB (Red+Green+Blue) = 168+17+42=227 (30% of max value = 765). Red value is 168 (66.02% from 255 or 74.01% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 168 - color contains mainly: red. Hex color #A8112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8112A is #57EED5. Grayscale: #414141. Windows color (decimal): -5762774 or 2757032. OLE color: 2757032.
HSL color Cylindrical-coordinate representation of color #A8112A: hue angle of 350.07º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8112A is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 42 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.34 |
| HSL | 350.07º | 0.82% | 0.36% | - |
| HSV(B) | 350.07º | 0.9% | 0.66% | - |
| XYZ | 16.77 | 8.89 | 3.02 | - |
| YUV | 65 | 115.03 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 42 | 0 | 0.90 | 0.75 | 0.34 | 350.07 | 0.82 | 0.36 |
| Hex | A8 | 11 | 2A | 0 | 5A | 4B | 22 | 15E | 52 | 24 |
| Octal | 250 | 21 | 52 | 0 | 132 | 113 | 42 | 536 | 122 | 44 |
| Binary | 10101000 | 10001 | 101010 | 0 | 1011010 | 1001011 | 100010 | 101011110 | 1010010 | 100100 |
Color Harmonies of #A8112A
Complementary color
Monochromatic Colors of #A8112A
Black with #A8112A
Text Example
Text Example
White with #A8112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8112A; }
p { color: rgb(168,17,42); }
H1.HeaderClassName
{
color: #A8112A;
}
.AnyTagClassName
{
color: #A8112A;
}
</style>
background-color css
<style>
a { background-color: #A8112A; }
a { background-color: rgb(168,17,42); }
div.DivClassName
{
background-color: #A8112A;
}
.BgClassName
{
background-color: #A8112A;
}
</style>
border-color css
<style>
span { border-color: #A8112A; }
span { border-color: rgb(168,17,42); }
td.TdClassName
{
border-color: #A8112A;
}
.TagClassName
{
border-color: #A8112A;
}
</style>