Shades of Carmine #A2141A
Tints of Carmine #A2141A
RGB
CMYK
RGB Variations
Color information
#A2141A (or 0xA2141A) is known color: Carmine. HEX triplet: A2, 14 and 1A. RGB value is (162,20,26). Sum of RGB (Red+Green+Blue) = 162+20+26=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A2141A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2141A is #5DEBE5. Grayscale: #3F3F3F. Windows color (decimal): -6155238 or 1709218. OLE color: 1709218.
HSL color Cylindrical-coordinate representation of color #A2141A: hue angle of 357.46º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2141A is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 20 | 26 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.36 |
| HSL | 357.46º | 0.78% | 0.36% | - |
| HSV(B) | 357.46º | 0.88% | 0.64% | - |
| XYZ | 15.34 | 8.26 | 1.76 | - |
| YUV | 63.14 | 107.04 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 26 | 0 | 0.88 | 0.84 | 0.36 | 357.46 | 0.78 | 0.36 |
| Hex | A2 | 14 | 1A | 0 | 58 | 54 | 24 | 165 | 4E | 24 |
| Octal | 242 | 24 | 32 | 0 | 130 | 124 | 44 | 545 | 116 | 44 |
| Binary | 10100010 | 10100 | 11010 | 0 | 1011000 | 1010100 | 100100 | 101100101 | 1001110 | 100100 |
Color Harmonies of #A2141A
Complementary color
Monochromatic Colors of #A2141A
Black with #A2141A
Text Example
Text Example
White with #A2141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2141A; }
p { color: rgb(162,20,26); }
H1.HeaderClassName
{
color: #A2141A;
}
.AnyTagClassName
{
color: #A2141A;
}
</style>
background-color css
<style>
a { background-color: #A2141A; }
a { background-color: rgb(162,20,26); }
div.DivClassName
{
background-color: #A2141A;
}
.BgClassName
{
background-color: #A2141A;
}
</style>
border-color css
<style>
span { border-color: #A2141A; }
span { border-color: rgb(162,20,26); }
td.TdClassName
{
border-color: #A2141A;
}
.TagClassName
{
border-color: #A2141A;
}
</style>