Shades of Carmine #A1161A
Tints of Carmine #A1161A
RGB
CMYK
RGB Variations
Color information
#A1161A (or 0xA1161A) is known color: Carmine. HEX triplet: A1, 16 and 1A. RGB value is (161,22,26). Sum of RGB (Red+Green+Blue) = 161+22+26=209 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.03% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 161 - color contains mainly: red. Hex color #A1161A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1161A is #5EE9E5. Grayscale: #404040. Windows color (decimal): -6220262 or 1709729. OLE color: 1709729.
HSL color Cylindrical-coordinate representation of color #A1161A: hue angle of 358.27º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1161A is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 26 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.37 |
| HSL | 358.27º | 0.76% | 0.36% | - |
| HSV(B) | 358.27º | 0.86% | 0.63% | - |
| XYZ | 15.17 | 8.23 | 1.77 | - |
| YUV | 64.02 | 106.55 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 26 | 0 | 0.86 | 0.84 | 0.37 | 358.27 | 0.76 | 0.36 |
| Hex | A1 | 16 | 1A | 0 | 56 | 54 | 25 | 166 | 4C | 24 |
| Octal | 241 | 26 | 32 | 0 | 126 | 124 | 45 | 546 | 114 | 44 |
| Binary | 10100001 | 10110 | 11010 | 0 | 1010110 | 1010100 | 100101 | 101100110 | 1001100 | 100100 |
Color Harmonies of #A1161A
Complementary color
Monochromatic Colors of #A1161A
Black with #A1161A
Text Example
Text Example
White with #A1161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1161A; }
p { color: rgb(161,22,26); }
H1.HeaderClassName
{
color: #A1161A;
}
.AnyTagClassName
{
color: #A1161A;
}
</style>
background-color css
<style>
a { background-color: #A1161A; }
a { background-color: rgb(161,22,26); }
div.DivClassName
{
background-color: #A1161A;
}
.BgClassName
{
background-color: #A1161A;
}
</style>
border-color css
<style>
span { border-color: #A1161A; }
span { border-color: rgb(161,22,26); }
td.TdClassName
{
border-color: #A1161A;
}
.TagClassName
{
border-color: #A1161A;
}
</style>