Shades of Carmine #A1021C
Tints of Carmine #A1021C
RGB
CMYK
RGB Variations
Color information
#A1021C (or 0xA1021C) is known color: Carmine. HEX triplet: A1, 02 and 1C. RGB value is (161,2,28). Sum of RGB (Red+Green+Blue) = 161+2+28=191 (25% of max value = 765). Red value is 161 (63.28% from 255 or 84.29% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 161 - color contains mainly: red. Hex color #A1021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1021C is #5EFDE3. Grayscale: #343434. Windows color (decimal): -6225380 or 1835681. OLE color: 1835681.
HSL color Cylindrical-coordinate representation of color #A1021C: hue angle of 350.19º 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 #A1021C is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.37 |
| HSL | 350.19º | 0.98% | 0.32% | - |
| HSV(B) | 350.19º | 0.99% | 0.63% | - |
| XYZ | 14.93 | 7.7 | 1.8 | - |
| YUV | 52.51 | 114.18 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 28 | 0 | 0.99 | 0.83 | 0.37 | 350.19 | 0.98 | 0.32 |
| Hex | A1 | 2 | 1C | 0 | 63 | 53 | 25 | 15E | 62 | 20 |
| Octal | 241 | 2 | 34 | 0 | 143 | 123 | 45 | 536 | 142 | 40 |
| Binary | 10100001 | 10 | 11100 | 0 | 1100011 | 1010011 | 100101 | 101011110 | 1100010 | 100000 |
Color Harmonies of #A1021C
Complementary color
Monochromatic Colors of #A1021C
Black with #A1021C
Text Example
Text Example
White with #A1021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1021C; }
p { color: rgb(161,2,28); }
H1.HeaderClassName
{
color: #A1021C;
}
.AnyTagClassName
{
color: #A1021C;
}
</style>
background-color css
<style>
a { background-color: #A1021C; }
a { background-color: rgb(161,2,28); }
div.DivClassName
{
background-color: #A1021C;
}
.BgClassName
{
background-color: #A1021C;
}
</style>
border-color css
<style>
span { border-color: #A1021C; }
span { border-color: rgb(161,2,28); }
td.TdClassName
{
border-color: #A1021C;
}
.TagClassName
{
border-color: #A1021C;
}
</style>