Shades of Carmine #A00D1D
Tints of Carmine #A00D1D
RGB
CMYK
RGB Variations
Color information
#A00D1D (or 0xA00D1D) is known color: Carmine. HEX triplet: A0, 0D and 1D. RGB value is (160,13,29). Sum of RGB (Red+Green+Blue) = 160+13+29=202 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.21% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00D1D is #5FF2E2. Grayscale: #3A3A3A. Windows color (decimal): -6288099 or 1904032. OLE color: 1904032.
HSL color Cylindrical-coordinate representation of color #A00D1D: hue angle of 353.47º 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 #A00D1D is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 13 | 29 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.37 |
| HSL | 353.47º | 0.85% | 0.34% | - |
| HSV(B) | 353.47º | 0.92% | 0.63% | - |
| XYZ | 14.86 | 7.85 | 1.89 | - |
| YUV | 58.78 | 111.2 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 29 | 0 | 0.92 | 0.82 | 0.37 | 353.47 | 0.85 | 0.34 |
| Hex | A0 | D | 1D | 0 | 5C | 52 | 25 | 161 | 55 | 22 |
| Octal | 240 | 15 | 35 | 0 | 134 | 122 | 45 | 541 | 125 | 42 |
| Binary | 10100000 | 1101 | 11101 | 0 | 1011100 | 1010010 | 100101 | 101100001 | 1010101 | 100010 |
Color Harmonies of #A00D1D
Complementary color
Monochromatic Colors of #A00D1D
Black with #A00D1D
Text Example
Text Example
White with #A00D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00D1D; }
p { color: rgb(160,13,29); }
H1.HeaderClassName
{
color: #A00D1D;
}
.AnyTagClassName
{
color: #A00D1D;
}
</style>
background-color css
<style>
a { background-color: #A00D1D; }
a { background-color: rgb(160,13,29); }
div.DivClassName
{
background-color: #A00D1D;
}
.BgClassName
{
background-color: #A00D1D;
}
</style>
border-color css
<style>
span { border-color: #A00D1D; }
span { border-color: rgb(160,13,29); }
td.TdClassName
{
border-color: #A00D1D;
}
.TagClassName
{
border-color: #A00D1D;
}
</style>