Shades of Carmine #A0081D
Tints of Carmine #A0081D
RGB
CMYK
RGB Variations
Color information
#A0081D (or 0xA0081D) is known color: Carmine. HEX triplet: A0, 08 and 1D. RGB value is (160,8,29). Sum of RGB (Red+Green+Blue) = 160+8+29=197 (26% of max value = 765). Red value is 160 (62.89% from 255 or 81.22% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 160 - color contains mainly: red. Hex color #A0081D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0081D is #5FF7E2. Grayscale: #373737. Windows color (decimal): -6289379 or 1902752. OLE color: 1902752.
HSL color Cylindrical-coordinate representation of color #A0081D: hue angle of 351.71º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0081D is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 29 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.37 |
| HSL | 351.71º | 0.9% | 0.33% | - |
| HSV(B) | 351.71º | 0.95% | 0.63% | - |
| XYZ | 14.81 | 7.74 | 1.88 | - |
| YUV | 55.84 | 112.86 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 29 | 0 | 0.95 | 0.82 | 0.37 | 351.71 | 0.9 | 0.33 |
| Hex | A0 | 8 | 1D | 0 | 5F | 52 | 25 | 160 | 5A | 21 |
| Octal | 240 | 10 | 35 | 0 | 137 | 122 | 45 | 540 | 132 | 41 |
| Binary | 10100000 | 1000 | 11101 | 0 | 1011111 | 1010010 | 100101 | 101100000 | 1011010 | 100001 |
Color Harmonies of #A0081D
Complementary color
Monochromatic Colors of #A0081D
Black with #A0081D
Text Example
Text Example
White with #A0081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0081D; }
p { color: rgb(160,8,29); }
H1.HeaderClassName
{
color: #A0081D;
}
.AnyTagClassName
{
color: #A0081D;
}
</style>
background-color css
<style>
a { background-color: #A0081D; }
a { background-color: rgb(160,8,29); }
div.DivClassName
{
background-color: #A0081D;
}
.BgClassName
{
background-color: #A0081D;
}
</style>
border-color css
<style>
span { border-color: #A0081D; }
span { border-color: rgb(160,8,29); }
td.TdClassName
{
border-color: #A0081D;
}
.TagClassName
{
border-color: #A0081D;
}
</style>