Shades of Carmine #A81416
Tints of Carmine #A81416
RGB
CMYK
RGB Variations
Color information
#A81416 (or 0xA81416) is known color: Carmine. HEX triplet: A8, 14 and 16. RGB value is (168,20,22). Sum of RGB (Red+Green+Blue) = 168+20+22=210 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 168 - color contains mainly: red. Hex color #A81416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81416 is #57EBE9. Grayscale: #404040. Windows color (decimal): -5762026 or 1447080. OLE color: 1447080.
HSL color Cylindrical-coordinate representation of color #A81416: hue angle of 359.19º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81416 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 22 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.34 |
| HSL | 359.19º | 0.79% | 0.37% | - |
| HSV(B) | 359.19º | 0.88% | 0.66% | - |
| XYZ | 16.54 | 8.88 | 1.6 | - |
| YUV | 64.48 | 104.03 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 22 | 0 | 0.88 | 0.87 | 0.34 | 359.19 | 0.79 | 0.37 |
| Hex | A8 | 14 | 16 | 0 | 58 | 57 | 22 | 167 | 4F | 25 |
| Octal | 250 | 24 | 26 | 0 | 130 | 127 | 42 | 547 | 117 | 45 |
| Binary | 10101000 | 10100 | 10110 | 0 | 1011000 | 1010111 | 100010 | 101100111 | 1001111 | 100101 |
Color Harmonies of #A81416
Complementary color
Monochromatic Colors of #A81416
Black with #A81416
Text Example
Text Example
White with #A81416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81416; }
p { color: rgb(168,20,22); }
H1.HeaderClassName
{
color: #A81416;
}
.AnyTagClassName
{
color: #A81416;
}
</style>
background-color css
<style>
a { background-color: #A81416; }
a { background-color: rgb(168,20,22); }
div.DivClassName
{
background-color: #A81416;
}
.BgClassName
{
background-color: #A81416;
}
</style>
border-color css
<style>
span { border-color: #A81416; }
span { border-color: rgb(168,20,22); }
td.TdClassName
{
border-color: #A81416;
}
.TagClassName
{
border-color: #A81416;
}
</style>