Shades of Carmine #A00A17
Tints of Carmine #A00A17
RGB
CMYK
RGB Variations
Color information
#A00A17 (or 0xA00A17) is known color: Carmine. HEX triplet: A0, 0A and 17. RGB value is (160,10,23). Sum of RGB (Red+Green+Blue) = 160+10+23=193 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.90% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00A17 is #5FF5E8. Grayscale: #383838. Windows color (decimal): -6288873 or 1510048. OLE color: 1510048.
HSL color Cylindrical-coordinate representation of color #A00A17: hue angle of 354.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A17 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 23 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.37 |
| HSL | 354.8º | 0.88% | 0.33% | - |
| HSV(B) | 354.8º | 0.94% | 0.63% | - |
| XYZ | 14.76 | 7.75 | 1.53 | - |
| YUV | 56.33 | 109.2 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 23 | 0 | 0.94 | 0.86 | 0.37 | 354.8 | 0.88 | 0.33 |
| Hex | A0 | A | 17 | 0 | 5E | 56 | 25 | 163 | 58 | 21 |
| Octal | 240 | 12 | 27 | 0 | 136 | 126 | 45 | 543 | 130 | 41 |
| Binary | 10100000 | 1010 | 10111 | 0 | 1011110 | 1010110 | 100101 | 101100011 | 1011000 | 100001 |
Color Harmonies of #A00A17
Complementary color
Monochromatic Colors of #A00A17
Black with #A00A17
Text Example
Text Example
White with #A00A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A17; }
p { color: rgb(160,10,23); }
H1.HeaderClassName
{
color: #A00A17;
}
.AnyTagClassName
{
color: #A00A17;
}
</style>
background-color css
<style>
a { background-color: #A00A17; }
a { background-color: rgb(160,10,23); }
div.DivClassName
{
background-color: #A00A17;
}
.BgClassName
{
background-color: #A00A17;
}
</style>
border-color css
<style>
span { border-color: #A00A17; }
span { border-color: rgb(160,10,23); }
td.TdClassName
{
border-color: #A00A17;
}
.TagClassName
{
border-color: #A00A17;
}
</style>