Shades of Carmine #A1102B
Tints of Carmine #A1102B
RGB
CMYK
RGB Variations
Color information
#A1102B (or 0xA1102B) is known color: Carmine. HEX triplet: A1, 10 and 2B. RGB value is (161,16,43). Sum of RGB (Red+Green+Blue) = 161+16+43=220 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.18% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 161 - color contains mainly: red. Hex color #A1102B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1102B is #5EEFD4. Grayscale: #3E3E3E. Windows color (decimal): -6221781 or 2822305. OLE color: 2822305.
HSL color Cylindrical-coordinate representation of color #A1102B: hue angle of 348.83º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1102B is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 43 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.37 |
| HSL | 348.83º | 0.82% | 0.35% | - |
| HSV(B) | 348.83º | 0.9% | 0.63% | - |
| XYZ | 15.32 | 8.12 | 3.05 | - |
| YUV | 62.43 | 117.04 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 43 | 0 | 0.90 | 0.73 | 0.37 | 348.83 | 0.82 | 0.35 |
| Hex | A1 | 10 | 2B | 0 | 5A | 49 | 25 | 15D | 52 | 23 |
| Octal | 241 | 20 | 53 | 0 | 132 | 111 | 45 | 535 | 122 | 43 |
| Binary | 10100001 | 10000 | 101011 | 0 | 1011010 | 1001001 | 100101 | 101011101 | 1010010 | 100011 |
Color Harmonies of #A1102B
Complementary color
Monochromatic Colors of #A1102B
Black with #A1102B
Text Example
Text Example
White with #A1102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1102B; }
p { color: rgb(161,16,43); }
H1.HeaderClassName
{
color: #A1102B;
}
.AnyTagClassName
{
color: #A1102B;
}
</style>
background-color css
<style>
a { background-color: #A1102B; }
a { background-color: rgb(161,16,43); }
div.DivClassName
{
background-color: #A1102B;
}
.BgClassName
{
background-color: #A1102B;
}
</style>
border-color css
<style>
span { border-color: #A1102B; }
span { border-color: rgb(161,16,43); }
td.TdClassName
{
border-color: #A1102B;
}
.TagClassName
{
border-color: #A1102B;
}
</style>