Shades of Carmine #A1002C
Tints of Carmine #A1002C
RGB
CMYK
RGB Variations
Color information
#A1002C (or 0xA1002C) is known color: Carmine. HEX triplet: A1, 00 and 2C. RGB value is (161,0,44). Sum of RGB (Red+Green+Blue) = 161+0+44=205 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.54% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 161 - color contains mainly: red. Hex color #A1002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1002C is #5EFFD3. Grayscale: #353535. Windows color (decimal): -6225876 or 2883745. OLE color: 2883745.
HSL color Cylindrical-coordinate representation of color #A1002C: hue angle of 343.6º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1002C is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.73 | 0.37 |
| HSL | 343.6º | 1% | 0.32% | - |
| HSV(B) | 343.6º | 1% | 0.63% | - |
| XYZ | 15.15 | 7.76 | 3.08 | - |
| YUV | 53.16 | 122.84 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 44 | 0 | 1 | 0.73 | 0.37 | 343.6 | 1 | 0.32 |
| Hex | A1 | 0 | 2C | 0 | 64 | 49 | 25 | 158 | 64 | 20 |
| Octal | 241 | 0 | 54 | 0 | 144 | 111 | 45 | 530 | 144 | 40 |
| Binary | 10100001 | 0 | 101100 | 0 | 1100100 | 1001001 | 100101 | 101011000 | 1100100 | 100000 |
Color Harmonies of #A1002C
Complementary color
Monochromatic Colors of #A1002C
Black with #A1002C
Text Example
Text Example
White with #A1002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1002C; }
p { color: rgb(161,0,44); }
H1.HeaderClassName
{
color: #A1002C;
}
.AnyTagClassName
{
color: #A1002C;
}
</style>
background-color css
<style>
a { background-color: #A1002C; }
a { background-color: rgb(161,0,44); }
div.DivClassName
{
background-color: #A1002C;
}
.BgClassName
{
background-color: #A1002C;
}
</style>
border-color css
<style>
span { border-color: #A1002C; }
span { border-color: rgb(161,0,44); }
td.TdClassName
{
border-color: #A1002C;
}
.TagClassName
{
border-color: #A1002C;
}
</style>