Shades of Carmine #A0131E
Tints of Carmine #A0131E
RGB
CMYK
RGB Variations
Color information
#A0131E (or 0xA0131E) is known color: Carmine. HEX triplet: A0, 13 and 1E. RGB value is (160,19,30). Sum of RGB (Red+Green+Blue) = 160+19+30=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A0131E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0131E is #5FECE1. Grayscale: #3E3E3E. Windows color (decimal): -6286562 or 1971104. OLE color: 1971104.
HSL color Cylindrical-coordinate representation of color #A0131E: hue angle of 355.32º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0131E is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 19 | 30 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.37 |
| HSL | 355.32º | 0.79% | 0.35% | - |
| HSV(B) | 355.32º | 0.88% | 0.63% | - |
| XYZ | 14.96 | 8.03 | 1.99 | - |
| YUV | 62.41 | 109.71 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 30 | 0 | 0.88 | 0.81 | 0.37 | 355.32 | 0.79 | 0.35 |
| Hex | A0 | 13 | 1E | 0 | 58 | 51 | 25 | 163 | 4F | 23 |
| Octal | 240 | 23 | 36 | 0 | 130 | 121 | 45 | 543 | 117 | 43 |
| Binary | 10100000 | 10011 | 11110 | 0 | 1011000 | 1010001 | 100101 | 101100011 | 1001111 | 100011 |
Color Harmonies of #A0131E
Complementary color
Monochromatic Colors of #A0131E
Black with #A0131E
Text Example
Text Example
White with #A0131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0131E; }
p { color: rgb(160,19,30); }
H1.HeaderClassName
{
color: #A0131E;
}
.AnyTagClassName
{
color: #A0131E;
}
</style>
background-color css
<style>
a { background-color: #A0131E; }
a { background-color: rgb(160,19,30); }
div.DivClassName
{
background-color: #A0131E;
}
.BgClassName
{
background-color: #A0131E;
}
</style>
border-color css
<style>
span { border-color: #A0131E; }
span { border-color: rgb(160,19,30); }
td.TdClassName
{
border-color: #A0131E;
}
.TagClassName
{
border-color: #A0131E;
}
</style>