Shades of Carmine #A8102C
Tints of Carmine #A8102C
RGB
CMYK
RGB Variations
Color information
#A8102C (or 0xA8102C) is known color: Carmine. HEX triplet: A8, 10 and 2C. RGB value is (168,16,44). Sum of RGB (Red+Green+Blue) = 168+16+44=228 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.68% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 168 - color contains mainly: red. Hex color #A8102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8102C is #57EFD3. Grayscale: #404040. Windows color (decimal): -5763028 or 2887848. OLE color: 2887848.
HSL color Cylindrical-coordinate representation of color #A8102C: hue angle of 348.95º 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 #A8102C is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 44 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.34 |
| HSL | 348.95º | 0.83% | 0.36% | - |
| HSV(B) | 348.95º | 0.9% | 0.66% | - |
| XYZ | 16.79 | 8.88 | 3.21 | - |
| YUV | 64.64 | 116.36 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 44 | 0 | 0.90 | 0.74 | 0.34 | 348.95 | 0.83 | 0.36 |
| Hex | A8 | 10 | 2C | 0 | 5A | 4A | 22 | 15D | 53 | 24 |
| Octal | 250 | 20 | 54 | 0 | 132 | 112 | 42 | 535 | 123 | 44 |
| Binary | 10101000 | 10000 | 101100 | 0 | 1011010 | 1001010 | 100010 | 101011101 | 1010011 | 100100 |
Color Harmonies of #A8102C
Complementary color
Monochromatic Colors of #A8102C
Black with #A8102C
Text Example
Text Example
White with #A8102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8102C; }
p { color: rgb(168,16,44); }
H1.HeaderClassName
{
color: #A8102C;
}
.AnyTagClassName
{
color: #A8102C;
}
</style>
background-color css
<style>
a { background-color: #A8102C; }
a { background-color: rgb(168,16,44); }
div.DivClassName
{
background-color: #A8102C;
}
.BgClassName
{
background-color: #A8102C;
}
</style>
border-color css
<style>
span { border-color: #A8102C; }
span { border-color: rgb(168,16,44); }
td.TdClassName
{
border-color: #A8102C;
}
.TagClassName
{
border-color: #A8102C;
}
</style>