Shades of Carmine #A0102C
Tints of Carmine #A0102C
RGB
CMYK
RGB Variations
Color information
#A0102C (or 0xA0102C) is known color: Carmine. HEX triplet: A0, 10 and 2C. RGB value is (160,16,44). Sum of RGB (Red+Green+Blue) = 160+16+44=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A0102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0102C is #5FEFD3. Grayscale: #3E3E3E. Windows color (decimal): -6287316 or 2887840. OLE color: 2887840.
HSL color Cylindrical-coordinate representation of color #A0102C: hue angle of 348.33º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0102C is Cyan = 0, Magento = 0.9, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 44 | - |
| CMYK | 0 | 0.9 | 0.72 | 0.37 |
| HSL | 348.33º | 0.82% | 0.35% | - |
| HSV(B) | 348.33º | 0.9% | 0.63% | - |
| XYZ | 15.14 | 8.03 | 3.13 | - |
| YUV | 62.25 | 117.71 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 44 | 0 | 0.9 | 0.72 | 0.37 | 348.33 | 0.82 | 0.35 |
| Hex | A0 | 10 | 2C | 0 | 5A | 48 | 25 | 15C | 52 | 23 |
| Octal | 240 | 20 | 54 | 0 | 132 | 110 | 45 | 534 | 122 | 43 |
| Binary | 10100000 | 10000 | 101100 | 0 | 1011010 | 1001000 | 100101 | 101011100 | 1010010 | 100011 |
Color Harmonies of #A0102C
Complementary color
Monochromatic Colors of #A0102C
Black with #A0102C
Text Example
Text Example
White with #A0102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0102C; }
p { color: rgb(160,16,44); }
H1.HeaderClassName
{
color: #A0102C;
}
.AnyTagClassName
{
color: #A0102C;
}
</style>
background-color css
<style>
a { background-color: #A0102C; }
a { background-color: rgb(160,16,44); }
div.DivClassName
{
background-color: #A0102C;
}
.BgClassName
{
background-color: #A0102C;
}
</style>
border-color css
<style>
span { border-color: #A0102C; }
span { border-color: rgb(160,16,44); }
td.TdClassName
{
border-color: #A0102C;
}
.TagClassName
{
border-color: #A0102C;
}
</style>