Shades of Carmine #A0102A
Tints of Carmine #A0102A
RGB
CMYK
RGB Variations
Color information
#A0102A (or 0xA0102A) is known color: Carmine. HEX triplet: A0, 10 and 2A. RGB value is (160,16,42). Sum of RGB (Red+Green+Blue) = 160+16+42=218 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.39% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 160 - color contains mainly: red. Hex color #A0102A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0102A is #5FEFD5. Grayscale: #3E3E3E. Windows color (decimal): -6287318 or 2756768. OLE color: 2756768.
HSL color Cylindrical-coordinate representation of color #A0102A: hue angle of 349.17º 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 #A0102A is Cyan = 0, Magento = 0.9, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 42 | - |
| CMYK | 0 | 0.9 | 0.74 | 0.37 |
| HSL | 349.17º | 0.82% | 0.35% | - |
| HSV(B) | 349.17º | 0.9% | 0.63% | - |
| XYZ | 15.1 | 8.01 | 2.94 | - |
| YUV | 62.02 | 116.71 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 42 | 0 | 0.9 | 0.74 | 0.37 | 349.17 | 0.82 | 0.35 |
| Hex | A0 | 10 | 2A | 0 | 5A | 4A | 25 | 15D | 52 | 23 |
| Octal | 240 | 20 | 52 | 0 | 132 | 112 | 45 | 535 | 122 | 43 |
| Binary | 10100000 | 10000 | 101010 | 0 | 1011010 | 1001010 | 100101 | 101011101 | 1010010 | 100011 |
Color Harmonies of #A0102A
Complementary color
Monochromatic Colors of #A0102A
Black with #A0102A
Text Example
Text Example
White with #A0102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0102A; }
p { color: rgb(160,16,42); }
H1.HeaderClassName
{
color: #A0102A;
}
.AnyTagClassName
{
color: #A0102A;
}
</style>
background-color css
<style>
a { background-color: #A0102A; }
a { background-color: rgb(160,16,42); }
div.DivClassName
{
background-color: #A0102A;
}
.BgClassName
{
background-color: #A0102A;
}
</style>
border-color css
<style>
span { border-color: #A0102A; }
span { border-color: rgb(160,16,42); }
td.TdClassName
{
border-color: #A0102A;
}
.TagClassName
{
border-color: #A0102A;
}
</style>