Shades of Carmine #A81619
Tints of Carmine #A81619
RGB
CMYK
RGB Variations
Color information
#A81619 (or 0xA81619) is known color: Carmine. HEX triplet: A8, 16 and 19. RGB value is (168,22,25). Sum of RGB (Red+Green+Blue) = 168+22+25=215 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.14% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 168 - color contains mainly: red. Hex color #A81619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81619 is #57E9E6. Grayscale: #424242. Windows color (decimal): -5761511 or 1644200. OLE color: 1644200.
HSL color Cylindrical-coordinate representation of color #A81619: hue angle of 358.77º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81619 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 25 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.34 |
| HSL | 358.77º | 0.77% | 0.37% | - |
| HSV(B) | 358.77º | 0.87% | 0.66% | - |
| XYZ | 16.61 | 8.97 | 1.78 | - |
| YUV | 66 | 104.87 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 25 | 0 | 0.87 | 0.85 | 0.34 | 358.77 | 0.77 | 0.37 |
| Hex | A8 | 16 | 19 | 0 | 57 | 55 | 22 | 167 | 4D | 25 |
| Octal | 250 | 26 | 31 | 0 | 127 | 125 | 42 | 547 | 115 | 45 |
| Binary | 10101000 | 10110 | 11001 | 0 | 1010111 | 1010101 | 100010 | 101100111 | 1001101 | 100101 |
Color Harmonies of #A81619
Complementary color
Monochromatic Colors of #A81619
Black with #A81619
Text Example
Text Example
White with #A81619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81619; }
p { color: rgb(168,22,25); }
H1.HeaderClassName
{
color: #A81619;
}
.AnyTagClassName
{
color: #A81619;
}
</style>
background-color css
<style>
a { background-color: #A81619; }
a { background-color: rgb(168,22,25); }
div.DivClassName
{
background-color: #A81619;
}
.BgClassName
{
background-color: #A81619;
}
</style>
border-color css
<style>
span { border-color: #A81619; }
span { border-color: rgb(168,22,25); }
td.TdClassName
{
border-color: #A81619;
}
.TagClassName
{
border-color: #A81619;
}
</style>