Shades of Carmine #A3102C
Tints of Carmine #A3102C
RGB
CMYK
RGB Variations
Color information
#A3102C (or 0xA3102C) is known color: Carmine. HEX triplet: A3, 10 and 2C. RGB value is (163,16,44). Sum of RGB (Red+Green+Blue) = 163+16+44=223 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.09% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 163 - color contains mainly: red. Hex color #A3102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3102C is #5CEFD3. Grayscale: #3F3F3F. Windows color (decimal): -6090708 or 2887843. OLE color: 2887843.
HSL color Cylindrical-coordinate representation of color #A3102C: hue angle of 348.57º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3102C is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 16 | 44 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.36 |
| HSL | 348.57º | 0.82% | 0.35% | - |
| HSV(B) | 348.57º | 0.9% | 0.64% | - |
| XYZ | 15.74 | 8.34 | 3.16 | - |
| YUV | 63.15 | 117.2 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 44 | 0 | 0.90 | 0.73 | 0.36 | 348.57 | 0.82 | 0.35 |
| Hex | A3 | 10 | 2C | 0 | 5A | 49 | 24 | 15D | 52 | 23 |
| Octal | 243 | 20 | 54 | 0 | 132 | 111 | 44 | 535 | 122 | 43 |
| Binary | 10100011 | 10000 | 101100 | 0 | 1011010 | 1001001 | 100100 | 101011101 | 1010010 | 100011 |
Color Harmonies of #A3102C
Complementary color
Monochromatic Colors of #A3102C
Black with #A3102C
Text Example
Text Example
White with #A3102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3102C; }
p { color: rgb(163,16,44); }
H1.HeaderClassName
{
color: #A3102C;
}
.AnyTagClassName
{
color: #A3102C;
}
</style>
background-color css
<style>
a { background-color: #A3102C; }
a { background-color: rgb(163,16,44); }
div.DivClassName
{
background-color: #A3102C;
}
.BgClassName
{
background-color: #A3102C;
}
</style>
border-color css
<style>
span { border-color: #A3102C; }
span { border-color: rgb(163,16,44); }
td.TdClassName
{
border-color: #A3102C;
}
.TagClassName
{
border-color: #A3102C;
}
</style>