Shades of Carmine #A0082D
Tints of Carmine #A0082D
RGB
CMYK
RGB Variations
Color information
#A0082D (or 0xA0082D) is known color: Carmine. HEX triplet: A0, 08 and 2D. RGB value is (160,8,45). Sum of RGB (Red+Green+Blue) = 160+8+45=213 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.12% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 160 - color contains mainly: red. Hex color #A0082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0082D is #5FF7D2. Grayscale: #393939. Windows color (decimal): -6289363 or 2951328. OLE color: 2951328.
HSL color Cylindrical-coordinate representation of color #A0082D: hue angle of 345.39º 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 #A0082D is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 45 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.37 |
| HSL | 345.39º | 0.9% | 0.33% | - |
| HSV(B) | 345.39º | 0.95% | 0.63% | - |
| XYZ | 15.06 | 7.84 | 3.2 | - |
| YUV | 57.67 | 120.86 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 45 | 0 | 0.95 | 0.72 | 0.37 | 345.39 | 0.9 | 0.33 |
| Hex | A0 | 8 | 2D | 0 | 5F | 48 | 25 | 159 | 5A | 21 |
| Octal | 240 | 10 | 55 | 0 | 137 | 110 | 45 | 531 | 132 | 41 |
| Binary | 10100000 | 1000 | 101101 | 0 | 1011111 | 1001000 | 100101 | 101011001 | 1011010 | 100001 |
Color Harmonies of #A0082D
Complementary color
Monochromatic Colors of #A0082D
Black with #A0082D
Text Example
Text Example
White with #A0082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0082D; }
p { color: rgb(160,8,45); }
H1.HeaderClassName
{
color: #A0082D;
}
.AnyTagClassName
{
color: #A0082D;
}
</style>
background-color css
<style>
a { background-color: #A0082D; }
a { background-color: rgb(160,8,45); }
div.DivClassName
{
background-color: #A0082D;
}
.BgClassName
{
background-color: #A0082D;
}
</style>
border-color css
<style>
span { border-color: #A0082D; }
span { border-color: rgb(160,8,45); }
td.TdClassName
{
border-color: #A0082D;
}
.TagClassName
{
border-color: #A0082D;
}
</style>