Shades of Carmine #A0102E
Tints of Carmine #A0102E
RGB
CMYK
RGB Variations
Color information
#A0102E (or 0xA0102E) is known color: Carmine. HEX triplet: A0, 10 and 2E. RGB value is (160,16,46). Sum of RGB (Red+Green+Blue) = 160+16+46=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A0102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0102E is #5FEFD1. Grayscale: #3E3E3E. Windows color (decimal): -6287314 or 3018912. OLE color: 3018912.
HSL color Cylindrical-coordinate representation of color #A0102E: hue angle of 347.5º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0102E is Cyan = 0, Magento = 0.9, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 46 | - |
| CMYK | 0 | 0.9 | 0.71 | 0.37 |
| HSL | 347.5º | 0.82% | 0.35% | - |
| HSV(B) | 347.5º | 0.9% | 0.63% | - |
| XYZ | 15.18 | 8.04 | 3.34 | - |
| YUV | 62.48 | 118.71 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 46 | 0 | 0.9 | 0.71 | 0.37 | 347.5 | 0.82 | 0.35 |
| Hex | A0 | 10 | 2E | 0 | 5A | 47 | 25 | 15C | 52 | 23 |
| Octal | 240 | 20 | 56 | 0 | 132 | 107 | 45 | 534 | 122 | 43 |
| Binary | 10100000 | 10000 | 101110 | 0 | 1011010 | 1000111 | 100101 | 101011100 | 1010010 | 100011 |
Color Harmonies of #A0102E
Complementary color
Monochromatic Colors of #A0102E
Black with #A0102E
Text Example
Text Example
White with #A0102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0102E; }
p { color: rgb(160,16,46); }
H1.HeaderClassName
{
color: #A0102E;
}
.AnyTagClassName
{
color: #A0102E;
}
</style>
background-color css
<style>
a { background-color: #A0102E; }
a { background-color: rgb(160,16,46); }
div.DivClassName
{
background-color: #A0102E;
}
.BgClassName
{
background-color: #A0102E;
}
</style>
border-color css
<style>
span { border-color: #A0102E; }
span { border-color: rgb(160,16,46); }
td.TdClassName
{
border-color: #A0102E;
}
.TagClassName
{
border-color: #A0102E;
}
</style>