Shades of Carmine #A0131B
Tints of Carmine #A0131B
RGB
CMYK
RGB Variations
Color information
#A0131B (or 0xA0131B) is known color: Carmine. HEX triplet: A0, 13 and 1B. RGB value is (160,19,27). Sum of RGB (Red+Green+Blue) = 160+19+27=206 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.67% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 160 - color contains mainly: red. Hex color #A0131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0131B is #5FECE4. Grayscale: #3E3E3E. Windows color (decimal): -6286565 or 1774496. OLE color: 1774496.
HSL color Cylindrical-coordinate representation of color #A0131B: hue angle of 356.6º 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 #A0131B is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 19 | 27 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.37 |
| HSL | 356.6º | 0.79% | 0.35% | - |
| HSV(B) | 356.6º | 0.88% | 0.63% | - |
| XYZ | 14.93 | 8.02 | 1.8 | - |
| YUV | 62.07 | 108.21 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 27 | 0 | 0.88 | 0.83 | 0.37 | 356.6 | 0.79 | 0.35 |
| Hex | A0 | 13 | 1B | 0 | 58 | 53 | 25 | 165 | 4F | 23 |
| Octal | 240 | 23 | 33 | 0 | 130 | 123 | 45 | 545 | 117 | 43 |
| Binary | 10100000 | 10011 | 11011 | 0 | 1011000 | 1010011 | 100101 | 101100101 | 1001111 | 100011 |
Color Harmonies of #A0131B
Complementary color
Monochromatic Colors of #A0131B
Black with #A0131B
Text Example
Text Example
White with #A0131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0131B; }
p { color: rgb(160,19,27); }
H1.HeaderClassName
{
color: #A0131B;
}
.AnyTagClassName
{
color: #A0131B;
}
</style>
background-color css
<style>
a { background-color: #A0131B; }
a { background-color: rgb(160,19,27); }
div.DivClassName
{
background-color: #A0131B;
}
.BgClassName
{
background-color: #A0131B;
}
</style>
border-color css
<style>
span { border-color: #A0131B; }
span { border-color: rgb(160,19,27); }
td.TdClassName
{
border-color: #A0131B;
}
.TagClassName
{
border-color: #A0131B;
}
</style>