Shades of Carmine #A31820
Tints of Carmine #A31820
RGB
CMYK
RGB Variations
Color information
#A31820 (or 0xA31820) is known color: Carmine. HEX triplet: A3, 18 and 20. RGB value is (163,24,32). Sum of RGB (Red+Green+Blue) = 163+24+32=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A31820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31820 is #5CE7DF. Grayscale: #424242. Windows color (decimal): -6088672 or 2103459. OLE color: 2103459.
HSL color Cylindrical-coordinate representation of color #A31820: hue angle of 356.55º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31820 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 24 | 32 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.36 |
| HSL | 356.55º | 0.74% | 0.37% | - |
| HSV(B) | 356.55º | 0.85% | 0.64% | - |
| XYZ | 15.69 | 8.54 | 2.19 | - |
| YUV | 66.47 | 108.55 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 32 | 0 | 0.85 | 0.80 | 0.36 | 356.55 | 0.74 | 0.37 |
| Hex | A3 | 18 | 20 | 0 | 55 | 50 | 24 | 165 | 4A | 25 |
| Octal | 243 | 30 | 40 | 0 | 125 | 120 | 44 | 545 | 112 | 45 |
| Binary | 10100011 | 11000 | 100000 | 0 | 1010101 | 1010000 | 100100 | 101100101 | 1001010 | 100101 |
Color Harmonies of #A31820
Complementary color
Monochromatic Colors of #A31820
Black with #A31820
Text Example
Text Example
White with #A31820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31820; }
p { color: rgb(163,24,32); }
H1.HeaderClassName
{
color: #A31820;
}
.AnyTagClassName
{
color: #A31820;
}
</style>
background-color css
<style>
a { background-color: #A31820; }
a { background-color: rgb(163,24,32); }
div.DivClassName
{
background-color: #A31820;
}
.BgClassName
{
background-color: #A31820;
}
</style>
border-color css
<style>
span { border-color: #A31820; }
span { border-color: rgb(163,24,32); }
td.TdClassName
{
border-color: #A31820;
}
.TagClassName
{
border-color: #A31820;
}
</style>