Shades of Carmine #A8171E
Tints of Carmine #A8171E
RGB
CMYK
RGB Variations
Color information
#A8171E (or 0xA8171E) is known color: Carmine. HEX triplet: A8, 17 and 1E. RGB value is (168,23,30). Sum of RGB (Red+Green+Blue) = 168+23+30=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A8171E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8171E is #57E8E1. Grayscale: #434343. Windows color (decimal): -5761250 or 1972136. OLE color: 1972136.
HSL color Cylindrical-coordinate representation of color #A8171E: hue angle of 357.1º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8171E is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 30 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.34 |
| HSL | 357.1º | 0.76% | 0.37% | - |
| HSV(B) | 357.1º | 0.86% | 0.66% | - |
| XYZ | 16.69 | 9.03 | 2.09 | - |
| YUV | 67.15 | 107.04 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 30 | 0 | 0.86 | 0.82 | 0.34 | 357.1 | 0.76 | 0.37 |
| Hex | A8 | 17 | 1E | 0 | 56 | 52 | 22 | 165 | 4C | 25 |
| Octal | 250 | 27 | 36 | 0 | 126 | 122 | 42 | 545 | 114 | 45 |
| Binary | 10101000 | 10111 | 11110 | 0 | 1010110 | 1010010 | 100010 | 101100101 | 1001100 | 100101 |
Color Harmonies of #A8171E
Complementary color
Monochromatic Colors of #A8171E
Black with #A8171E
Text Example
Text Example
White with #A8171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8171E; }
p { color: rgb(168,23,30); }
H1.HeaderClassName
{
color: #A8171E;
}
.AnyTagClassName
{
color: #A8171E;
}
</style>
background-color css
<style>
a { background-color: #A8171E; }
a { background-color: rgb(168,23,30); }
div.DivClassName
{
background-color: #A8171E;
}
.BgClassName
{
background-color: #A8171E;
}
</style>
border-color css
<style>
span { border-color: #A8171E; }
span { border-color: rgb(168,23,30); }
td.TdClassName
{
border-color: #A8171E;
}
.TagClassName
{
border-color: #A8171E;
}
</style>