Shades of Carmine #A1031A
Tints of Carmine #A1031A
RGB
CMYK
RGB Variations
Color information
#A1031A (or 0xA1031A) is known color: Carmine. HEX triplet: A1, 03 and 1A. RGB value is (161,3,26). Sum of RGB (Red+Green+Blue) = 161+3+26=190 (25% of max value = 765). Red value is 161 (63.28% from 255 or 84.74% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 161 - color contains mainly: red. Hex color #A1031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1031A is #5EFCE5. Grayscale: #343434. Windows color (decimal): -6225126 or 1704865. OLE color: 1704865.
HSL color Cylindrical-coordinate representation of color #A1031A: hue angle of 351.27º degrees, saturation: 0.96, 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 #A1031A is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 26 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.37 |
| HSL | 351.27º | 0.96% | 0.32% | - |
| HSV(B) | 351.27º | 0.98% | 0.63% | - |
| XYZ | 14.92 | 7.72 | 1.68 | - |
| YUV | 52.86 | 112.85 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 26 | 0 | 0.98 | 0.84 | 0.37 | 351.27 | 0.96 | 0.32 |
| Hex | A1 | 3 | 1A | 0 | 62 | 54 | 25 | 15F | 60 | 20 |
| Octal | 241 | 3 | 32 | 0 | 142 | 124 | 45 | 537 | 140 | 40 |
| Binary | 10100001 | 11 | 11010 | 0 | 1100010 | 1010100 | 100101 | 101011111 | 1100000 | 100000 |
Color Harmonies of #A1031A
Complementary color
Monochromatic Colors of #A1031A
Black with #A1031A
Text Example
Text Example
White with #A1031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1031A; }
p { color: rgb(161,3,26); }
H1.HeaderClassName
{
color: #A1031A;
}
.AnyTagClassName
{
color: #A1031A;
}
</style>
background-color css
<style>
a { background-color: #A1031A; }
a { background-color: rgb(161,3,26); }
div.DivClassName
{
background-color: #A1031A;
}
.BgClassName
{
background-color: #A1031A;
}
</style>
border-color css
<style>
span { border-color: #A1031A; }
span { border-color: rgb(161,3,26); }
td.TdClassName
{
border-color: #A1031A;
}
.TagClassName
{
border-color: #A1031A;
}
</style>