Shades of Carmine #A80A1B
Tints of Carmine #A80A1B
RGB
CMYK
RGB Variations
Color information
#A80A1B (or 0xA80A1B) is known color: Carmine. HEX triplet: A8, 0A and 1B. RGB value is (168,10,27). Sum of RGB (Red+Green+Blue) = 168+10+27=205 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.95% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 168 - color contains mainly: red. Hex color #A80A1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80A1B is #57F5E4. Grayscale: #3B3B3B. Windows color (decimal): -5764581 or 1772200. OLE color: 1772200.
HSL color Cylindrical-coordinate representation of color #A80A1B: hue angle of 353.54º 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 #A80A1B is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 10 | 27 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.34 |
| HSL | 353.54º | 0.89% | 0.35% | - |
| HSV(B) | 353.54º | 0.94% | 0.66% | - |
| XYZ | 16.45 | 8.62 | 1.83 | - |
| YUV | 59.18 | 109.85 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 27 | 0 | 0.94 | 0.84 | 0.34 | 353.54 | 0.89 | 0.35 |
| Hex | A8 | A | 1B | 0 | 5E | 54 | 22 | 162 | 59 | 23 |
| Octal | 250 | 12 | 33 | 0 | 136 | 124 | 42 | 542 | 131 | 43 |
| Binary | 10101000 | 1010 | 11011 | 0 | 1011110 | 1010100 | 100010 | 101100010 | 1011001 | 100011 |
Color Harmonies of #A80A1B
Complementary color
Monochromatic Colors of #A80A1B
Black with #A80A1B
Text Example
Text Example
White with #A80A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80A1B; }
p { color: rgb(168,10,27); }
H1.HeaderClassName
{
color: #A80A1B;
}
.AnyTagClassName
{
color: #A80A1B;
}
</style>
background-color css
<style>
a { background-color: #A80A1B; }
a { background-color: rgb(168,10,27); }
div.DivClassName
{
background-color: #A80A1B;
}
.BgClassName
{
background-color: #A80A1B;
}
</style>
border-color css
<style>
span { border-color: #A80A1B; }
span { border-color: rgb(168,10,27); }
td.TdClassName
{
border-color: #A80A1B;
}
.TagClassName
{
border-color: #A80A1B;
}
</style>