Shades of Carmine #A00D1A
Tints of Carmine #A00D1A
RGB
CMYK
RGB Variations
Color information
#A00D1A (or 0xA00D1A) is known color: Carmine. HEX triplet: A0, 0D and 1A. RGB value is (160,13,26). Sum of RGB (Red+Green+Blue) = 160+13+26=199 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.40% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00D1A is #5FF2E5. Grayscale: #3A3A3A. Windows color (decimal): -6288102 or 1707424. OLE color: 1707424.
HSL color Cylindrical-coordinate representation of color #A00D1A: hue angle of 354.69º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00D1A is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 13 | 26 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.37 |
| HSL | 354.69º | 0.85% | 0.34% | - |
| HSV(B) | 354.69º | 0.92% | 0.63% | - |
| XYZ | 14.83 | 7.84 | 1.71 | - |
| YUV | 58.44 | 109.7 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 26 | 0 | 0.92 | 0.84 | 0.37 | 354.69 | 0.85 | 0.34 |
| Hex | A0 | D | 1A | 0 | 5C | 54 | 25 | 163 | 55 | 22 |
| Octal | 240 | 15 | 32 | 0 | 134 | 124 | 45 | 543 | 125 | 42 |
| Binary | 10100000 | 1101 | 11010 | 0 | 1011100 | 1010100 | 100101 | 101100011 | 1010101 | 100010 |
Color Harmonies of #A00D1A
Complementary color
Monochromatic Colors of #A00D1A
Black with #A00D1A
Text Example
Text Example
White with #A00D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00D1A; }
p { color: rgb(160,13,26); }
H1.HeaderClassName
{
color: #A00D1A;
}
.AnyTagClassName
{
color: #A00D1A;
}
</style>
background-color css
<style>
a { background-color: #A00D1A; }
a { background-color: rgb(160,13,26); }
div.DivClassName
{
background-color: #A00D1A;
}
.BgClassName
{
background-color: #A00D1A;
}
</style>
border-color css
<style>
span { border-color: #A00D1A; }
span { border-color: rgb(160,13,26); }
td.TdClassName
{
border-color: #A00D1A;
}
.TagClassName
{
border-color: #A00D1A;
}
</style>