Shades of Carmine #A10131
Tints of Carmine #A10131
RGB
CMYK
RGB Variations
Color information
#A10131 (or 0xA10131) is known color: Carmine. HEX triplet: A1, 01 and 31. RGB value is (161,1,49). Sum of RGB (Red+Green+Blue) = 161+1+49=211 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.30% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 161 - color contains mainly: red. Hex color #A10131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10131 is #5EFECE. Grayscale: #363636. Windows color (decimal): -6225615 or 3211681. OLE color: 3211681.
HSL color Cylindrical-coordinate representation of color #A10131: hue angle of 342º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A10131 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 49 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.37 |
| HSL | 342º | 0.99% | 0.32% | - |
| HSV(B) | 342º | 0.99% | 0.63% | - |
| XYZ | 15.26 | 7.82 | 3.61 | - |
| YUV | 54.31 | 125.01 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 49 | 0 | 0.99 | 0.70 | 0.37 | 342 | 0.99 | 0.32 |
| Hex | A1 | 1 | 31 | 0 | 63 | 46 | 25 | 156 | 63 | 20 |
| Octal | 241 | 1 | 61 | 0 | 143 | 106 | 45 | 526 | 143 | 40 |
| Binary | 10100001 | 1 | 110001 | 0 | 1100011 | 1000110 | 100101 | 101010110 | 1100011 | 100000 |
Color Harmonies of #A10131
Complementary color
Monochromatic Colors of #A10131
Black with #A10131
Text Example
Text Example
White with #A10131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10131; }
p { color: rgb(161,1,49); }
H1.HeaderClassName
{
color: #A10131;
}
.AnyTagClassName
{
color: #A10131;
}
</style>
background-color css
<style>
a { background-color: #A10131; }
a { background-color: rgb(161,1,49); }
div.DivClassName
{
background-color: #A10131;
}
.BgClassName
{
background-color: #A10131;
}
</style>
border-color css
<style>
span { border-color: #A10131; }
span { border-color: rgb(161,1,49); }
td.TdClassName
{
border-color: #A10131;
}
.TagClassName
{
border-color: #A10131;
}
</style>