Shades of Carmine #A00616
Tints of Carmine #A00616
RGB
CMYK
RGB Variations
Color information
#A00616 (or 0xA00616) is known color: Carmine. HEX triplet: A0, 06 and 16. RGB value is (160,6,22). Sum of RGB (Red+Green+Blue) = 160+6+22=188 (24% of max value = 765). Red value is 160 (62.89% from 255 or 85.11% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 160 - color contains mainly: red. Hex color #A00616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00616 is #5FF9E9. Grayscale: #353535. Windows color (decimal): -6289898 or 1443488. OLE color: 1443488.
HSL color Cylindrical-coordinate representation of color #A00616: hue angle of 353.77º 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 #A00616 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 22 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.37 |
| HSL | 353.77º | 0.93% | 0.33% | - |
| HSV(B) | 353.77º | 0.96% | 0.63% | - |
| XYZ | 14.71 | 7.66 | 1.46 | - |
| YUV | 53.87 | 110.02 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 22 | 0 | 0.96 | 0.86 | 0.37 | 353.77 | 0.93 | 0.33 |
| Hex | A0 | 6 | 16 | 0 | 60 | 56 | 25 | 162 | 5D | 21 |
| Octal | 240 | 6 | 26 | 0 | 140 | 126 | 45 | 542 | 135 | 41 |
| Binary | 10100000 | 110 | 10110 | 0 | 1100000 | 1010110 | 100101 | 101100010 | 1011101 | 100001 |
Color Harmonies of #A00616
Complementary color
Monochromatic Colors of #A00616
Black with #A00616
Text Example
Text Example
White with #A00616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00616; }
p { color: rgb(160,6,22); }
H1.HeaderClassName
{
color: #A00616;
}
.AnyTagClassName
{
color: #A00616;
}
</style>
background-color css
<style>
a { background-color: #A00616; }
a { background-color: rgb(160,6,22); }
div.DivClassName
{
background-color: #A00616;
}
.BgClassName
{
background-color: #A00616;
}
</style>
border-color css
<style>
span { border-color: #A00616; }
span { border-color: rgb(160,6,22); }
td.TdClassName
{
border-color: #A00616;
}
.TagClassName
{
border-color: #A00616;
}
</style>