Shades of Carmine #A0012A
Tints of Carmine #A0012A
RGB
CMYK
RGB Variations
Color information
#A0012A (or 0xA0012A) is known color: Carmine. HEX triplet: A0, 01 and 2A. RGB value is (160,1,42). Sum of RGB (Red+Green+Blue) = 160+1+42=203 (26% of max value = 765). Red value is 160 (62.89% from 255 or 78.82% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 160 - color contains mainly: red. Hex color #A0012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0012A is #5FFED5. Grayscale: #353535. Windows color (decimal): -6291158 or 2752928. OLE color: 2752928.
HSL color Cylindrical-coordinate representation of color #A0012A: hue angle of 344.53º degrees, saturation: 0.99, 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 #A0012A is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.37 |
| HSL | 344.53º | 0.99% | 0.32% | - |
| HSV(B) | 344.53º | 0.99% | 0.63% | - |
| XYZ | 14.93 | 7.66 | 2.88 | - |
| YUV | 53.22 | 121.68 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 42 | 0 | 0.99 | 0.74 | 0.37 | 344.53 | 0.99 | 0.32 |
| Hex | A0 | 1 | 2A | 0 | 63 | 4A | 25 | 159 | 63 | 20 |
| Octal | 240 | 1 | 52 | 0 | 143 | 112 | 45 | 531 | 143 | 40 |
| Binary | 10100000 | 1 | 101010 | 0 | 1100011 | 1001010 | 100101 | 101011001 | 1100011 | 100000 |
Color Harmonies of #A0012A
Complementary color
Monochromatic Colors of #A0012A
Black with #A0012A
Text Example
Text Example
White with #A0012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0012A; }
p { color: rgb(160,1,42); }
H1.HeaderClassName
{
color: #A0012A;
}
.AnyTagClassName
{
color: #A0012A;
}
</style>
background-color css
<style>
a { background-color: #A0012A; }
a { background-color: rgb(160,1,42); }
div.DivClassName
{
background-color: #A0012A;
}
.BgClassName
{
background-color: #A0012A;
}
</style>
border-color css
<style>
span { border-color: #A0012A; }
span { border-color: rgb(160,1,42); }
td.TdClassName
{
border-color: #A0012A;
}
.TagClassName
{
border-color: #A0012A;
}
</style>