Shades of Carmine #A1002E
Tints of Carmine #A1002E
RGB
CMYK
RGB Variations
Color information
#A1002E (or 0xA1002E) is known color: Carmine. HEX triplet: A1, 00 and 2E. RGB value is (161,0,46). Sum of RGB (Red+Green+Blue) = 161+0+46=207 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.78% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 161 - color contains mainly: red. Hex color #A1002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1002E is #5EFFD1. Grayscale: #353535. Windows color (decimal): -6225874 or 3014817. OLE color: 3014817.
HSL color Cylindrical-coordinate representation of color #A1002E: hue angle of 342.86º 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 #A1002E is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.71 | 0.37 |
| HSL | 342.86º | 1% | 0.32% | - |
| HSV(B) | 342.86º | 1% | 0.63% | - |
| XYZ | 15.19 | 7.77 | 3.28 | - |
| YUV | 53.38 | 123.84 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 46 | 0 | 1 | 0.71 | 0.37 | 342.86 | 1 | 0.32 |
| Hex | A1 | 0 | 2E | 0 | 64 | 47 | 25 | 157 | 64 | 20 |
| Octal | 241 | 0 | 56 | 0 | 144 | 107 | 45 | 527 | 144 | 40 |
| Binary | 10100001 | 0 | 101110 | 0 | 1100100 | 1000111 | 100101 | 101010111 | 1100100 | 100000 |
Color Harmonies of #A1002E
Complementary color
Monochromatic Colors of #A1002E
Black with #A1002E
Text Example
Text Example
White with #A1002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1002E; }
p { color: rgb(161,0,46); }
H1.HeaderClassName
{
color: #A1002E;
}
.AnyTagClassName
{
color: #A1002E;
}
</style>
background-color css
<style>
a { background-color: #A1002E; }
a { background-color: rgb(161,0,46); }
div.DivClassName
{
background-color: #A1002E;
}
.BgClassName
{
background-color: #A1002E;
}
</style>
border-color css
<style>
span { border-color: #A1002E; }
span { border-color: rgb(161,0,46); }
td.TdClassName
{
border-color: #A1002E;
}
.TagClassName
{
border-color: #A1002E;
}
</style>