Shades of Carmine #A10A30
Tints of Carmine #A10A30
RGB
CMYK
RGB Variations
Color information
#A10A30 (or 0xA10A30) is known color: Carmine. HEX triplet: A1, 0A and 30. RGB value is (161,10,48). Sum of RGB (Red+Green+Blue) = 161+10+48=219 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.52% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 161 - color contains mainly: red. Hex color #A10A30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10A30 is #5EF5CF. Grayscale: #3B3B3B. Windows color (decimal): -6223312 or 3148449. OLE color: 3148449.
HSL color Cylindrical-coordinate representation of color #A10A30: hue angle of 344.9º 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 #A10A30 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 10 | 48 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.37 |
| HSL | 344.9º | 0.88% | 0.34% | - |
| HSV(B) | 344.9º | 0.94% | 0.63% | - |
| XYZ | 15.34 | 8.01 | 3.53 | - |
| YUV | 59.48 | 121.53 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 48 | 0 | 0.94 | 0.70 | 0.37 | 344.9 | 0.88 | 0.34 |
| Hex | A1 | A | 30 | 0 | 5E | 46 | 25 | 159 | 58 | 22 |
| Octal | 241 | 12 | 60 | 0 | 136 | 106 | 45 | 531 | 130 | 42 |
| Binary | 10100001 | 1010 | 110000 | 0 | 1011110 | 1000110 | 100101 | 101011001 | 1011000 | 100010 |
Color Harmonies of #A10A30
Complementary color
Monochromatic Colors of #A10A30
Black with #A10A30
Text Example
Text Example
White with #A10A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10A30; }
p { color: rgb(161,10,48); }
H1.HeaderClassName
{
color: #A10A30;
}
.AnyTagClassName
{
color: #A10A30;
}
</style>
background-color css
<style>
a { background-color: #A10A30; }
a { background-color: rgb(161,10,48); }
div.DivClassName
{
background-color: #A10A30;
}
.BgClassName
{
background-color: #A10A30;
}
</style>
border-color css
<style>
span { border-color: #A10A30; }
span { border-color: rgb(161,10,48); }
td.TdClassName
{
border-color: #A10A30;
}
.TagClassName
{
border-color: #A10A30;
}
</style>