Shades of Carmine #A8111C
Tints of Carmine #A8111C
RGB
CMYK
RGB Variations
Color information
#A8111C (or 0xA8111C) is known color: Carmine. HEX triplet: A8, 11 and 1C. RGB value is (168,17,28). Sum of RGB (Red+Green+Blue) = 168+17+28=213 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.87% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 168 - color contains mainly: red. Hex color #A8111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8111C is #57EEE3. Grayscale: #3F3F3F. Windows color (decimal): -5762788 or 1839528. OLE color: 1839528.
HSL color Cylindrical-coordinate representation of color #A8111C: hue angle of 355.63º 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 #A8111C is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 28 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.34 |
| HSL | 355.63º | 0.82% | 0.36% | - |
| HSV(B) | 355.63º | 0.9% | 0.66% | - |
| XYZ | 16.56 | 8.81 | 1.93 | - |
| YUV | 63.4 | 108.03 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 28 | 0 | 0.90 | 0.83 | 0.34 | 355.63 | 0.82 | 0.36 |
| Hex | A8 | 11 | 1C | 0 | 5A | 53 | 22 | 164 | 52 | 24 |
| Octal | 250 | 21 | 34 | 0 | 132 | 123 | 42 | 544 | 122 | 44 |
| Binary | 10101000 | 10001 | 11100 | 0 | 1011010 | 1010011 | 100010 | 101100100 | 1010010 | 100100 |
Color Harmonies of #A8111C
Complementary color
Monochromatic Colors of #A8111C
Black with #A8111C
Text Example
Text Example
White with #A8111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8111C; }
p { color: rgb(168,17,28); }
H1.HeaderClassName
{
color: #A8111C;
}
.AnyTagClassName
{
color: #A8111C;
}
</style>
background-color css
<style>
a { background-color: #A8111C; }
a { background-color: rgb(168,17,28); }
div.DivClassName
{
background-color: #A8111C;
}
.BgClassName
{
background-color: #A8111C;
}
</style>
border-color css
<style>
span { border-color: #A8111C; }
span { border-color: rgb(168,17,28); }
td.TdClassName
{
border-color: #A8111C;
}
.TagClassName
{
border-color: #A8111C;
}
</style>