Shades of Carmine #A0042C
Tints of Carmine #A0042C
RGB
CMYK
RGB Variations
Color information
#A0042C (or 0xA0042C) is known color: Carmine. HEX triplet: A0, 04 and 2C. RGB value is (160,4,44). Sum of RGB (Red+Green+Blue) = 160+4+44=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A0042C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0042C is #5FFBD3. Grayscale: #373737. Windows color (decimal): -6290388 or 2884768. OLE color: 2884768.
HSL color Cylindrical-coordinate representation of color #A0042C: hue angle of 344.62º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0042C is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 44 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.37 |
| HSL | 344.62º | 0.95% | 0.32% | - |
| HSV(B) | 344.62º | 0.98% | 0.63% | - |
| XYZ | 15 | 7.74 | 3.09 | - |
| YUV | 55.2 | 121.68 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 44 | 0 | 0.98 | 0.72 | 0.37 | 344.62 | 0.95 | 0.32 |
| Hex | A0 | 4 | 2C | 0 | 62 | 48 | 25 | 159 | 5F | 20 |
| Octal | 240 | 4 | 54 | 0 | 142 | 110 | 45 | 531 | 137 | 40 |
| Binary | 10100000 | 100 | 101100 | 0 | 1100010 | 1001000 | 100101 | 101011001 | 1011111 | 100000 |
Color Harmonies of #A0042C
Complementary color
Monochromatic Colors of #A0042C
Black with #A0042C
Text Example
Text Example
White with #A0042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0042C; }
p { color: rgb(160,4,44); }
H1.HeaderClassName
{
color: #A0042C;
}
.AnyTagClassName
{
color: #A0042C;
}
</style>
background-color css
<style>
a { background-color: #A0042C; }
a { background-color: rgb(160,4,44); }
div.DivClassName
{
background-color: #A0042C;
}
.BgClassName
{
background-color: #A0042C;
}
</style>
border-color css
<style>
span { border-color: #A0042C; }
span { border-color: rgb(160,4,44); }
td.TdClassName
{
border-color: #A0042C;
}
.TagClassName
{
border-color: #A0042C;
}
</style>