Shades of Carmine #A31121
Tints of Carmine #A31121
RGB
CMYK
RGB Variations
Color information
#A31121 (or 0xA31121) is known color: Carmine. HEX triplet: A3, 11 and 21. RGB value is (163,17,33). Sum of RGB (Red+Green+Blue) = 163+17+33=213 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.53% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 163 - color contains mainly: red. Hex color #A31121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31121 is #5CEEDE. Grayscale: #3E3E3E. Windows color (decimal): -6090463 or 2167203. OLE color: 2167203.
HSL color Cylindrical-coordinate representation of color #A31121: hue angle of 353.42º 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 #A31121 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 17 | 33 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.36 |
| HSL | 353.42º | 0.81% | 0.35% | - |
| HSV(B) | 353.42º | 0.9% | 0.64% | - |
| XYZ | 15.58 | 8.3 | 2.22 | - |
| YUV | 62.48 | 111.37 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 33 | 0 | 0.90 | 0.80 | 0.36 | 353.42 | 0.81 | 0.35 |
| Hex | A3 | 11 | 21 | 0 | 5A | 50 | 24 | 161 | 51 | 23 |
| Octal | 243 | 21 | 41 | 0 | 132 | 120 | 44 | 541 | 121 | 43 |
| Binary | 10100011 | 10001 | 100001 | 0 | 1011010 | 1010000 | 100100 | 101100001 | 1010001 | 100011 |
Color Harmonies of #A31121
Complementary color
Monochromatic Colors of #A31121
Black with #A31121
Text Example
Text Example
White with #A31121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31121; }
p { color: rgb(163,17,33); }
H1.HeaderClassName
{
color: #A31121;
}
.AnyTagClassName
{
color: #A31121;
}
</style>
background-color css
<style>
a { background-color: #A31121; }
a { background-color: rgb(163,17,33); }
div.DivClassName
{
background-color: #A31121;
}
.BgClassName
{
background-color: #A31121;
}
</style>
border-color css
<style>
span { border-color: #A31121; }
span { border-color: rgb(163,17,33); }
td.TdClassName
{
border-color: #A31121;
}
.TagClassName
{
border-color: #A31121;
}
</style>