Shades of Carmine #A01316
Tints of Carmine #A01316
RGB
CMYK
RGB Variations
Color information
#A01316 (or 0xA01316) is known color: Carmine. HEX triplet: A0, 13 and 16. RGB value is (160,19,22). Sum of RGB (Red+Green+Blue) = 160+19+22=201 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.60% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 160 - color contains mainly: red. Hex color #A01316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01316 is #5FECE9. Grayscale: #3D3D3D. Windows color (decimal): -6286570 or 1446816. OLE color: 1446816.
HSL color Cylindrical-coordinate representation of color #A01316: hue angle of 358.72º 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 #A01316 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 19 | 22 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.37 |
| HSL | 358.72º | 0.79% | 0.35% | - |
| HSV(B) | 358.72º | 0.88% | 0.63% | - |
| XYZ | 14.87 | 8 | 1.52 | - |
| YUV | 61.5 | 105.71 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 22 | 0 | 0.88 | 0.86 | 0.37 | 358.72 | 0.79 | 0.35 |
| Hex | A0 | 13 | 16 | 0 | 58 | 56 | 25 | 167 | 4F | 23 |
| Octal | 240 | 23 | 26 | 0 | 130 | 126 | 45 | 547 | 117 | 43 |
| Binary | 10100000 | 10011 | 10110 | 0 | 1011000 | 1010110 | 100101 | 101100111 | 1001111 | 100011 |
Color Harmonies of #A01316
Complementary color
Monochromatic Colors of #A01316
Black with #A01316
Text Example
Text Example
White with #A01316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01316; }
p { color: rgb(160,19,22); }
H1.HeaderClassName
{
color: #A01316;
}
.AnyTagClassName
{
color: #A01316;
}
</style>
background-color css
<style>
a { background-color: #A01316; }
a { background-color: rgb(160,19,22); }
div.DivClassName
{
background-color: #A01316;
}
.BgClassName
{
background-color: #A01316;
}
</style>
border-color css
<style>
span { border-color: #A01316; }
span { border-color: rgb(160,19,22); }
td.TdClassName
{
border-color: #A01316;
}
.TagClassName
{
border-color: #A01316;
}
</style>