Shades of Carmine #A8102E
Tints of Carmine #A8102E
RGB
CMYK
RGB Variations
Color information
#A8102E (or 0xA8102E) is known color: Carmine. HEX triplet: A8, 10 and 2E. RGB value is (168,16,46). Sum of RGB (Red+Green+Blue) = 168+16+46=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A8102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8102E is #57EFD1. Grayscale: #404040. Windows color (decimal): -5763026 or 3018920. OLE color: 3018920.
HSL color Cylindrical-coordinate representation of color #A8102E: hue angle of 348.16º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8102E is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 46 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.34 |
| HSL | 348.16º | 0.83% | 0.36% | - |
| HSV(B) | 348.16º | 0.9% | 0.66% | - |
| XYZ | 16.83 | 8.89 | 3.41 | - |
| YUV | 64.87 | 117.36 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 46 | 0 | 0.90 | 0.73 | 0.34 | 348.16 | 0.83 | 0.36 |
| Hex | A8 | 10 | 2E | 0 | 5A | 49 | 22 | 15C | 53 | 24 |
| Octal | 250 | 20 | 56 | 0 | 132 | 111 | 42 | 534 | 123 | 44 |
| Binary | 10101000 | 10000 | 101110 | 0 | 1011010 | 1001001 | 100010 | 101011100 | 1010011 | 100100 |
Color Harmonies of #A8102E
Complementary color
Monochromatic Colors of #A8102E
Black with #A8102E
Text Example
Text Example
White with #A8102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8102E; }
p { color: rgb(168,16,46); }
H1.HeaderClassName
{
color: #A8102E;
}
.AnyTagClassName
{
color: #A8102E;
}
</style>
background-color css
<style>
a { background-color: #A8102E; }
a { background-color: rgb(168,16,46); }
div.DivClassName
{
background-color: #A8102E;
}
.BgClassName
{
background-color: #A8102E;
}
</style>
border-color css
<style>
span { border-color: #A8102E; }
span { border-color: rgb(168,16,46); }
td.TdClassName
{
border-color: #A8102E;
}
.TagClassName
{
border-color: #A8102E;
}
</style>