Shades of Carmine #A10331
Tints of Carmine #A10331
RGB
CMYK
RGB Variations
Color information
#A10331 (or 0xA10331) is known color: Carmine. HEX triplet: A1, 03 and 31. RGB value is (161,3,49). Sum of RGB (Red+Green+Blue) = 161+3+49=213 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.59% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 161 - color contains mainly: red. Hex color #A10331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10331 is #5EFCCE. Grayscale: #373737. Windows color (decimal): -6225103 or 3212193. OLE color: 3212193.
HSL color Cylindrical-coordinate representation of color #A10331: hue angle of 342.53º 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 #A10331 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 49 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.37 |
| HSL | 342.53º | 0.96% | 0.32% | - |
| HSV(B) | 342.53º | 0.98% | 0.63% | - |
| XYZ | 15.28 | 7.86 | 3.62 | - |
| YUV | 55.49 | 124.35 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 49 | 0 | 0.98 | 0.70 | 0.37 | 342.53 | 0.96 | 0.32 |
| Hex | A1 | 3 | 31 | 0 | 62 | 46 | 25 | 157 | 60 | 20 |
| Octal | 241 | 3 | 61 | 0 | 142 | 106 | 45 | 527 | 140 | 40 |
| Binary | 10100001 | 11 | 110001 | 0 | 1100010 | 1000110 | 100101 | 101010111 | 1100000 | 100000 |
Color Harmonies of #A10331
Complementary color
Monochromatic Colors of #A10331
Black with #A10331
Text Example
Text Example
White with #A10331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10331; }
p { color: rgb(161,3,49); }
H1.HeaderClassName
{
color: #A10331;
}
.AnyTagClassName
{
color: #A10331;
}
</style>
background-color css
<style>
a { background-color: #A10331; }
a { background-color: rgb(161,3,49); }
div.DivClassName
{
background-color: #A10331;
}
.BgClassName
{
background-color: #A10331;
}
</style>
border-color css
<style>
span { border-color: #A10331; }
span { border-color: rgb(161,3,49); }
td.TdClassName
{
border-color: #A10331;
}
.TagClassName
{
border-color: #A10331;
}
</style>