Shades of Carmine #A1141C
Tints of Carmine #A1141C
RGB
CMYK
RGB Variations
Color information
#A1141C (or 0xA1141C) is known color: Carmine. HEX triplet: A1, 14 and 1C. RGB value is (161,20,28). Sum of RGB (Red+Green+Blue) = 161+20+28=209 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.03% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 161 - color contains mainly: red. Hex color #A1141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1141C is #5EEBE3. Grayscale: #3F3F3F. Windows color (decimal): -6220772 or 1840289. OLE color: 1840289.
HSL color Cylindrical-coordinate representation of color #A1141C: hue angle of 356.6º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1141C is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 28 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.37 |
| HSL | 356.6º | 0.78% | 0.35% | - |
| HSV(B) | 356.6º | 0.88% | 0.63% | - |
| XYZ | 15.16 | 8.16 | 1.87 | - |
| YUV | 63.07 | 108.21 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 28 | 0 | 0.88 | 0.83 | 0.37 | 356.6 | 0.78 | 0.35 |
| Hex | A1 | 14 | 1C | 0 | 58 | 53 | 25 | 165 | 4E | 23 |
| Octal | 241 | 24 | 34 | 0 | 130 | 123 | 45 | 545 | 116 | 43 |
| Binary | 10100001 | 10100 | 11100 | 0 | 1011000 | 1010011 | 100101 | 101100101 | 1001110 | 100011 |
Color Harmonies of #A1141C
Complementary color
Monochromatic Colors of #A1141C
Black with #A1141C
Text Example
Text Example
White with #A1141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1141C; }
p { color: rgb(161,20,28); }
H1.HeaderClassName
{
color: #A1141C;
}
.AnyTagClassName
{
color: #A1141C;
}
</style>
background-color css
<style>
a { background-color: #A1141C; }
a { background-color: rgb(161,20,28); }
div.DivClassName
{
background-color: #A1141C;
}
.BgClassName
{
background-color: #A1141C;
}
</style>
border-color css
<style>
span { border-color: #A1141C; }
span { border-color: rgb(161,20,28); }
td.TdClassName
{
border-color: #A1141C;
}
.TagClassName
{
border-color: #A1141C;
}
</style>