Shades of Carmine #A1101A
Tints of Carmine #A1101A
RGB
CMYK
RGB Variations
Color information
#A1101A (or 0xA1101A) is known color: Carmine. HEX triplet: A1, 10 and 1A. RGB value is (161,16,26). Sum of RGB (Red+Green+Blue) = 161+16+26=203 (26% of max value = 765). Red value is 161 (63.28% from 255 or 79.31% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 161 - color contains mainly: red. Hex color #A1101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1101A is #5EEFE5. Grayscale: #3C3C3C. Windows color (decimal): -6221798 or 1708193. OLE color: 1708193.
HSL color Cylindrical-coordinate representation of color #A1101A: hue angle of 355.86º 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 #A1101A is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 26 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.37 |
| HSL | 355.86º | 0.82% | 0.35% | - |
| HSV(B) | 355.86º | 0.9% | 0.63% | - |
| XYZ | 15.07 | 8.02 | 1.73 | - |
| YUV | 60.5 | 108.54 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 26 | 0 | 0.90 | 0.84 | 0.37 | 355.86 | 0.82 | 0.35 |
| Hex | A1 | 10 | 1A | 0 | 5A | 54 | 25 | 164 | 52 | 23 |
| Octal | 241 | 20 | 32 | 0 | 132 | 124 | 45 | 544 | 122 | 43 |
| Binary | 10100001 | 10000 | 11010 | 0 | 1011010 | 1010100 | 100101 | 101100100 | 1010010 | 100011 |
Color Harmonies of #A1101A
Complementary color
Monochromatic Colors of #A1101A
Black with #A1101A
Text Example
Text Example
White with #A1101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1101A; }
p { color: rgb(161,16,26); }
H1.HeaderClassName
{
color: #A1101A;
}
.AnyTagClassName
{
color: #A1101A;
}
</style>
background-color css
<style>
a { background-color: #A1101A; }
a { background-color: rgb(161,16,26); }
div.DivClassName
{
background-color: #A1101A;
}
.BgClassName
{
background-color: #A1101A;
}
</style>
border-color css
<style>
span { border-color: #A1101A; }
span { border-color: rgb(161,16,26); }
td.TdClassName
{
border-color: #A1101A;
}
.TagClassName
{
border-color: #A1101A;
}
</style>