Shades of Carmine #A80110
Tints of Carmine #A80110
RGB
CMYK
RGB Variations
Color information
#A80110 (or 0xA80110) is known color: Carmine. HEX triplet: A8, 01 and 10. RGB value is (168,1,16). Sum of RGB (Red+Green+Blue) = 168+1+16=185 (24% of max value = 765). Red value is 168 (66.02% from 255 or 90.81% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 168 - color contains mainly: red. Hex color #A80110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80110 is #57FEEF. Grayscale: #343434. Windows color (decimal): -5766896 or 1049000. OLE color: 1049000.
HSL color Cylindrical-coordinate representation of color #A80110: hue angle of 354.61º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80110 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 16 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.34 |
| HSL | 354.61º | 0.99% | 0.33% | - |
| HSV(B) | 354.61º | 0.99% | 0.66% | - |
| XYZ | 16.25 | 8.38 | 1.25 | - |
| YUV | 52.64 | 107.33 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 16 | 0 | 0.99 | 0.90 | 0.34 | 354.61 | 0.99 | 0.33 |
| Hex | A8 | 1 | 10 | 0 | 63 | 5A | 22 | 163 | 63 | 21 |
| Octal | 250 | 1 | 20 | 0 | 143 | 132 | 42 | 543 | 143 | 41 |
| Binary | 10101000 | 1 | 10000 | 0 | 1100011 | 1011010 | 100010 | 101100011 | 1100011 | 100001 |
Color Harmonies of #A80110
Complementary color
Monochromatic Colors of #A80110
Black with #A80110
Text Example
Text Example
White with #A80110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80110; }
p { color: rgb(168,1,16); }
H1.HeaderClassName
{
color: #A80110;
}
.AnyTagClassName
{
color: #A80110;
}
</style>
background-color css
<style>
a { background-color: #A80110; }
a { background-color: rgb(168,1,16); }
div.DivClassName
{
background-color: #A80110;
}
.BgClassName
{
background-color: #A80110;
}
</style>
border-color css
<style>
span { border-color: #A80110; }
span { border-color: rgb(168,1,16); }
td.TdClassName
{
border-color: #A80110;
}
.TagClassName
{
border-color: #A80110;
}
</style>