Shades of Carmine #A81719
Tints of Carmine #A81719
RGB
CMYK
RGB Variations
Color information
#A81719 (or 0xA81719) is known color: Carmine. HEX triplet: A8, 17 and 19. RGB value is (168,23,25). Sum of RGB (Red+Green+Blue) = 168+23+25=216 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.78% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 168 - color contains mainly: red. Hex color #A81719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81719 is #57E8E6. Grayscale: #424242. Windows color (decimal): -5761255 or 1644456. OLE color: 1644456.
HSL color Cylindrical-coordinate representation of color #A81719: hue angle of 359.17º 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 #A81719 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 25 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.34 |
| HSL | 359.17º | 0.76% | 0.37% | - |
| HSV(B) | 359.17º | 0.86% | 0.66% | - |
| XYZ | 16.63 | 9.01 | 1.78 | - |
| YUV | 66.58 | 104.54 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 25 | 0 | 0.86 | 0.85 | 0.34 | 359.17 | 0.76 | 0.37 |
| Hex | A8 | 17 | 19 | 0 | 56 | 55 | 22 | 167 | 4C | 25 |
| Octal | 250 | 27 | 31 | 0 | 126 | 125 | 42 | 547 | 114 | 45 |
| Binary | 10101000 | 10111 | 11001 | 0 | 1010110 | 1010101 | 100010 | 101100111 | 1001100 | 100101 |
Color Harmonies of #A81719
Complementary color
Monochromatic Colors of #A81719
Black with #A81719
Text Example
Text Example
White with #A81719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81719; }
p { color: rgb(168,23,25); }
H1.HeaderClassName
{
color: #A81719;
}
.AnyTagClassName
{
color: #A81719;
}
</style>
background-color css
<style>
a { background-color: #A81719; }
a { background-color: rgb(168,23,25); }
div.DivClassName
{
background-color: #A81719;
}
.BgClassName
{
background-color: #A81719;
}
</style>
border-color css
<style>
span { border-color: #A81719; }
span { border-color: rgb(168,23,25); }
td.TdClassName
{
border-color: #A81719;
}
.TagClassName
{
border-color: #A81719;
}
</style>