Shades of Carmine #A10A2C
Tints of Carmine #A10A2C
RGB
CMYK
RGB Variations
Color information
#A10A2C (or 0xA10A2C) is known color: Carmine. HEX triplet: A1, 0A and 2C. RGB value is (161,10,44). Sum of RGB (Red+Green+Blue) = 161+10+44=215 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.88% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 161 - color contains mainly: red. Hex color #A10A2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10A2C is #5EF5D3. Grayscale: #3B3B3B. Windows color (decimal): -6223316 or 2886305. OLE color: 2886305.
HSL color Cylindrical-coordinate representation of color #A10A2C: hue angle of 346.49º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10A2C is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 10 | 44 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.37 |
| HSL | 346.49º | 0.88% | 0.34% | - |
| HSV(B) | 346.49º | 0.94% | 0.63% | - |
| XYZ | 15.26 | 7.98 | 3.12 | - |
| YUV | 59.03 | 119.53 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 44 | 0 | 0.94 | 0.73 | 0.37 | 346.49 | 0.88 | 0.34 |
| Hex | A1 | A | 2C | 0 | 5E | 49 | 25 | 15A | 58 | 22 |
| Octal | 241 | 12 | 54 | 0 | 136 | 111 | 45 | 532 | 130 | 42 |
| Binary | 10100001 | 1010 | 101100 | 0 | 1011110 | 1001001 | 100101 | 101011010 | 1011000 | 100010 |
Color Harmonies of #A10A2C
Complementary color
Monochromatic Colors of #A10A2C
Black with #A10A2C
Text Example
Text Example
White with #A10A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10A2C; }
p { color: rgb(161,10,44); }
H1.HeaderClassName
{
color: #A10A2C;
}
.AnyTagClassName
{
color: #A10A2C;
}
</style>
background-color css
<style>
a { background-color: #A10A2C; }
a { background-color: rgb(161,10,44); }
div.DivClassName
{
background-color: #A10A2C;
}
.BgClassName
{
background-color: #A10A2C;
}
</style>
border-color css
<style>
span { border-color: #A10A2C; }
span { border-color: rgb(161,10,44); }
td.TdClassName
{
border-color: #A10A2C;
}
.TagClassName
{
border-color: #A10A2C;
}
</style>