Shades of Carmine #A0051D
Tints of Carmine #A0051D
RGB
CMYK
RGB Variations
Color information
#A0051D (or 0xA0051D) is known color: Carmine. HEX triplet: A0, 05 and 1D. RGB value is (160,5,29). Sum of RGB (Red+Green+Blue) = 160+5+29=194 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.47% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 160 - color contains mainly: red. Hex color #A0051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0051D is #5FFAE2. Grayscale: #363636. Windows color (decimal): -6290147 or 1901984. OLE color: 1901984.
HSL color Cylindrical-coordinate representation of color #A0051D: hue angle of 350.71º 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 #A0051D is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 29 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.37 |
| HSL | 350.71º | 0.94% | 0.32% | - |
| HSV(B) | 350.71º | 0.97% | 0.63% | - |
| XYZ | 14.77 | 7.67 | 1.86 | - |
| YUV | 54.08 | 113.85 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 29 | 0 | 0.97 | 0.82 | 0.37 | 350.71 | 0.94 | 0.32 |
| Hex | A0 | 5 | 1D | 0 | 61 | 52 | 25 | 15F | 5E | 20 |
| Octal | 240 | 5 | 35 | 0 | 141 | 122 | 45 | 537 | 136 | 40 |
| Binary | 10100000 | 101 | 11101 | 0 | 1100001 | 1010010 | 100101 | 101011111 | 1011110 | 100000 |
Color Harmonies of #A0051D
Complementary color
Monochromatic Colors of #A0051D
Black with #A0051D
Text Example
Text Example
White with #A0051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0051D; }
p { color: rgb(160,5,29); }
H1.HeaderClassName
{
color: #A0051D;
}
.AnyTagClassName
{
color: #A0051D;
}
</style>
background-color css
<style>
a { background-color: #A0051D; }
a { background-color: rgb(160,5,29); }
div.DivClassName
{
background-color: #A0051D;
}
.BgClassName
{
background-color: #A0051D;
}
</style>
border-color css
<style>
span { border-color: #A0051D; }
span { border-color: rgb(160,5,29); }
td.TdClassName
{
border-color: #A0051D;
}
.TagClassName
{
border-color: #A0051D;
}
</style>