Shades of Carmine #A1121A
Tints of Carmine #A1121A
RGB
CMYK
RGB Variations
Color information
#A1121A (or 0xA1121A) is known color: Carmine. HEX triplet: A1, 12 and 1A. RGB value is (161,18,26). Sum of RGB (Red+Green+Blue) = 161+18+26=205 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.54% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 161 - color contains mainly: red. Hex color #A1121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1121A is #5EEDE5. Grayscale: #3D3D3D. Windows color (decimal): -6221286 or 1708705. OLE color: 1708705.
HSL color Cylindrical-coordinate representation of color #A1121A: hue angle of 356.64º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1121A is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 26 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.37 |
| HSL | 356.64º | 0.8% | 0.35% | - |
| HSV(B) | 356.64º | 0.89% | 0.63% | - |
| XYZ | 15.1 | 8.08 | 1.74 | - |
| YUV | 61.67 | 107.88 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 26 | 0 | 0.89 | 0.84 | 0.37 | 356.64 | 0.8 | 0.35 |
| Hex | A1 | 12 | 1A | 0 | 59 | 54 | 25 | 165 | 50 | 23 |
| Octal | 241 | 22 | 32 | 0 | 131 | 124 | 45 | 545 | 120 | 43 |
| Binary | 10100001 | 10010 | 11010 | 0 | 1011001 | 1010100 | 100101 | 101100101 | 1010000 | 100011 |
Color Harmonies of #A1121A
Complementary color
Monochromatic Colors of #A1121A
Black with #A1121A
Text Example
Text Example
White with #A1121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1121A; }
p { color: rgb(161,18,26); }
H1.HeaderClassName
{
color: #A1121A;
}
.AnyTagClassName
{
color: #A1121A;
}
</style>
background-color css
<style>
a { background-color: #A1121A; }
a { background-color: rgb(161,18,26); }
div.DivClassName
{
background-color: #A1121A;
}
.BgClassName
{
background-color: #A1121A;
}
</style>
border-color css
<style>
span { border-color: #A1121A; }
span { border-color: rgb(161,18,26); }
td.TdClassName
{
border-color: #A1121A;
}
.TagClassName
{
border-color: #A1121A;
}
</style>