Shades of Carmine #A00517
Tints of Carmine #A00517
RGB
CMYK
RGB Variations
Color information
#A00517 (or 0xA00517) is known color: Carmine. HEX triplet: A0, 05 and 17. RGB value is (160,5,23). Sum of RGB (Red+Green+Blue) = 160+5+23=188 (24% of max value = 765). Red value is 160 (62.89% from 255 or 85.11% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 160 - color contains mainly: red. Hex color #A00517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00517 is #5FFAE8. Grayscale: #353535. Windows color (decimal): -6290153 or 1508768. OLE color: 1508768.
HSL color Cylindrical-coordinate representation of color #A00517: hue angle of 353.03º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A00517 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 23 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.37 |
| HSL | 353.03º | 0.94% | 0.32% | - |
| HSV(B) | 353.03º | 0.97% | 0.63% | - |
| XYZ | 14.71 | 7.64 | 1.51 | - |
| YUV | 53.4 | 110.85 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 23 | 0 | 0.97 | 0.86 | 0.37 | 353.03 | 0.94 | 0.32 |
| Hex | A0 | 5 | 17 | 0 | 61 | 56 | 25 | 161 | 5E | 20 |
| Octal | 240 | 5 | 27 | 0 | 141 | 126 | 45 | 541 | 136 | 40 |
| Binary | 10100000 | 101 | 10111 | 0 | 1100001 | 1010110 | 100101 | 101100001 | 1011110 | 100000 |
Color Harmonies of #A00517
Complementary color
Monochromatic Colors of #A00517
Black with #A00517
Text Example
Text Example
White with #A00517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00517; }
p { color: rgb(160,5,23); }
H1.HeaderClassName
{
color: #A00517;
}
.AnyTagClassName
{
color: #A00517;
}
</style>
background-color css
<style>
a { background-color: #A00517; }
a { background-color: rgb(160,5,23); }
div.DivClassName
{
background-color: #A00517;
}
.BgClassName
{
background-color: #A00517;
}
</style>
border-color css
<style>
span { border-color: #A00517; }
span { border-color: rgb(160,5,23); }
td.TdClassName
{
border-color: #A00517;
}
.TagClassName
{
border-color: #A00517;
}
</style>