Shades of Carmine #A10B1E
Tints of Carmine #A10B1E
RGB
CMYK
RGB Variations
Color information
#A10B1E (or 0xA10B1E) is known color: Carmine. HEX triplet: A1, 0B and 1E. RGB value is (161,11,30). Sum of RGB (Red+Green+Blue) = 161+11+30=202 (26% of max value = 765). Red value is 161 (63.28% from 255 or 79.70% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 161 - color contains mainly: red. Hex color #A10B1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10B1E is #5EF4E1. Grayscale: #3A3A3A. Windows color (decimal): -6223074 or 1969057. OLE color: 1969057.
HSL color Cylindrical-coordinate representation of color #A10B1E: hue angle of 352.4º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10B1E is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 11 | 30 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.37 |
| HSL | 352.4º | 0.87% | 0.34% | - |
| HSV(B) | 352.4º | 0.93% | 0.63% | - |
| XYZ | 15.05 | 7.91 | 1.96 | - |
| YUV | 58.02 | 112.2 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 11 | 30 | 0 | 0.93 | 0.81 | 0.37 | 352.4 | 0.87 | 0.34 |
| Hex | A1 | B | 1E | 0 | 5D | 51 | 25 | 160 | 57 | 22 |
| Octal | 241 | 13 | 36 | 0 | 135 | 121 | 45 | 540 | 127 | 42 |
| Binary | 10100001 | 1011 | 11110 | 0 | 1011101 | 1010001 | 100101 | 101100000 | 1010111 | 100010 |
Color Harmonies of #A10B1E
Complementary color
Monochromatic Colors of #A10B1E
Black with #A10B1E
Text Example
Text Example
White with #A10B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10B1E; }
p { color: rgb(161,11,30); }
H1.HeaderClassName
{
color: #A10B1E;
}
.AnyTagClassName
{
color: #A10B1E;
}
</style>
background-color css
<style>
a { background-color: #A10B1E; }
a { background-color: rgb(161,11,30); }
div.DivClassName
{
background-color: #A10B1E;
}
.BgClassName
{
background-color: #A10B1E;
}
</style>
border-color css
<style>
span { border-color: #A10B1E; }
span { border-color: rgb(161,11,30); }
td.TdClassName
{
border-color: #A10B1E;
}
.TagClassName
{
border-color: #A10B1E;
}
</style>