Shades of Carmine #A1002D
Tints of Carmine #A1002D
RGB
CMYK
RGB Variations
Color information
#A1002D (or 0xA1002D) is known color: Carmine. HEX triplet: A1, 00 and 2D. RGB value is (161,0,45). Sum of RGB (Red+Green+Blue) = 161+0+45=206 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.16% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 161 - color contains mainly: red. Hex color #A1002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1002D is #5EFFD2. Grayscale: #353535. Windows color (decimal): -6225875 or 2949281. OLE color: 2949281.
HSL color Cylindrical-coordinate representation of color #A1002D: hue angle of 343.23º 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 #A1002D is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.72 | 0.37 |
| HSL | 343.23º | 1% | 0.32% | - |
| HSV(B) | 343.23º | 1% | 0.63% | - |
| XYZ | 15.17 | 7.77 | 3.18 | - |
| YUV | 53.27 | 123.34 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 45 | 0 | 1 | 0.72 | 0.37 | 343.23 | 1 | 0.32 |
| Hex | A1 | 0 | 2D | 0 | 64 | 48 | 25 | 157 | 64 | 20 |
| Octal | 241 | 0 | 55 | 0 | 144 | 110 | 45 | 527 | 144 | 40 |
| Binary | 10100001 | 0 | 101101 | 0 | 1100100 | 1001000 | 100101 | 101010111 | 1100100 | 100000 |
Color Harmonies of #A1002D
Complementary color
Monochromatic Colors of #A1002D
Black with #A1002D
Text Example
Text Example
White with #A1002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1002D; }
p { color: rgb(161,0,45); }
H1.HeaderClassName
{
color: #A1002D;
}
.AnyTagClassName
{
color: #A1002D;
}
</style>
background-color css
<style>
a { background-color: #A1002D; }
a { background-color: rgb(161,0,45); }
div.DivClassName
{
background-color: #A1002D;
}
.BgClassName
{
background-color: #A1002D;
}
</style>
border-color css
<style>
span { border-color: #A1002D; }
span { border-color: rgb(161,0,45); }
td.TdClassName
{
border-color: #A1002D;
}
.TagClassName
{
border-color: #A1002D;
}
</style>