Shades of Carmine #A31416
Tints of Carmine #A31416
RGB
CMYK
RGB Variations
Color information
#A31416 (or 0xA31416) is known color: Carmine. HEX triplet: A3, 14 and 16. RGB value is (163,20,22). Sum of RGB (Red+Green+Blue) = 163+20+22=205 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.51% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 163 - color contains mainly: red. Hex color #A31416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31416 is #5CEBE9. Grayscale: #3F3F3F. Windows color (decimal): -6089706 or 1447075. OLE color: 1447075.
HSL color Cylindrical-coordinate representation of color #A31416: hue angle of 359.16º degrees, saturation: 0.78, 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 #A31416 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 20 | 22 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.36 |
| HSL | 359.16º | 0.78% | 0.36% | - |
| HSV(B) | 359.16º | 0.88% | 0.64% | - |
| XYZ | 15.5 | 8.34 | 1.55 | - |
| YUV | 62.99 | 104.88 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 22 | 0 | 0.88 | 0.87 | 0.36 | 359.16 | 0.78 | 0.36 |
| Hex | A3 | 14 | 16 | 0 | 58 | 57 | 24 | 167 | 4E | 24 |
| Octal | 243 | 24 | 26 | 0 | 130 | 127 | 44 | 547 | 116 | 44 |
| Binary | 10100011 | 10100 | 10110 | 0 | 1011000 | 1010111 | 100100 | 101100111 | 1001110 | 100100 |
Color Harmonies of #A31416
Complementary color
Monochromatic Colors of #A31416
Black with #A31416
Text Example
Text Example
White with #A31416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31416; }
p { color: rgb(163,20,22); }
H1.HeaderClassName
{
color: #A31416;
}
.AnyTagClassName
{
color: #A31416;
}
</style>
background-color css
<style>
a { background-color: #A31416; }
a { background-color: rgb(163,20,22); }
div.DivClassName
{
background-color: #A31416;
}
.BgClassName
{
background-color: #A31416;
}
</style>
border-color css
<style>
span { border-color: #A31416; }
span { border-color: rgb(163,20,22); }
td.TdClassName
{
border-color: #A31416;
}
.TagClassName
{
border-color: #A31416;
}
</style>