Shades of Carmine #A31321
Tints of Carmine #A31321
RGB
CMYK
RGB Variations
Color information
#A31321 (or 0xA31321) is known color: Carmine. HEX triplet: A3, 13 and 21. RGB value is (163,19,33). Sum of RGB (Red+Green+Blue) = 163+19+33=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A31321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31321 is #5CECDE. Grayscale: #3F3F3F. Windows color (decimal): -6089951 or 2167715. OLE color: 2167715.
HSL color Cylindrical-coordinate representation of color #A31321: hue angle of 354.17º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31321 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 33 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.36 |
| HSL | 354.17º | 0.79% | 0.36% | - |
| HSV(B) | 354.17º | 0.88% | 0.64% | - |
| XYZ | 15.61 | 8.36 | 2.23 | - |
| YUV | 63.65 | 110.71 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 33 | 0 | 0.88 | 0.80 | 0.36 | 354.17 | 0.79 | 0.36 |
| Hex | A3 | 13 | 21 | 0 | 58 | 50 | 24 | 162 | 4F | 24 |
| Octal | 243 | 23 | 41 | 0 | 130 | 120 | 44 | 542 | 117 | 44 |
| Binary | 10100011 | 10011 | 100001 | 0 | 1011000 | 1010000 | 100100 | 101100010 | 1001111 | 100100 |
Color Harmonies of #A31321
Complementary color
Monochromatic Colors of #A31321
Black with #A31321
Text Example
Text Example
White with #A31321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31321; }
p { color: rgb(163,19,33); }
H1.HeaderClassName
{
color: #A31321;
}
.AnyTagClassName
{
color: #A31321;
}
</style>
background-color css
<style>
a { background-color: #A31321; }
a { background-color: rgb(163,19,33); }
div.DivClassName
{
background-color: #A31321;
}
.BgClassName
{
background-color: #A31321;
}
</style>
border-color css
<style>
span { border-color: #A31321; }
span { border-color: rgb(163,19,33); }
td.TdClassName
{
border-color: #A31321;
}
.TagClassName
{
border-color: #A31321;
}
</style>