Shades of Carmine #A1002A
Tints of Carmine #A1002A
RGB
CMYK
RGB Variations
Color information
#A1002A (or 0xA1002A) is known color: Carmine. HEX triplet: A1, 00 and 2A. RGB value is (161,0,42). Sum of RGB (Red+Green+Blue) = 161+0+42=203 (26% of max value = 765). Red value is 161 (63.28% from 255 or 79.31% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 161 - color contains mainly: red. Hex color #A1002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1002A is #5EFFD5. Grayscale: #343434. Windows color (decimal): -6225878 or 2752673. OLE color: 2752673.
HSL color Cylindrical-coordinate representation of color #A1002A: hue angle of 344.35º 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 #A1002A is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.74 | 0.37 |
| HSL | 344.35º | 1% | 0.32% | - |
| HSV(B) | 344.35º | 1% | 0.63% | - |
| XYZ | 15.12 | 7.74 | 2.89 | - |
| YUV | 52.93 | 121.84 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 42 | 0 | 1 | 0.74 | 0.37 | 344.35 | 1 | 0.32 |
| Hex | A1 | 0 | 2A | 0 | 64 | 4A | 25 | 158 | 64 | 20 |
| Octal | 241 | 0 | 52 | 0 | 144 | 112 | 45 | 530 | 144 | 40 |
| Binary | 10100001 | 0 | 101010 | 0 | 1100100 | 1001010 | 100101 | 101011000 | 1100100 | 100000 |
Color Harmonies of #A1002A
Complementary color
Monochromatic Colors of #A1002A
Black with #A1002A
Text Example
Text Example
White with #A1002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1002A; }
p { color: rgb(161,0,42); }
H1.HeaderClassName
{
color: #A1002A;
}
.AnyTagClassName
{
color: #A1002A;
}
</style>
background-color css
<style>
a { background-color: #A1002A; }
a { background-color: rgb(161,0,42); }
div.DivClassName
{
background-color: #A1002A;
}
.BgClassName
{
background-color: #A1002A;
}
</style>
border-color css
<style>
span { border-color: #A1002A; }
span { border-color: rgb(161,0,42); }
td.TdClassName
{
border-color: #A1002A;
}
.TagClassName
{
border-color: #A1002A;
}
</style>