Shades of Carmine #A8111D
Tints of Carmine #A8111D
RGB
CMYK
RGB Variations
Color information
#A8111D (or 0xA8111D) is known color: Carmine. HEX triplet: A8, 11 and 1D. RGB value is (168,17,29). Sum of RGB (Red+Green+Blue) = 168+17+29=214 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.50% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 168 - color contains mainly: red. Hex color #A8111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8111D is #57EEE2. Grayscale: #3F3F3F. Windows color (decimal): -5762787 or 1905064. OLE color: 1905064.
HSL color Cylindrical-coordinate representation of color #A8111D: hue angle of 355.23º 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 #A8111D is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 29 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.34 |
| HSL | 355.23º | 0.82% | 0.36% | - |
| HSV(B) | 355.23º | 0.9% | 0.66% | - |
| XYZ | 16.57 | 8.81 | 1.99 | - |
| YUV | 63.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 29 | 0 | 0.90 | 0.83 | 0.34 | 355.23 | 0.82 | 0.36 |
| Hex | A8 | 11 | 1D | 0 | 5A | 53 | 22 | 163 | 52 | 24 |
| Octal | 250 | 21 | 35 | 0 | 132 | 123 | 42 | 543 | 122 | 44 |
| Binary | 10101000 | 10001 | 11101 | 0 | 1011010 | 1010011 | 100010 | 101100011 | 1010010 | 100100 |
Color Harmonies of #A8111D
Complementary color
Monochromatic Colors of #A8111D
Black with #A8111D
Text Example
Text Example
White with #A8111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8111D; }
p { color: rgb(168,17,29); }
H1.HeaderClassName
{
color: #A8111D;
}
.AnyTagClassName
{
color: #A8111D;
}
</style>
background-color css
<style>
a { background-color: #A8111D; }
a { background-color: rgb(168,17,29); }
div.DivClassName
{
background-color: #A8111D;
}
.BgClassName
{
background-color: #A8111D;
}
</style>
border-color css
<style>
span { border-color: #A8111D; }
span { border-color: rgb(168,17,29); }
td.TdClassName
{
border-color: #A8111D;
}
.TagClassName
{
border-color: #A8111D;
}
</style>