Shades of Carmine #A00510
Tints of Carmine #A00510
RGB
CMYK
RGB Variations
Color information
#A00510 (or 0xA00510) is known color: Carmine. HEX triplet: A0, 05 and 10. RGB value is (160,5,16). Sum of RGB (Red+Green+Blue) = 160+5+16=181 (23% of max value = 765). Red value is 160 (62.89% from 255 or 88.40% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 160 - color contains mainly: red. Hex color #A00510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00510 is #5FFAEF. Grayscale: #343434. Windows color (decimal): -6290160 or 1050016. OLE color: 1050016.
HSL color Cylindrical-coordinate representation of color #A00510: hue angle of 355.74º 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 #A00510 is Cyan = 0, Magento = 0.97, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 16 | - |
| CMYK | 0 | 0.97 | 0.9 | 0.37 |
| HSL | 355.74º | 0.94% | 0.32% | - |
| HSV(B) | 355.74º | 0.97% | 0.63% | - |
| XYZ | 14.65 | 7.62 | 1.19 | - |
| YUV | 52.6 | 107.35 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 16 | 0 | 0.97 | 0.9 | 0.37 | 355.74 | 0.94 | 0.32 |
| Hex | A0 | 5 | 10 | 0 | 61 | 5A | 25 | 164 | 5E | 20 |
| Octal | 240 | 5 | 20 | 0 | 141 | 132 | 45 | 544 | 136 | 40 |
| Binary | 10100000 | 101 | 10000 | 0 | 1100001 | 1011010 | 100101 | 101100100 | 1011110 | 100000 |
Color Harmonies of #A00510
Complementary color
Monochromatic Colors of #A00510
Black with #A00510
Text Example
Text Example
White with #A00510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00510; }
p { color: rgb(160,5,16); }
H1.HeaderClassName
{
color: #A00510;
}
.AnyTagClassName
{
color: #A00510;
}
</style>
background-color css
<style>
a { background-color: #A00510; }
a { background-color: rgb(160,5,16); }
div.DivClassName
{
background-color: #A00510;
}
.BgClassName
{
background-color: #A00510;
}
</style>
border-color css
<style>
span { border-color: #A00510; }
span { border-color: rgb(160,5,16); }
td.TdClassName
{
border-color: #A00510;
}
.TagClassName
{
border-color: #A00510;
}
</style>