Shades of Carmine #A0082E
Tints of Carmine #A0082E
RGB
CMYK
RGB Variations
Color information
#A0082E (or 0xA0082E) is known color: Carmine. HEX triplet: A0, 08 and 2E. RGB value is (160,8,46). Sum of RGB (Red+Green+Blue) = 160+8+46=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A0082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0082E is #5FF7D1. Grayscale: #393939. Windows color (decimal): -6289362 or 3016864. OLE color: 3016864.
HSL color Cylindrical-coordinate representation of color #A0082E: hue angle of 345º 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 #A0082E is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 46 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.37 |
| HSL | 345º | 0.9% | 0.33% | - |
| HSV(B) | 345º | 0.95% | 0.63% | - |
| XYZ | 15.08 | 7.84 | 3.3 | - |
| YUV | 57.78 | 121.36 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 46 | 0 | 0.95 | 0.71 | 0.37 | 345 | 0.9 | 0.33 |
| Hex | A0 | 8 | 2E | 0 | 5F | 47 | 25 | 159 | 5A | 21 |
| Octal | 240 | 10 | 56 | 0 | 137 | 107 | 45 | 531 | 132 | 41 |
| Binary | 10100000 | 1000 | 101110 | 0 | 1011111 | 1000111 | 100101 | 101011001 | 1011010 | 100001 |
Color Harmonies of #A0082E
Complementary color
Monochromatic Colors of #A0082E
Black with #A0082E
Text Example
Text Example
White with #A0082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0082E; }
p { color: rgb(160,8,46); }
H1.HeaderClassName
{
color: #A0082E;
}
.AnyTagClassName
{
color: #A0082E;
}
</style>
background-color css
<style>
a { background-color: #A0082E; }
a { background-color: rgb(160,8,46); }
div.DivClassName
{
background-color: #A0082E;
}
.BgClassName
{
background-color: #A0082E;
}
</style>
border-color css
<style>
span { border-color: #A0082E; }
span { border-color: rgb(160,8,46); }
td.TdClassName
{
border-color: #A0082E;
}
.TagClassName
{
border-color: #A0082E;
}
</style>