Shades of Carmine #A8121F
Tints of Carmine #A8121F
RGB
CMYK
RGB Variations
Color information
#A8121F (or 0xA8121F) is known color: Carmine. HEX triplet: A8, 12 and 1F. RGB value is (168,18,31). Sum of RGB (Red+Green+Blue) = 168+18+31=217 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.42% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 168 - color contains mainly: red. Hex color #A8121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8121F is #57EDE0. Grayscale: #404040. Windows color (decimal): -5762529 or 2036392. OLE color: 2036392.
HSL color Cylindrical-coordinate representation of color #A8121F: hue angle of 354.8º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8121F is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 31 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.34 |
| HSL | 354.8º | 0.81% | 0.36% | - |
| HSV(B) | 354.8º | 0.89% | 0.66% | - |
| XYZ | 16.61 | 8.86 | 2.13 | - |
| YUV | 64.33 | 109.2 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 31 | 0 | 0.89 | 0.82 | 0.34 | 354.8 | 0.81 | 0.36 |
| Hex | A8 | 12 | 1F | 0 | 59 | 52 | 22 | 163 | 51 | 24 |
| Octal | 250 | 22 | 37 | 0 | 131 | 122 | 42 | 543 | 121 | 44 |
| Binary | 10101000 | 10010 | 11111 | 0 | 1011001 | 1010010 | 100010 | 101100011 | 1010001 | 100100 |
Color Harmonies of #A8121F
Complementary color
Monochromatic Colors of #A8121F
Black with #A8121F
Text Example
Text Example
White with #A8121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8121F; }
p { color: rgb(168,18,31); }
H1.HeaderClassName
{
color: #A8121F;
}
.AnyTagClassName
{
color: #A8121F;
}
</style>
background-color css
<style>
a { background-color: #A8121F; }
a { background-color: rgb(168,18,31); }
div.DivClassName
{
background-color: #A8121F;
}
.BgClassName
{
background-color: #A8121F;
}
</style>
border-color css
<style>
span { border-color: #A8121F; }
span { border-color: rgb(168,18,31); }
td.TdClassName
{
border-color: #A8121F;
}
.TagClassName
{
border-color: #A8121F;
}
</style>