Shades of Carmine #A8191C
Tints of Carmine #A8191C
RGB
CMYK
RGB Variations
Color information
#A8191C (or 0xA8191C) is known color: Carmine. HEX triplet: A8, 19 and 1C. RGB value is (168,25,28). Sum of RGB (Red+Green+Blue) = 168+25+28=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A8191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8191C is #57E6E3. Grayscale: #444444. Windows color (decimal): -5760740 or 1841576. OLE color: 1841576.
HSL color Cylindrical-coordinate representation of color #A8191C: hue angle of 358.74º 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 #A8191C is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 28 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.34 |
| HSL | 358.74º | 0.74% | 0.38% | - |
| HSV(B) | 358.74º | 0.85% | 0.66% | - |
| XYZ | 16.71 | 9.1 | 1.98 | - |
| YUV | 68.1 | 105.38 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 28 | 0 | 0.85 | 0.83 | 0.34 | 358.74 | 0.74 | 0.38 |
| Hex | A8 | 19 | 1C | 0 | 55 | 53 | 22 | 167 | 4A | 26 |
| Octal | 250 | 31 | 34 | 0 | 125 | 123 | 42 | 547 | 112 | 46 |
| Binary | 10101000 | 11001 | 11100 | 0 | 1010101 | 1010011 | 100010 | 101100111 | 1001010 | 100110 |
Color Harmonies of #A8191C
Complementary color
Monochromatic Colors of #A8191C
Black with #A8191C
Text Example
Text Example
White with #A8191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8191C; }
p { color: rgb(168,25,28); }
H1.HeaderClassName
{
color: #A8191C;
}
.AnyTagClassName
{
color: #A8191C;
}
</style>
background-color css
<style>
a { background-color: #A8191C; }
a { background-color: rgb(168,25,28); }
div.DivClassName
{
background-color: #A8191C;
}
.BgClassName
{
background-color: #A8191C;
}
</style>
border-color css
<style>
span { border-color: #A8191C; }
span { border-color: rgb(168,25,28); }
td.TdClassName
{
border-color: #A8191C;
}
.TagClassName
{
border-color: #A8191C;
}
</style>