Shades of Carmine #A1191C
Tints of Carmine #A1191C
RGB
CMYK
RGB Variations
Color information
#A1191C (or 0xA1191C) is known color: Carmine. HEX triplet: A1, 19 and 1C. RGB value is (161,25,28). Sum of RGB (Red+Green+Blue) = 161+25+28=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A1191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1191C is #5EE6E3. Grayscale: #424242. Windows color (decimal): -6219492 or 1841569. OLE color: 1841569.
HSL color Cylindrical-coordinate representation of color #A1191C: hue angle of 358.68º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1191C is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 25 | 28 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.37 |
| HSL | 358.68º | 0.73% | 0.36% | - |
| HSV(B) | 358.68º | 0.84% | 0.63% | - |
| XYZ | 15.26 | 8.36 | 1.91 | - |
| YUV | 66.01 | 106.56 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 28 | 0 | 0.84 | 0.83 | 0.37 | 358.68 | 0.73 | 0.36 |
| Hex | A1 | 19 | 1C | 0 | 54 | 53 | 25 | 167 | 49 | 24 |
| Octal | 241 | 31 | 34 | 0 | 124 | 123 | 45 | 547 | 111 | 44 |
| Binary | 10100001 | 11001 | 11100 | 0 | 1010100 | 1010011 | 100101 | 101100111 | 1001001 | 100100 |
Color Harmonies of #A1191C
Complementary color
Monochromatic Colors of #A1191C
Black with #A1191C
Text Example
Text Example
White with #A1191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1191C; }
p { color: rgb(161,25,28); }
H1.HeaderClassName
{
color: #A1191C;
}
.AnyTagClassName
{
color: #A1191C;
}
</style>
background-color css
<style>
a { background-color: #A1191C; }
a { background-color: rgb(161,25,28); }
div.DivClassName
{
background-color: #A1191C;
}
.BgClassName
{
background-color: #A1191C;
}
</style>
border-color css
<style>
span { border-color: #A1191C; }
span { border-color: rgb(161,25,28); }
td.TdClassName
{
border-color: #A1191C;
}
.TagClassName
{
border-color: #A1191C;
}
</style>