Shades of Carmine #A1141E
Tints of Carmine #A1141E
RGB
CMYK
RGB Variations
Color information
#A1141E (or 0xA1141E) is known color: Carmine. HEX triplet: A1, 14 and 1E. RGB value is (161,20,30). Sum of RGB (Red+Green+Blue) = 161+20+30=211 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.30% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 161 - color contains mainly: red. Hex color #A1141E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1141E is #5EEBE1. Grayscale: #3F3F3F. Windows color (decimal): -6220770 or 1971361. OLE color: 1971361.
HSL color Cylindrical-coordinate representation of color #A1141E: hue angle of 355.74º 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 #A1141E is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 30 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.37 |
| HSL | 355.74º | 0.78% | 0.35% | - |
| HSV(B) | 355.74º | 0.88% | 0.63% | - |
| XYZ | 15.18 | 8.17 | 2.01 | - |
| YUV | 63.3 | 109.21 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 30 | 0 | 0.88 | 0.81 | 0.37 | 355.74 | 0.78 | 0.35 |
| Hex | A1 | 14 | 1E | 0 | 58 | 51 | 25 | 164 | 4E | 23 |
| Octal | 241 | 24 | 36 | 0 | 130 | 121 | 45 | 544 | 116 | 43 |
| Binary | 10100001 | 10100 | 11110 | 0 | 1011000 | 1010001 | 100101 | 101100100 | 1001110 | 100011 |
Color Harmonies of #A1141E
Complementary color
Monochromatic Colors of #A1141E
Black with #A1141E
Text Example
Text Example
White with #A1141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1141E; }
p { color: rgb(161,20,30); }
H1.HeaderClassName
{
color: #A1141E;
}
.AnyTagClassName
{
color: #A1141E;
}
</style>
background-color css
<style>
a { background-color: #A1141E; }
a { background-color: rgb(161,20,30); }
div.DivClassName
{
background-color: #A1141E;
}
.BgClassName
{
background-color: #A1141E;
}
</style>
border-color css
<style>
span { border-color: #A1141E; }
span { border-color: rgb(161,20,30); }
td.TdClassName
{
border-color: #A1141E;
}
.TagClassName
{
border-color: #A1141E;
}
</style>