Shades of Carmine #A80E2A
Tints of Carmine #A80E2A
RGB
CMYK
RGB Variations
Color information
#A80E2A (or 0xA80E2A) is known color: Carmine. HEX triplet: A8, 0E and 2A. RGB value is (168,14,42). Sum of RGB (Red+Green+Blue) = 168+14+42=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80E2A is #57F1D5. Grayscale: #3F3F3F. Windows color (decimal): -5763542 or 2756264. OLE color: 2756264.
HSL color Cylindrical-coordinate representation of color #A80E2A: hue angle of 349.09º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80E2A is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 14 | 42 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.34 |
| HSL | 349.09º | 0.85% | 0.36% | - |
| HSV(B) | 349.09º | 0.92% | 0.66% | - |
| XYZ | 16.72 | 8.81 | 3.01 | - |
| YUV | 63.24 | 116.02 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 14 | 42 | 0 | 0.92 | 0.75 | 0.34 | 349.09 | 0.85 | 0.36 |
| Hex | A8 | E | 2A | 0 | 5C | 4B | 22 | 15D | 55 | 24 |
| Octal | 250 | 16 | 52 | 0 | 134 | 113 | 42 | 535 | 125 | 44 |
| Binary | 10101000 | 1110 | 101010 | 0 | 1011100 | 1001011 | 100010 | 101011101 | 1010101 | 100100 |
Color Harmonies of #A80E2A
Complementary color
Monochromatic Colors of #A80E2A
Black with #A80E2A
Text Example
Text Example
White with #A80E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80E2A; }
p { color: rgb(168,14,42); }
H1.HeaderClassName
{
color: #A80E2A;
}
.AnyTagClassName
{
color: #A80E2A;
}
</style>
background-color css
<style>
a { background-color: #A80E2A; }
a { background-color: rgb(168,14,42); }
div.DivClassName
{
background-color: #A80E2A;
}
.BgClassName
{
background-color: #A80E2A;
}
</style>
border-color css
<style>
span { border-color: #A80E2A; }
span { border-color: rgb(168,14,42); }
td.TdClassName
{
border-color: #A80E2A;
}
.TagClassName
{
border-color: #A80E2A;
}
</style>