Shades of Carmine #A81214
Tints of Carmine #A81214
RGB
CMYK
RGB Variations
Color information
#A81214 (or 0xA81214) is known color: Carmine. HEX triplet: A8, 12 and 14. RGB value is (168,18,20). Sum of RGB (Red+Green+Blue) = 168+18+20=206 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.55% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 168 - color contains mainly: red. Hex color #A81214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81214 is #57EDEB. Grayscale: #3F3F3F. Windows color (decimal): -5762540 or 1315496. OLE color: 1315496.
HSL color Cylindrical-coordinate representation of color #A81214: hue angle of 359.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81214 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 20 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.34 |
| HSL | 359.2º | 0.81% | 0.36% | - |
| HSV(B) | 359.2º | 0.89% | 0.66% | - |
| XYZ | 16.49 | 8.81 | 1.49 | - |
| YUV | 63.08 | 103.7 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 20 | 0 | 0.89 | 0.88 | 0.34 | 359.2 | 0.81 | 0.36 |
| Hex | A8 | 12 | 14 | 0 | 59 | 58 | 22 | 167 | 51 | 24 |
| Octal | 250 | 22 | 24 | 0 | 131 | 130 | 42 | 547 | 121 | 44 |
| Binary | 10101000 | 10010 | 10100 | 0 | 1011001 | 1011000 | 100010 | 101100111 | 1010001 | 100100 |
Color Harmonies of #A81214
Complementary color
Monochromatic Colors of #A81214
Black with #A81214
Text Example
Text Example
White with #A81214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81214; }
p { color: rgb(168,18,20); }
H1.HeaderClassName
{
color: #A81214;
}
.AnyTagClassName
{
color: #A81214;
}
</style>
background-color css
<style>
a { background-color: #A81214; }
a { background-color: rgb(168,18,20); }
div.DivClassName
{
background-color: #A81214;
}
.BgClassName
{
background-color: #A81214;
}
</style>
border-color css
<style>
span { border-color: #A81214; }
span { border-color: rgb(168,18,20); }
td.TdClassName
{
border-color: #A81214;
}
.TagClassName
{
border-color: #A81214;
}
</style>