Shades of Carmine #A8111E
Tints of Carmine #A8111E
RGB
CMYK
RGB Variations
Color information
#A8111E (or 0xA8111E) is known color: Carmine. HEX triplet: A8, 11 and 1E. RGB value is (168,17,30). Sum of RGB (Red+Green+Blue) = 168+17+30=215 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.14% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 168 - color contains mainly: red. Hex color #A8111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8111E is #57EEE1. Grayscale: #3F3F3F. Windows color (decimal): -5762786 or 1970600. OLE color: 1970600.
HSL color Cylindrical-coordinate representation of color #A8111E: hue angle of 354.83º 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 #A8111E is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 30 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.34 |
| HSL | 354.83º | 0.82% | 0.36% | - |
| HSV(B) | 354.83º | 0.9% | 0.66% | - |
| XYZ | 16.58 | 8.82 | 2.06 | - |
| YUV | 63.63 | 109.03 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 30 | 0 | 0.90 | 0.82 | 0.34 | 354.83 | 0.82 | 0.36 |
| Hex | A8 | 11 | 1E | 0 | 5A | 52 | 22 | 163 | 52 | 24 |
| Octal | 250 | 21 | 36 | 0 | 132 | 122 | 42 | 543 | 122 | 44 |
| Binary | 10101000 | 10001 | 11110 | 0 | 1011010 | 1010010 | 100010 | 101100011 | 1010010 | 100100 |
Color Harmonies of #A8111E
Complementary color
Monochromatic Colors of #A8111E
Black with #A8111E
Text Example
Text Example
White with #A8111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8111E; }
p { color: rgb(168,17,30); }
H1.HeaderClassName
{
color: #A8111E;
}
.AnyTagClassName
{
color: #A8111E;
}
</style>
background-color css
<style>
a { background-color: #A8111E; }
a { background-color: rgb(168,17,30); }
div.DivClassName
{
background-color: #A8111E;
}
.BgClassName
{
background-color: #A8111E;
}
</style>
border-color css
<style>
span { border-color: #A8111E; }
span { border-color: rgb(168,17,30); }
td.TdClassName
{
border-color: #A8111E;
}
.TagClassName
{
border-color: #A8111E;
}
</style>