Shades of Carmine #A80E1D
Tints of Carmine #A80E1D
RGB
CMYK
RGB Variations
Color information
#A80E1D (or 0xA80E1D) is known color: Carmine. HEX triplet: A8, 0E and 1D. RGB value is (168,14,29). Sum of RGB (Red+Green+Blue) = 168+14+29=211 (27% of max value = 765). Red value is 168 (66.02% from 255 or 79.62% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80E1D is #57F1E2. Grayscale: #3D3D3D. Windows color (decimal): -5763555 or 1904296. OLE color: 1904296.
HSL color Cylindrical-coordinate representation of color #A80E1D: hue angle of 354.16º 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 #A80E1D is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 14 | 29 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.34 |
| HSL | 354.16º | 0.85% | 0.36% | - |
| HSV(B) | 354.16º | 0.92% | 0.66% | - |
| XYZ | 16.53 | 8.73 | 1.98 | - |
| YUV | 61.76 | 109.52 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 14 | 29 | 0 | 0.92 | 0.83 | 0.34 | 354.16 | 0.85 | 0.36 |
| Hex | A8 | E | 1D | 0 | 5C | 53 | 22 | 162 | 55 | 24 |
| Octal | 250 | 16 | 35 | 0 | 134 | 123 | 42 | 542 | 125 | 44 |
| Binary | 10101000 | 1110 | 11101 | 0 | 1011100 | 1010011 | 100010 | 101100010 | 1010101 | 100100 |
Color Harmonies of #A80E1D
Complementary color
Monochromatic Colors of #A80E1D
Black with #A80E1D
Text Example
Text Example
White with #A80E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80E1D; }
p { color: rgb(168,14,29); }
H1.HeaderClassName
{
color: #A80E1D;
}
.AnyTagClassName
{
color: #A80E1D;
}
</style>
background-color css
<style>
a { background-color: #A80E1D; }
a { background-color: rgb(168,14,29); }
div.DivClassName
{
background-color: #A80E1D;
}
.BgClassName
{
background-color: #A80E1D;
}
</style>
border-color css
<style>
span { border-color: #A80E1D; }
span { border-color: rgb(168,14,29); }
td.TdClassName
{
border-color: #A80E1D;
}
.TagClassName
{
border-color: #A80E1D;
}
</style>