Shades of Carmine #A1041A
Tints of Carmine #A1041A
RGB
CMYK
RGB Variations
Color information
#A1041A (or 0xA1041A) is known color: Carmine. HEX triplet: A1, 04 and 1A. RGB value is (161,4,26). Sum of RGB (Red+Green+Blue) = 161+4+26=191 (25% of max value = 765). Red value is 161 (63.28% from 255 or 84.29% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 161 - color contains mainly: red. Hex color #A1041A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1041A is #5EFBE5. Grayscale: #353535. Windows color (decimal): -6224870 or 1705121. OLE color: 1705121.
HSL color Cylindrical-coordinate representation of color #A1041A: hue angle of 351.59º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1041A is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 4 | 26 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.37 |
| HSL | 351.59º | 0.95% | 0.32% | - |
| HSV(B) | 351.59º | 0.98% | 0.63% | - |
| XYZ | 14.93 | 7.74 | 1.68 | - |
| YUV | 53.45 | 112.51 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 26 | 0 | 0.98 | 0.84 | 0.37 | 351.59 | 0.95 | 0.32 |
| Hex | A1 | 4 | 1A | 0 | 62 | 54 | 25 | 160 | 5F | 20 |
| Octal | 241 | 4 | 32 | 0 | 142 | 124 | 45 | 540 | 137 | 40 |
| Binary | 10100001 | 100 | 11010 | 0 | 1100010 | 1010100 | 100101 | 101100000 | 1011111 | 100000 |
Color Harmonies of #A1041A
Complementary color
Monochromatic Colors of #A1041A
Black with #A1041A
Text Example
Text Example
White with #A1041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1041A; }
p { color: rgb(161,4,26); }
H1.HeaderClassName
{
color: #A1041A;
}
.AnyTagClassName
{
color: #A1041A;
}
</style>
background-color css
<style>
a { background-color: #A1041A; }
a { background-color: rgb(161,4,26); }
div.DivClassName
{
background-color: #A1041A;
}
.BgClassName
{
background-color: #A1041A;
}
</style>
border-color css
<style>
span { border-color: #A1041A; }
span { border-color: rgb(161,4,26); }
td.TdClassName
{
border-color: #A1041A;
}
.TagClassName
{
border-color: #A1041A;
}
</style>