Shades of Carmine #A10031
Tints of Carmine #A10031
RGB
CMYK
RGB Variations
Color information
#A10031 (or 0xA10031) is known color: Carmine. HEX triplet: A1, 00 and 31. RGB value is (161,0,49). Sum of RGB (Red+Green+Blue) = 161+0+49=210 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.67% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 161 - color contains mainly: red. Hex color #A10031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10031 is #5EFFCE. Grayscale: #353535. Windows color (decimal): -6225871 or 3211425. OLE color: 3211425.
HSL color Cylindrical-coordinate representation of color #A10031: hue angle of 341.74º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A10031 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.70 | 0.37 |
| HSL | 341.74º | 1% | 0.32% | - |
| HSV(B) | 341.74º | 1% | 0.63% | - |
| XYZ | 15.25 | 7.8 | 3.61 | - |
| YUV | 53.73 | 125.34 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 49 | 0 | 1 | 0.70 | 0.37 | 341.74 | 1 | 0.32 |
| Hex | A1 | 0 | 31 | 0 | 64 | 46 | 25 | 156 | 64 | 20 |
| Octal | 241 | 0 | 61 | 0 | 144 | 106 | 45 | 526 | 144 | 40 |
| Binary | 10100001 | 0 | 110001 | 0 | 1100100 | 1000110 | 100101 | 101010110 | 1100100 | 100000 |
Color Harmonies of #A10031
Complementary color
Monochromatic Colors of #A10031
Black with #A10031
Text Example
Text Example
White with #A10031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10031; }
p { color: rgb(161,0,49); }
H1.HeaderClassName
{
color: #A10031;
}
.AnyTagClassName
{
color: #A10031;
}
</style>
background-color css
<style>
a { background-color: #A10031; }
a { background-color: rgb(161,0,49); }
div.DivClassName
{
background-color: #A10031;
}
.BgClassName
{
background-color: #A10031;
}
</style>
border-color css
<style>
span { border-color: #A10031; }
span { border-color: rgb(161,0,49); }
td.TdClassName
{
border-color: #A10031;
}
.TagClassName
{
border-color: #A10031;
}
</style>