Shades of Carmine #A80D1A
Tints of Carmine #A80D1A
RGB
CMYK
RGB Variations
Color information
#A80D1A (or 0xA80D1A) is known color: Carmine. HEX triplet: A8, 0D and 1A. RGB value is (168,13,26). Sum of RGB (Red+Green+Blue) = 168+13+26=207 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.16% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80D1A is #57F2E5. Grayscale: #3C3C3C. Windows color (decimal): -5763814 or 1707432. OLE color: 1707432.
HSL color Cylindrical-coordinate representation of color #A80D1A: hue angle of 354.97º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80D1A is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 13 | 26 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.34 |
| HSL | 354.97º | 0.86% | 0.35% | - |
| HSV(B) | 354.97º | 0.92% | 0.66% | - |
| XYZ | 16.48 | 8.69 | 1.79 | - |
| YUV | 60.83 | 108.35 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 26 | 0 | 0.92 | 0.85 | 0.34 | 354.97 | 0.86 | 0.35 |
| Hex | A8 | D | 1A | 0 | 5C | 55 | 22 | 163 | 56 | 23 |
| Octal | 250 | 15 | 32 | 0 | 134 | 125 | 42 | 543 | 126 | 43 |
| Binary | 10101000 | 1101 | 11010 | 0 | 1011100 | 1010101 | 100010 | 101100011 | 1010110 | 100011 |
Color Harmonies of #A80D1A
Complementary color
Monochromatic Colors of #A80D1A
Black with #A80D1A
Text Example
Text Example
White with #A80D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80D1A; }
p { color: rgb(168,13,26); }
H1.HeaderClassName
{
color: #A80D1A;
}
.AnyTagClassName
{
color: #A80D1A;
}
</style>
background-color css
<style>
a { background-color: #A80D1A; }
a { background-color: rgb(168,13,26); }
div.DivClassName
{
background-color: #A80D1A;
}
.BgClassName
{
background-color: #A80D1A;
}
</style>
border-color css
<style>
span { border-color: #A80D1A; }
span { border-color: rgb(168,13,26); }
td.TdClassName
{
border-color: #A80D1A;
}
.TagClassName
{
border-color: #A80D1A;
}
</style>