Shades of Carmine #A80011
Tints of Carmine #A80011
RGB
CMYK
RGB Variations
Color information
#A80011 (or 0xA80011) is known color: Carmine. HEX triplet: A8, 00 and 11. RGB value is (168,0,17). Sum of RGB (Red+Green+Blue) = 168+0+17=185 (24% of max value = 765). Red value is 168 (66.02% from 255 or 90.81% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 168 - color contains mainly: red. Hex color #A80011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80011 is #57FFEE. Grayscale: #343434. Windows color (decimal): -5767151 or 1114280. OLE color: 1114280.
HSL color Cylindrical-coordinate representation of color #A80011: hue angle of 353.93º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80011 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.90 | 0.34 |
| HSL | 353.93º | 1% | 0.33% | - |
| HSV(B) | 353.93º | 1% | 0.66% | - |
| XYZ | 16.25 | 8.37 | 1.29 | - |
| YUV | 52.17 | 108.16 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 17 | 0 | 1 | 0.90 | 0.34 | 353.93 | 1 | 0.33 |
| Hex | A8 | 0 | 11 | 0 | 64 | 5A | 22 | 162 | 64 | 21 |
| Octal | 250 | 0 | 21 | 0 | 144 | 132 | 42 | 542 | 144 | 41 |
| Binary | 10101000 | 0 | 10001 | 0 | 1100100 | 1011010 | 100010 | 101100010 | 1100100 | 100001 |
Color Harmonies of #A80011
Complementary color
Monochromatic Colors of #A80011
Black with #A80011
Text Example
Text Example
White with #A80011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80011; }
p { color: rgb(168,0,17); }
H1.HeaderClassName
{
color: #A80011;
}
.AnyTagClassName
{
color: #A80011;
}
</style>
background-color css
<style>
a { background-color: #A80011; }
a { background-color: rgb(168,0,17); }
div.DivClassName
{
background-color: #A80011;
}
.BgClassName
{
background-color: #A80011;
}
</style>
border-color css
<style>
span { border-color: #A80011; }
span { border-color: rgb(168,0,17); }
td.TdClassName
{
border-color: #A80011;
}
.TagClassName
{
border-color: #A80011;
}
</style>