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