Shades of Carmine #A80C1C
Tints of Carmine #A80C1C
RGB
CMYK
RGB Variations
Color information
#A80C1C (or 0xA80C1C) is known color: Carmine. HEX triplet: A8, 0C and 1C. RGB value is (168,12,28). Sum of RGB (Red+Green+Blue) = 168+12+28=208 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.77% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80C1C is #57F3E3. Grayscale: #3C3C3C. Windows color (decimal): -5764068 or 1838248. OLE color: 1838248.
HSL color Cylindrical-coordinate representation of color #A80C1C: hue angle of 353.85º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80C1C is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 12 | 28 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.34 |
| HSL | 353.85º | 0.87% | 0.35% | - |
| HSV(B) | 353.85º | 0.93% | 0.66% | - |
| XYZ | 16.49 | 8.67 | 1.9 | - |
| YUV | 60.47 | 109.68 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 28 | 0 | 0.93 | 0.83 | 0.34 | 353.85 | 0.87 | 0.35 |
| Hex | A8 | C | 1C | 0 | 5D | 53 | 22 | 162 | 57 | 23 |
| Octal | 250 | 14 | 34 | 0 | 135 | 123 | 42 | 542 | 127 | 43 |
| Binary | 10101000 | 1100 | 11100 | 0 | 1011101 | 1010011 | 100010 | 101100010 | 1010111 | 100011 |
Color Harmonies of #A80C1C
Complementary color
Monochromatic Colors of #A80C1C
Black with #A80C1C
Text Example
Text Example
White with #A80C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80C1C; }
p { color: rgb(168,12,28); }
H1.HeaderClassName
{
color: #A80C1C;
}
.AnyTagClassName
{
color: #A80C1C;
}
</style>
background-color css
<style>
a { background-color: #A80C1C; }
a { background-color: rgb(168,12,28); }
div.DivClassName
{
background-color: #A80C1C;
}
.BgClassName
{
background-color: #A80C1C;
}
</style>
border-color css
<style>
span { border-color: #A80C1C; }
span { border-color: rgb(168,12,28); }
td.TdClassName
{
border-color: #A80C1C;
}
.TagClassName
{
border-color: #A80C1C;
}
</style>