Shades of Carmine #A1021D
Tints of Carmine #A1021D
RGB
CMYK
RGB Variations
Color information
#A1021D (or 0xA1021D) is known color: Carmine. HEX triplet: A1, 02 and 1D. RGB value is (161,2,29). Sum of RGB (Red+Green+Blue) = 161+2+29=192 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.85% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 161 - color contains mainly: red. Hex color #A1021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1021D is #5EFDE2. Grayscale: #343434. Windows color (decimal): -6225379 or 1901217. OLE color: 1901217.
HSL color Cylindrical-coordinate representation of color #A1021D: hue angle of 349.81º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1021D is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.37 |
| HSL | 349.81º | 0.98% | 0.32% | - |
| HSV(B) | 349.81º | 0.99% | 0.63% | - |
| XYZ | 14.94 | 7.71 | 1.86 | - |
| YUV | 52.62 | 114.68 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 29 | 0 | 0.99 | 0.82 | 0.37 | 349.81 | 0.98 | 0.32 |
| Hex | A1 | 2 | 1D | 0 | 63 | 52 | 25 | 15E | 62 | 20 |
| Octal | 241 | 2 | 35 | 0 | 143 | 122 | 45 | 536 | 142 | 40 |
| Binary | 10100001 | 10 | 11101 | 0 | 1100011 | 1010010 | 100101 | 101011110 | 1100010 | 100000 |
Color Harmonies of #A1021D
Complementary color
Monochromatic Colors of #A1021D
Black with #A1021D
Text Example
Text Example
White with #A1021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1021D; }
p { color: rgb(161,2,29); }
H1.HeaderClassName
{
color: #A1021D;
}
.AnyTagClassName
{
color: #A1021D;
}
</style>
background-color css
<style>
a { background-color: #A1021D; }
a { background-color: rgb(161,2,29); }
div.DivClassName
{
background-color: #A1021D;
}
.BgClassName
{
background-color: #A1021D;
}
</style>
border-color css
<style>
span { border-color: #A1021D; }
span { border-color: rgb(161,2,29); }
td.TdClassName
{
border-color: #A1021D;
}
.TagClassName
{
border-color: #A1021D;
}
</style>