Shades of Carmine #8A111E
Tints of Carmine #8A111E
RGB
CMYK
RGB Variations
Color information
#8A111E (or 0x8A111E) is known color: Carmine. HEX triplet: 8A, 11 and 1E. RGB value is (138,17,30). Sum of RGB (Red+Green+Blue) = 138+17+30=185 (24% of max value = 765). Red value is 138 (54.30% from 255 or 74.59% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 138 - color contains mainly: red. Hex color #8A111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A111E is #75EEE1. Grayscale: #363636. Windows color (decimal): -7728866 or 1970570. OLE color: 1970570.
HSL color Cylindrical-coordinate representation of color #8A111E: hue angle of 353.55º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A111E is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 17 | 30 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.46 |
| HSL | 353.55º | 0.78% | 0.3% | - |
| HSV(B) | 353.55º | 0.88% | 0.54% | - |
| XYZ | 10.92 | 5.9 | 1.79 | - |
| YUV | 54.66 | 114.09 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 17 | 30 | 0 | 0.88 | 0.78 | 0.46 | 353.55 | 0.78 | 0.3 |
| Hex | 8A | 11 | 1E | 0 | 58 | 4E | 2E | 162 | 4E | 1E |
| Octal | 212 | 21 | 36 | 0 | 130 | 116 | 56 | 542 | 116 | 36 |
| Binary | 10001010 | 10001 | 11110 | 0 | 1011000 | 1001110 | 101110 | 101100010 | 1001110 | 11110 |
Color Harmonies of #8A111E
Complementary color
Monochromatic Colors of #8A111E
Black with #8A111E
Text Example
Text Example
White with #8A111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A111E; }
p { color: rgb(138,17,30); }
H1.HeaderClassName
{
color: #8A111E;
}
.AnyTagClassName
{
color: #8A111E;
}
</style>
background-color css
<style>
a { background-color: #8A111E; }
a { background-color: rgb(138,17,30); }
div.DivClassName
{
background-color: #8A111E;
}
.BgClassName
{
background-color: #8A111E;
}
</style>
border-color css
<style>
span { border-color: #8A111E; }
span { border-color: rgb(138,17,30); }
td.TdClassName
{
border-color: #8A111E;
}
.TagClassName
{
border-color: #8A111E;
}
</style>