Shades of Carmine #A30116
Tints of Carmine #A30116
RGB
CMYK
RGB Variations
Color information
#A30116 (or 0xA30116) is known color: Carmine. HEX triplet: A3, 01 and 16. RGB value is (163,1,22). Sum of RGB (Red+Green+Blue) = 163+1+22=186 (24% of max value = 765). Red value is 163 (64.06% from 255 or 87.63% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 163 - color contains mainly: red. Hex color #A30116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30116 is #5CFEE9. Grayscale: #333333. Windows color (decimal): -6094570 or 1442211. OLE color: 1442211.
HSL color Cylindrical-coordinate representation of color #A30116: hue angle of 352.22º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30116 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.36 |
| HSL | 352.22º | 0.99% | 0.32% | - |
| HSV(B) | 352.22º | 0.99% | 0.64% | - |
| XYZ | 15.26 | 7.87 | 1.47 | - |
| YUV | 51.83 | 111.17 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 22 | 0 | 0.99 | 0.87 | 0.36 | 352.22 | 0.99 | 0.32 |
| Hex | A3 | 1 | 16 | 0 | 63 | 57 | 24 | 160 | 63 | 20 |
| Octal | 243 | 1 | 26 | 0 | 143 | 127 | 44 | 540 | 143 | 40 |
| Binary | 10100011 | 1 | 10110 | 0 | 1100011 | 1010111 | 100100 | 101100000 | 1100011 | 100000 |
Color Harmonies of #A30116
Complementary color
Monochromatic Colors of #A30116
Black with #A30116
Text Example
Text Example
White with #A30116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30116; }
p { color: rgb(163,1,22); }
H1.HeaderClassName
{
color: #A30116;
}
.AnyTagClassName
{
color: #A30116;
}
</style>
background-color css
<style>
a { background-color: #A30116; }
a { background-color: rgb(163,1,22); }
div.DivClassName
{
background-color: #A30116;
}
.BgClassName
{
background-color: #A30116;
}
</style>
border-color css
<style>
span { border-color: #A30116; }
span { border-color: rgb(163,1,22); }
td.TdClassName
{
border-color: #A30116;
}
.TagClassName
{
border-color: #A30116;
}
</style>