Shades of Carmine #A81A1B
Tints of Carmine #A81A1B
RGB
CMYK
RGB Variations
Color information
#A81A1B (or 0xA81A1B) is known color: Carmine. HEX triplet: A8, 1A and 1B. RGB value is (168,26,27). Sum of RGB (Red+Green+Blue) = 168+26+27=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81A1B is #57E5E4. Grayscale: #444444. Windows color (decimal): -5760485 or 1776296. OLE color: 1776296.
HSL color Cylindrical-coordinate representation of color #A81A1B: hue angle of 359.58º 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 #A81A1B is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 26 | 27 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.34 |
| HSL | 359.58º | 0.73% | 0.38% | - |
| HSV(B) | 359.58º | 0.85% | 0.66% | - |
| XYZ | 16.72 | 9.14 | 1.92 | - |
| YUV | 68.57 | 104.54 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 27 | 0 | 0.85 | 0.84 | 0.34 | 359.58 | 0.73 | 0.38 |
| Hex | A8 | 1A | 1B | 0 | 55 | 54 | 22 | 168 | 49 | 26 |
| Octal | 250 | 32 | 33 | 0 | 125 | 124 | 42 | 550 | 111 | 46 |
| Binary | 10101000 | 11010 | 11011 | 0 | 1010101 | 1010100 | 100010 | 101101000 | 1001001 | 100110 |
Color Harmonies of #A81A1B
Complementary color
Monochromatic Colors of #A81A1B
Black with #A81A1B
Text Example
Text Example
White with #A81A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81A1B; }
p { color: rgb(168,26,27); }
H1.HeaderClassName
{
color: #A81A1B;
}
.AnyTagClassName
{
color: #A81A1B;
}
</style>
background-color css
<style>
a { background-color: #A81A1B; }
a { background-color: rgb(168,26,27); }
div.DivClassName
{
background-color: #A81A1B;
}
.BgClassName
{
background-color: #A81A1B;
}
</style>
border-color css
<style>
span { border-color: #A81A1B; }
span { border-color: rgb(168,26,27); }
td.TdClassName
{
border-color: #A81A1B;
}
.TagClassName
{
border-color: #A81A1B;
}
</style>