Shades of Carmine #A8191A
Tints of Carmine #A8191A
RGB
CMYK
RGB Variations
Color information
#A8191A (or 0xA8191A) is known color: Carmine. HEX triplet: A8, 19 and 1A. RGB value is (168,25,26). Sum of RGB (Red+Green+Blue) = 168+25+26=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A8191A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8191A is #57E6E5. Grayscale: #444444. Windows color (decimal): -5760742 or 1710504. OLE color: 1710504.
HSL color Cylindrical-coordinate representation of color #A8191A: hue angle of 359.58º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8191A is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 26 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.34 |
| HSL | 359.58º | 0.74% | 0.38% | - |
| HSV(B) | 359.58º | 0.85% | 0.66% | - |
| XYZ | 16.68 | 9.09 | 1.85 | - |
| YUV | 67.87 | 104.38 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 26 | 0 | 0.85 | 0.85 | 0.34 | 359.58 | 0.74 | 0.38 |
| Hex | A8 | 19 | 1A | 0 | 55 | 55 | 22 | 168 | 4A | 26 |
| Octal | 250 | 31 | 32 | 0 | 125 | 125 | 42 | 550 | 112 | 46 |
| Binary | 10101000 | 11001 | 11010 | 0 | 1010101 | 1010101 | 100010 | 101101000 | 1001010 | 100110 |
Color Harmonies of #A8191A
Complementary color
Monochromatic Colors of #A8191A
Black with #A8191A
Text Example
Text Example
White with #A8191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8191A; }
p { color: rgb(168,25,26); }
H1.HeaderClassName
{
color: #A8191A;
}
.AnyTagClassName
{
color: #A8191A;
}
</style>
background-color css
<style>
a { background-color: #A8191A; }
a { background-color: rgb(168,25,26); }
div.DivClassName
{
background-color: #A8191A;
}
.BgClassName
{
background-color: #A8191A;
}
</style>
border-color css
<style>
span { border-color: #A8191A; }
span { border-color: rgb(168,25,26); }
td.TdClassName
{
border-color: #A8191A;
}
.TagClassName
{
border-color: #A8191A;
}
</style>