Shades of Carmine #A0101D
Tints of Carmine #A0101D
RGB
CMYK
RGB Variations
Color information
#A0101D (or 0xA0101D) is known color: Carmine. HEX triplet: A0, 10 and 1D. RGB value is (160,16,29). Sum of RGB (Red+Green+Blue) = 160+16+29=205 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.05% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 160 - color contains mainly: red. Hex color #A0101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0101D is #5FEFE2. Grayscale: #3C3C3C. Windows color (decimal): -6287331 or 1904800. OLE color: 1904800.
HSL color Cylindrical-coordinate representation of color #A0101D: hue angle of 354.58º 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 #A0101D is Cyan = 0, Magento = 0.9, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 29 | - |
| CMYK | 0 | 0.9 | 0.82 | 0.37 |
| HSL | 354.58º | 0.82% | 0.35% | - |
| HSV(B) | 354.58º | 0.9% | 0.63% | - |
| XYZ | 14.9 | 7.93 | 1.91 | - |
| YUV | 60.54 | 110.21 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 29 | 0 | 0.9 | 0.82 | 0.37 | 354.58 | 0.82 | 0.35 |
| Hex | A0 | 10 | 1D | 0 | 5A | 52 | 25 | 163 | 52 | 23 |
| Octal | 240 | 20 | 35 | 0 | 132 | 122 | 45 | 543 | 122 | 43 |
| Binary | 10100000 | 10000 | 11101 | 0 | 1011010 | 1010010 | 100101 | 101100011 | 1010010 | 100011 |
Color Harmonies of #A0101D
Complementary color
Monochromatic Colors of #A0101D
Black with #A0101D
Text Example
Text Example
White with #A0101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0101D; }
p { color: rgb(160,16,29); }
H1.HeaderClassName
{
color: #A0101D;
}
.AnyTagClassName
{
color: #A0101D;
}
</style>
background-color css
<style>
a { background-color: #A0101D; }
a { background-color: rgb(160,16,29); }
div.DivClassName
{
background-color: #A0101D;
}
.BgClassName
{
background-color: #A0101D;
}
</style>
border-color css
<style>
span { border-color: #A0101D; }
span { border-color: rgb(160,16,29); }
td.TdClassName
{
border-color: #A0101D;
}
.TagClassName
{
border-color: #A0101D;
}
</style>