Shades of Carmine #A8161D
Tints of Carmine #A8161D
RGB
CMYK
RGB Variations
Color information
#A8161D (or 0xA8161D) is known color: Carmine. HEX triplet: A8, 16 and 1D. RGB value is (168,22,29). Sum of RGB (Red+Green+Blue) = 168+22+29=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A8161D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8161D is #57E9E2. Grayscale: #424242. Windows color (decimal): -5761507 or 1906344. OLE color: 1906344.
HSL color Cylindrical-coordinate representation of color #A8161D: hue angle of 357.12º 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 #A8161D is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 29 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.34 |
| HSL | 357.12º | 0.77% | 0.37% | - |
| HSV(B) | 357.12º | 0.87% | 0.66% | - |
| XYZ | 16.66 | 8.99 | 2.02 | - |
| YUV | 66.45 | 106.87 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 29 | 0 | 0.87 | 0.83 | 0.34 | 357.12 | 0.77 | 0.37 |
| Hex | A8 | 16 | 1D | 0 | 57 | 53 | 22 | 165 | 4D | 25 |
| Octal | 250 | 26 | 35 | 0 | 127 | 123 | 42 | 545 | 115 | 45 |
| Binary | 10101000 | 10110 | 11101 | 0 | 1010111 | 1010011 | 100010 | 101100101 | 1001101 | 100101 |
Color Harmonies of #A8161D
Complementary color
Monochromatic Colors of #A8161D
Black with #A8161D
Text Example
Text Example
White with #A8161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8161D; }
p { color: rgb(168,22,29); }
H1.HeaderClassName
{
color: #A8161D;
}
.AnyTagClassName
{
color: #A8161D;
}
</style>
background-color css
<style>
a { background-color: #A8161D; }
a { background-color: rgb(168,22,29); }
div.DivClassName
{
background-color: #A8161D;
}
.BgClassName
{
background-color: #A8161D;
}
</style>
border-color css
<style>
span { border-color: #A8161D; }
span { border-color: rgb(168,22,29); }
td.TdClassName
{
border-color: #A8161D;
}
.TagClassName
{
border-color: #A8161D;
}
</style>