Shades of Carmine #A0082A
Tints of Carmine #A0082A
RGB
CMYK
RGB Variations
Color information
#A0082A (or 0xA0082A) is known color: Carmine. HEX triplet: A0, 08 and 2A. RGB value is (160,8,42). Sum of RGB (Red+Green+Blue) = 160+8+42=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A0082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0082A is #5FF7D5. Grayscale: #393939. Windows color (decimal): -6289366 or 2754720. OLE color: 2754720.
HSL color Cylindrical-coordinate representation of color #A0082A: hue angle of 346.58º 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 #A0082A is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 42 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.37 |
| HSL | 346.58º | 0.9% | 0.33% | - |
| HSV(B) | 346.58º | 0.95% | 0.63% | - |
| XYZ | 15 | 7.81 | 2.91 | - |
| YUV | 57.32 | 119.36 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 42 | 0 | 0.95 | 0.74 | 0.37 | 346.58 | 0.9 | 0.33 |
| Hex | A0 | 8 | 2A | 0 | 5F | 4A | 25 | 15B | 5A | 21 |
| Octal | 240 | 10 | 52 | 0 | 137 | 112 | 45 | 533 | 132 | 41 |
| Binary | 10100000 | 1000 | 101010 | 0 | 1011111 | 1001010 | 100101 | 101011011 | 1011010 | 100001 |
Color Harmonies of #A0082A
Complementary color
Monochromatic Colors of #A0082A
Black with #A0082A
Text Example
Text Example
White with #A0082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0082A; }
p { color: rgb(160,8,42); }
H1.HeaderClassName
{
color: #A0082A;
}
.AnyTagClassName
{
color: #A0082A;
}
</style>
background-color css
<style>
a { background-color: #A0082A; }
a { background-color: rgb(160,8,42); }
div.DivClassName
{
background-color: #A0082A;
}
.BgClassName
{
background-color: #A0082A;
}
</style>
border-color css
<style>
span { border-color: #A0082A; }
span { border-color: rgb(160,8,42); }
td.TdClassName
{
border-color: #A0082A;
}
.TagClassName
{
border-color: #A0082A;
}
</style>