Shades of Carmine #A00D18
Tints of Carmine #A00D18
RGB
CMYK
RGB Variations
Color information
#A00D18 (or 0xA00D18) is known color: Carmine. HEX triplet: A0, 0D and 18. RGB value is (160,13,24). Sum of RGB (Red+Green+Blue) = 160+13+24=197 (26% of max value = 765). Red value is 160 (62.89% from 255 or 81.22% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00D18 is #5FF2E7. Grayscale: #3A3A3A. Windows color (decimal): -6288104 or 1576352. OLE color: 1576352.
HSL color Cylindrical-coordinate representation of color #A00D18: hue angle of 355.51º 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 #A00D18 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 13 | 24 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.37 |
| HSL | 355.51º | 0.85% | 0.34% | - |
| HSV(B) | 355.51º | 0.92% | 0.63% | - |
| XYZ | 14.81 | 7.83 | 1.59 | - |
| YUV | 58.21 | 108.7 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 24 | 0 | 0.92 | 0.85 | 0.37 | 355.51 | 0.85 | 0.34 |
| Hex | A0 | D | 18 | 0 | 5C | 55 | 25 | 164 | 55 | 22 |
| Octal | 240 | 15 | 30 | 0 | 134 | 125 | 45 | 544 | 125 | 42 |
| Binary | 10100000 | 1101 | 11000 | 0 | 1011100 | 1010101 | 100101 | 101100100 | 1010101 | 100010 |
Color Harmonies of #A00D18
Complementary color
Monochromatic Colors of #A00D18
Black with #A00D18
Text Example
Text Example
White with #A00D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00D18; }
p { color: rgb(160,13,24); }
H1.HeaderClassName
{
color: #A00D18;
}
.AnyTagClassName
{
color: #A00D18;
}
</style>
background-color css
<style>
a { background-color: #A00D18; }
a { background-color: rgb(160,13,24); }
div.DivClassName
{
background-color: #A00D18;
}
.BgClassName
{
background-color: #A00D18;
}
</style>
border-color css
<style>
span { border-color: #A00D18; }
span { border-color: rgb(160,13,24); }
td.TdClassName
{
border-color: #A00D18;
}
.TagClassName
{
border-color: #A00D18;
}
</style>