Shades of Carmine #A81720
Tints of Carmine #A81720
RGB
CMYK
RGB Variations
Color information
#A81720 (or 0xA81720) is known color: Carmine. HEX triplet: A8, 17 and 20. RGB value is (168,23,32). Sum of RGB (Red+Green+Blue) = 168+23+32=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A81720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81720 is #57E8DF. Grayscale: #434343. Windows color (decimal): -5761248 or 2103208. OLE color: 2103208.
HSL color Cylindrical-coordinate representation of color #A81720: hue angle of 356.28º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81720 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 32 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.34 |
| HSL | 356.28º | 0.76% | 0.37% | - |
| HSV(B) | 356.28º | 0.86% | 0.66% | - |
| XYZ | 16.72 | 9.04 | 2.23 | - |
| YUV | 67.38 | 108.04 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 32 | 0 | 0.86 | 0.81 | 0.34 | 356.28 | 0.76 | 0.37 |
| Hex | A8 | 17 | 20 | 0 | 56 | 51 | 22 | 164 | 4C | 25 |
| Octal | 250 | 27 | 40 | 0 | 126 | 121 | 42 | 544 | 114 | 45 |
| Binary | 10101000 | 10111 | 100000 | 0 | 1010110 | 1010001 | 100010 | 101100100 | 1001100 | 100101 |
Color Harmonies of #A81720
Complementary color
Monochromatic Colors of #A81720
Black with #A81720
Text Example
Text Example
White with #A81720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81720; }
p { color: rgb(168,23,32); }
H1.HeaderClassName
{
color: #A81720;
}
.AnyTagClassName
{
color: #A81720;
}
</style>
background-color css
<style>
a { background-color: #A81720; }
a { background-color: rgb(168,23,32); }
div.DivClassName
{
background-color: #A81720;
}
.BgClassName
{
background-color: #A81720;
}
</style>
border-color css
<style>
span { border-color: #A81720; }
span { border-color: rgb(168,23,32); }
td.TdClassName
{
border-color: #A81720;
}
.TagClassName
{
border-color: #A81720;
}
</style>