Shades of Carmine #A81A1C
Tints of Carmine #A81A1C
RGB
CMYK
RGB Variations
Color information
#A81A1C (or 0xA81A1C) is known color: Carmine. HEX triplet: A8, 1A and 1C. RGB value is (168,26,28). Sum of RGB (Red+Green+Blue) = 168+26+28=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81A1C is #57E5E3. Grayscale: #444444. Windows color (decimal): -5760484 or 1841832. OLE color: 1841832.
HSL color Cylindrical-coordinate representation of color #A81A1C: hue angle of 359.15º degrees, saturation: 0.73, 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 #A81A1C is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 26 | 28 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.34 |
| HSL | 359.15º | 0.73% | 0.38% | - |
| HSV(B) | 359.15º | 0.85% | 0.66% | - |
| XYZ | 16.73 | 9.15 | 1.98 | - |
| YUV | 68.69 | 105.04 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 28 | 0 | 0.85 | 0.83 | 0.34 | 359.15 | 0.73 | 0.38 |
| Hex | A8 | 1A | 1C | 0 | 55 | 53 | 22 | 167 | 49 | 26 |
| Octal | 250 | 32 | 34 | 0 | 125 | 123 | 42 | 547 | 111 | 46 |
| Binary | 10101000 | 11010 | 11100 | 0 | 1010101 | 1010011 | 100010 | 101100111 | 1001001 | 100110 |
Color Harmonies of #A81A1C
Complementary color
Monochromatic Colors of #A81A1C
Black with #A81A1C
Text Example
Text Example
White with #A81A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81A1C; }
p { color: rgb(168,26,28); }
H1.HeaderClassName
{
color: #A81A1C;
}
.AnyTagClassName
{
color: #A81A1C;
}
</style>
background-color css
<style>
a { background-color: #A81A1C; }
a { background-color: rgb(168,26,28); }
div.DivClassName
{
background-color: #A81A1C;
}
.BgClassName
{
background-color: #A81A1C;
}
</style>
border-color css
<style>
span { border-color: #A81A1C; }
span { border-color: rgb(168,26,28); }
td.TdClassName
{
border-color: #A81A1C;
}
.TagClassName
{
border-color: #A81A1C;
}
</style>