Shades of Carmine #A8111F
Tints of Carmine #A8111F
RGB
CMYK
RGB Variations
Color information
#A8111F (or 0xA8111F) is known color: Carmine. HEX triplet: A8, 11 and 1F. RGB value is (168,17,31). Sum of RGB (Red+Green+Blue) = 168+17+31=216 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.78% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 168 - color contains mainly: red. Hex color #A8111F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8111F is #57EEE0. Grayscale: #3F3F3F. Windows color (decimal): -5762785 or 2036136. OLE color: 2036136.
HSL color Cylindrical-coordinate representation of color #A8111F: hue angle of 354.44º 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 #A8111F is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 31 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.34 |
| HSL | 354.44º | 0.82% | 0.36% | - |
| HSV(B) | 354.44º | 0.9% | 0.66% | - |
| XYZ | 16.6 | 8.82 | 2.12 | - |
| YUV | 63.75 | 109.53 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 31 | 0 | 0.90 | 0.82 | 0.34 | 354.44 | 0.82 | 0.36 |
| Hex | A8 | 11 | 1F | 0 | 5A | 52 | 22 | 162 | 52 | 24 |
| Octal | 250 | 21 | 37 | 0 | 132 | 122 | 42 | 542 | 122 | 44 |
| Binary | 10101000 | 10001 | 11111 | 0 | 1011010 | 1010010 | 100010 | 101100010 | 1010010 | 100100 |
Color Harmonies of #A8111F
Complementary color
Monochromatic Colors of #A8111F
Black with #A8111F
Text Example
Text Example
White with #A8111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8111F; }
p { color: rgb(168,17,31); }
H1.HeaderClassName
{
color: #A8111F;
}
.AnyTagClassName
{
color: #A8111F;
}
</style>
background-color css
<style>
a { background-color: #A8111F; }
a { background-color: rgb(168,17,31); }
div.DivClassName
{
background-color: #A8111F;
}
.BgClassName
{
background-color: #A8111F;
}
</style>
border-color css
<style>
span { border-color: #A8111F; }
span { border-color: rgb(168,17,31); }
td.TdClassName
{
border-color: #A8111F;
}
.TagClassName
{
border-color: #A8111F;
}
</style>