Shades of Carmine #A3111E
Tints of Carmine #A3111E
RGB
CMYK
RGB Variations
Color information
#A3111E (or 0xA3111E) is known color: Carmine. HEX triplet: A3, 11 and 1E. RGB value is (163,17,30). Sum of RGB (Red+Green+Blue) = 163+17+30=210 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.62% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 163 - color contains mainly: red. Hex color #A3111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3111E is #5CEEE1. Grayscale: #3E3E3E. Windows color (decimal): -6090466 or 1970595. OLE color: 1970595.
HSL color Cylindrical-coordinate representation of color #A3111E: hue angle of 354.66º degrees, saturation: 0.81, 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 #A3111E is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 17 | 30 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.36 |
| HSL | 354.66º | 0.81% | 0.35% | - |
| HSV(B) | 354.66º | 0.9% | 0.64% | - |
| XYZ | 15.54 | 8.28 | 2.01 | - |
| YUV | 62.14 | 109.87 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 30 | 0 | 0.90 | 0.82 | 0.36 | 354.66 | 0.81 | 0.35 |
| Hex | A3 | 11 | 1E | 0 | 5A | 52 | 24 | 163 | 51 | 23 |
| Octal | 243 | 21 | 36 | 0 | 132 | 122 | 44 | 543 | 121 | 43 |
| Binary | 10100011 | 10001 | 11110 | 0 | 1011010 | 1010010 | 100100 | 101100011 | 1010001 | 100011 |
Color Harmonies of #A3111E
Complementary color
Monochromatic Colors of #A3111E
Black with #A3111E
Text Example
Text Example
White with #A3111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3111E; }
p { color: rgb(163,17,30); }
H1.HeaderClassName
{
color: #A3111E;
}
.AnyTagClassName
{
color: #A3111E;
}
</style>
background-color css
<style>
a { background-color: #A3111E; }
a { background-color: rgb(163,17,30); }
div.DivClassName
{
background-color: #A3111E;
}
.BgClassName
{
background-color: #A3111E;
}
</style>
border-color css
<style>
span { border-color: #A3111E; }
span { border-color: rgb(163,17,30); }
td.TdClassName
{
border-color: #A3111E;
}
.TagClassName
{
border-color: #A3111E;
}
</style>