Shades of Carmine #A3101E
Tints of Carmine #A3101E
RGB
CMYK
RGB Variations
Color information
#A3101E (or 0xA3101E) is known color: Carmine. HEX triplet: A3, 10 and 1E. RGB value is (163,16,30). Sum of RGB (Red+Green+Blue) = 163+16+30=209 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.99% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 163 - color contains mainly: red. Hex color #A3101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3101E is #5CEFE1. Grayscale: #3D3D3D. Windows color (decimal): -6090722 or 1970339. OLE color: 1970339.
HSL color Cylindrical-coordinate representation of color #A3101E: hue angle of 354.29º 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 #A3101E is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 16 | 30 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.36 |
| HSL | 354.29º | 0.82% | 0.35% | - |
| HSV(B) | 354.29º | 0.9% | 0.64% | - |
| XYZ | 15.52 | 8.25 | 2 | - |
| YUV | 61.55 | 110.2 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 30 | 0 | 0.90 | 0.82 | 0.36 | 354.29 | 0.82 | 0.35 |
| Hex | A3 | 10 | 1E | 0 | 5A | 52 | 24 | 162 | 52 | 23 |
| Octal | 243 | 20 | 36 | 0 | 132 | 122 | 44 | 542 | 122 | 43 |
| Binary | 10100011 | 10000 | 11110 | 0 | 1011010 | 1010010 | 100100 | 101100010 | 1010010 | 100011 |
Color Harmonies of #A3101E
Complementary color
Monochromatic Colors of #A3101E
Black with #A3101E
Text Example
Text Example
White with #A3101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3101E; }
p { color: rgb(163,16,30); }
H1.HeaderClassName
{
color: #A3101E;
}
.AnyTagClassName
{
color: #A3101E;
}
</style>
background-color css
<style>
a { background-color: #A3101E; }
a { background-color: rgb(163,16,30); }
div.DivClassName
{
background-color: #A3101E;
}
.BgClassName
{
background-color: #A3101E;
}
</style>
border-color css
<style>
span { border-color: #A3101E; }
span { border-color: rgb(163,16,30); }
td.TdClassName
{
border-color: #A3101E;
}
.TagClassName
{
border-color: #A3101E;
}
</style>