Shades of Carmine #A1141F
Tints of Carmine #A1141F
RGB
CMYK
RGB Variations
Color information
#A1141F (or 0xA1141F) is known color: Carmine. HEX triplet: A1, 14 and 1F. RGB value is (161,20,31). Sum of RGB (Red+Green+Blue) = 161+20+31=212 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.94% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 161 - color contains mainly: red. Hex color #A1141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1141F is #5EEBE0. Grayscale: #3F3F3F. Windows color (decimal): -6220769 or 2036897. OLE color: 2036897.
HSL color Cylindrical-coordinate representation of color #A1141F: hue angle of 355.32º 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 #A1141F is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 31 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.37 |
| HSL | 355.32º | 0.78% | 0.35% | - |
| HSV(B) | 355.32º | 0.88% | 0.63% | - |
| XYZ | 15.2 | 8.18 | 2.07 | - |
| YUV | 63.41 | 109.71 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 31 | 0 | 0.88 | 0.81 | 0.37 | 355.32 | 0.78 | 0.35 |
| Hex | A1 | 14 | 1F | 0 | 58 | 51 | 25 | 163 | 4E | 23 |
| Octal | 241 | 24 | 37 | 0 | 130 | 121 | 45 | 543 | 116 | 43 |
| Binary | 10100001 | 10100 | 11111 | 0 | 1011000 | 1010001 | 100101 | 101100011 | 1001110 | 100011 |
Color Harmonies of #A1141F
Complementary color
Monochromatic Colors of #A1141F
Black with #A1141F
Text Example
Text Example
White with #A1141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1141F; }
p { color: rgb(161,20,31); }
H1.HeaderClassName
{
color: #A1141F;
}
.AnyTagClassName
{
color: #A1141F;
}
</style>
background-color css
<style>
a { background-color: #A1141F; }
a { background-color: rgb(161,20,31); }
div.DivClassName
{
background-color: #A1141F;
}
.BgClassName
{
background-color: #A1141F;
}
</style>
border-color css
<style>
span { border-color: #A1141F; }
span { border-color: rgb(161,20,31); }
td.TdClassName
{
border-color: #A1141F;
}
.TagClassName
{
border-color: #A1141F;
}
</style>