Shades of Carmine #A0161D
Tints of Carmine #A0161D
RGB
CMYK
RGB Variations
Color information
#A0161D (or 0xA0161D) is known color: Carmine. HEX triplet: A0, 16 and 1D. RGB value is (160,22,29). Sum of RGB (Red+Green+Blue) = 160+22+29=211 (27% of max value = 765). Red value is 160 (62.89% from 255 or 75.83% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 160 - color contains mainly: red. Hex color #A0161D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0161D is #5FE9E2. Grayscale: #404040. Windows color (decimal): -6285795 or 1906336. OLE color: 1906336.
HSL color Cylindrical-coordinate representation of color #A0161D: hue angle of 356.96º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0161D is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 22 | 29 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.37 |
| HSL | 356.96º | 0.76% | 0.36% | - |
| HSV(B) | 356.96º | 0.86% | 0.63% | - |
| XYZ | 15.01 | 8.14 | 1.94 | - |
| YUV | 64.06 | 108.22 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 29 | 0 | 0.86 | 0.82 | 0.37 | 356.96 | 0.76 | 0.36 |
| Hex | A0 | 16 | 1D | 0 | 56 | 52 | 25 | 165 | 4C | 24 |
| Octal | 240 | 26 | 35 | 0 | 126 | 122 | 45 | 545 | 114 | 44 |
| Binary | 10100000 | 10110 | 11101 | 0 | 1010110 | 1010010 | 100101 | 101100101 | 1001100 | 100100 |
Color Harmonies of #A0161D
Complementary color
Monochromatic Colors of #A0161D
Black with #A0161D
Text Example
Text Example
White with #A0161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0161D; }
p { color: rgb(160,22,29); }
H1.HeaderClassName
{
color: #A0161D;
}
.AnyTagClassName
{
color: #A0161D;
}
</style>
background-color css
<style>
a { background-color: #A0161D; }
a { background-color: rgb(160,22,29); }
div.DivClassName
{
background-color: #A0161D;
}
.BgClassName
{
background-color: #A0161D;
}
</style>
border-color css
<style>
span { border-color: #A0161D; }
span { border-color: rgb(160,22,29); }
td.TdClassName
{
border-color: #A0161D;
}
.TagClassName
{
border-color: #A0161D;
}
</style>