Shades of Carmine #A00611
Tints of Carmine #A00611
RGB
CMYK
RGB Variations
Color information
#A00611 (or 0xA00611) is known color: Carmine. HEX triplet: A0, 06 and 11. RGB value is (160,6,17). Sum of RGB (Red+Green+Blue) = 160+6+17=183 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.43% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 160 - color contains mainly: red. Hex color #A00611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00611 is #5FF9EE. Grayscale: #353535. Windows color (decimal): -6289903 or 1115808. OLE color: 1115808.
HSL color Cylindrical-coordinate representation of color #A00611: hue angle of 355.71º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00611 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 17 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.37 |
| HSL | 355.71º | 0.93% | 0.33% | - |
| HSV(B) | 355.71º | 0.96% | 0.63% | - |
| XYZ | 14.66 | 7.64 | 1.23 | - |
| YUV | 53.3 | 107.52 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 17 | 0 | 0.96 | 0.89 | 0.37 | 355.71 | 0.93 | 0.33 |
| Hex | A0 | 6 | 11 | 0 | 60 | 59 | 25 | 164 | 5D | 21 |
| Octal | 240 | 6 | 21 | 0 | 140 | 131 | 45 | 544 | 135 | 41 |
| Binary | 10100000 | 110 | 10001 | 0 | 1100000 | 1011001 | 100101 | 101100100 | 1011101 | 100001 |
Color Harmonies of #A00611
Complementary color
Monochromatic Colors of #A00611
Black with #A00611
Text Example
Text Example
White with #A00611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00611; }
p { color: rgb(160,6,17); }
H1.HeaderClassName
{
color: #A00611;
}
.AnyTagClassName
{
color: #A00611;
}
</style>
background-color css
<style>
a { background-color: #A00611; }
a { background-color: rgb(160,6,17); }
div.DivClassName
{
background-color: #A00611;
}
.BgClassName
{
background-color: #A00611;
}
</style>
border-color css
<style>
span { border-color: #A00611; }
span { border-color: rgb(160,6,17); }
td.TdClassName
{
border-color: #A00611;
}
.TagClassName
{
border-color: #A00611;
}
</style>