Shades of Carmine #A80A1A
Tints of Carmine #A80A1A
RGB
CMYK
RGB Variations
Color information
#A80A1A (or 0xA80A1A) is known color: Carmine. HEX triplet: A8, 0A and 1A. RGB value is (168,10,26). Sum of RGB (Red+Green+Blue) = 168+10+26=204 (27% of max value = 765). Red value is 168 (66.02% from 255 or 82.35% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 168 - color contains mainly: red. Hex color #A80A1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80A1A is #57F5E5. Grayscale: #3B3B3B. Windows color (decimal): -5764582 or 1706664. OLE color: 1706664.
HSL color Cylindrical-coordinate representation of color #A80A1A: hue angle of 353.92º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80A1A is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 10 | 26 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.34 |
| HSL | 353.92º | 0.89% | 0.35% | - |
| HSV(B) | 353.92º | 0.94% | 0.66% | - |
| XYZ | 16.44 | 8.62 | 1.77 | - |
| YUV | 59.07 | 109.35 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 26 | 0 | 0.94 | 0.85 | 0.34 | 353.92 | 0.89 | 0.35 |
| Hex | A8 | A | 1A | 0 | 5E | 55 | 22 | 162 | 59 | 23 |
| Octal | 250 | 12 | 32 | 0 | 136 | 125 | 42 | 542 | 131 | 43 |
| Binary | 10101000 | 1010 | 11010 | 0 | 1011110 | 1010101 | 100010 | 101100010 | 1011001 | 100011 |
Color Harmonies of #A80A1A
Complementary color
Monochromatic Colors of #A80A1A
Black with #A80A1A
Text Example
Text Example
White with #A80A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80A1A; }
p { color: rgb(168,10,26); }
H1.HeaderClassName
{
color: #A80A1A;
}
.AnyTagClassName
{
color: #A80A1A;
}
</style>
background-color css
<style>
a { background-color: #A80A1A; }
a { background-color: rgb(168,10,26); }
div.DivClassName
{
background-color: #A80A1A;
}
.BgClassName
{
background-color: #A80A1A;
}
</style>
border-color css
<style>
span { border-color: #A80A1A; }
span { border-color: rgb(168,10,26); }
td.TdClassName
{
border-color: #A80A1A;
}
.TagClassName
{
border-color: #A80A1A;
}
</style>