Shades of Carmine #A80D2A
Tints of Carmine #A80D2A
RGB
CMYK
RGB Variations
Color information
#A80D2A (or 0xA80D2A) is known color: Carmine. HEX triplet: A8, 0D and 2A. RGB value is (168,13,42). Sum of RGB (Red+Green+Blue) = 168+13+42=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80D2A is #57F2D5. Grayscale: #3E3E3E. Windows color (decimal): -5763798 or 2756008. OLE color: 2756008.
HSL color Cylindrical-coordinate representation of color #A80D2A: hue angle of 348.77º 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 #A80D2A is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 13 | 42 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.34 |
| HSL | 348.77º | 0.86% | 0.35% | - |
| HSV(B) | 348.77º | 0.92% | 0.66% | - |
| XYZ | 16.71 | 8.78 | 3 | - |
| YUV | 62.65 | 116.35 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 42 | 0 | 0.92 | 0.75 | 0.34 | 348.77 | 0.86 | 0.35 |
| Hex | A8 | D | 2A | 0 | 5C | 4B | 22 | 15D | 56 | 23 |
| Octal | 250 | 15 | 52 | 0 | 134 | 113 | 42 | 535 | 126 | 43 |
| Binary | 10101000 | 1101 | 101010 | 0 | 1011100 | 1001011 | 100010 | 101011101 | 1010110 | 100011 |
Color Harmonies of #A80D2A
Complementary color
Monochromatic Colors of #A80D2A
Black with #A80D2A
Text Example
Text Example
White with #A80D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80D2A; }
p { color: rgb(168,13,42); }
H1.HeaderClassName
{
color: #A80D2A;
}
.AnyTagClassName
{
color: #A80D2A;
}
</style>
background-color css
<style>
a { background-color: #A80D2A; }
a { background-color: rgb(168,13,42); }
div.DivClassName
{
background-color: #A80D2A;
}
.BgClassName
{
background-color: #A80D2A;
}
</style>
border-color css
<style>
span { border-color: #A80D2A; }
span { border-color: rgb(168,13,42); }
td.TdClassName
{
border-color: #A80D2A;
}
.TagClassName
{
border-color: #A80D2A;
}
</style>