Shades of Carmine #A0101E
Tints of Carmine #A0101E
RGB
CMYK
RGB Variations
Color information
#A0101E (or 0xA0101E) is known color: Carmine. HEX triplet: A0, 10 and 1E. RGB value is (160,16,30). Sum of RGB (Red+Green+Blue) = 160+16+30=206 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.67% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 160 - color contains mainly: red. Hex color #A0101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0101E is #5FEFE1. Grayscale: #3C3C3C. Windows color (decimal): -6287330 or 1970336. OLE color: 1970336.
HSL color Cylindrical-coordinate representation of color #A0101E: hue angle of 354.17º 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 #A0101E is Cyan = 0, Magento = 0.9, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 30 | - |
| CMYK | 0 | 0.9 | 0.81 | 0.37 |
| HSL | 354.17º | 0.82% | 0.35% | - |
| HSV(B) | 354.17º | 0.9% | 0.63% | - |
| XYZ | 14.92 | 7.94 | 1.97 | - |
| YUV | 60.65 | 110.71 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 30 | 0 | 0.9 | 0.81 | 0.37 | 354.17 | 0.82 | 0.35 |
| Hex | A0 | 10 | 1E | 0 | 5A | 51 | 25 | 162 | 52 | 23 |
| Octal | 240 | 20 | 36 | 0 | 132 | 121 | 45 | 542 | 122 | 43 |
| Binary | 10100000 | 10000 | 11110 | 0 | 1011010 | 1010001 | 100101 | 101100010 | 1010010 | 100011 |
Color Harmonies of #A0101E
Complementary color
Monochromatic Colors of #A0101E
Black with #A0101E
Text Example
Text Example
White with #A0101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0101E; }
p { color: rgb(160,16,30); }
H1.HeaderClassName
{
color: #A0101E;
}
.AnyTagClassName
{
color: #A0101E;
}
</style>
background-color css
<style>
a { background-color: #A0101E; }
a { background-color: rgb(160,16,30); }
div.DivClassName
{
background-color: #A0101E;
}
.BgClassName
{
background-color: #A0101E;
}
</style>
border-color css
<style>
span { border-color: #A0101E; }
span { border-color: rgb(160,16,30); }
td.TdClassName
{
border-color: #A0101E;
}
.TagClassName
{
border-color: #A0101E;
}
</style>