Shades of Carmine #A00811
Tints of Carmine #A00811
RGB
CMYK
RGB Variations
Color information
#A00811 (or 0xA00811) is known color: Carmine. HEX triplet: A0, 08 and 11. RGB value is (160,8,17). Sum of RGB (Red+Green+Blue) = 160+8+17=185 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.49% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 160 - color contains mainly: red. Hex color #A00811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00811 is #5FF7EE. Grayscale: #363636. Windows color (decimal): -6289391 or 1116320. OLE color: 1116320.
HSL color Cylindrical-coordinate representation of color #A00811: hue angle of 356.45º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00811 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 17 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.37 |
| HSL | 356.45º | 0.9% | 0.33% | - |
| HSV(B) | 356.45º | 0.95% | 0.63% | - |
| XYZ | 14.69 | 7.69 | 1.24 | - |
| YUV | 54.47 | 106.86 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 17 | 0 | 0.95 | 0.89 | 0.37 | 356.45 | 0.9 | 0.33 |
| Hex | A0 | 8 | 11 | 0 | 5F | 59 | 25 | 164 | 5A | 21 |
| Octal | 240 | 10 | 21 | 0 | 137 | 131 | 45 | 544 | 132 | 41 |
| Binary | 10100000 | 1000 | 10001 | 0 | 1011111 | 1011001 | 100101 | 101100100 | 1011010 | 100001 |
Color Harmonies of #A00811
Complementary color
Monochromatic Colors of #A00811
Black with #A00811
Text Example
Text Example
White with #A00811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00811; }
p { color: rgb(160,8,17); }
H1.HeaderClassName
{
color: #A00811;
}
.AnyTagClassName
{
color: #A00811;
}
</style>
background-color css
<style>
a { background-color: #A00811; }
a { background-color: rgb(160,8,17); }
div.DivClassName
{
background-color: #A00811;
}
.BgClassName
{
background-color: #A00811;
}
</style>
border-color css
<style>
span { border-color: #A00811; }
span { border-color: rgb(160,8,17); }
td.TdClassName
{
border-color: #A00811;
}
.TagClassName
{
border-color: #A00811;
}
</style>