Shades of Carmine #8A111C
Tints of Carmine #8A111C
RGB
CMYK
RGB Variations
Color information
#8A111C (or 0x8A111C) is known color: Carmine. HEX triplet: 8A, 11 and 1C. RGB value is (138,17,28). Sum of RGB (Red+Green+Blue) = 138+17+28=183 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.41% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 138 - color contains mainly: red. Hex color #8A111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A111C is #75EEE3. Grayscale: #363636. Windows color (decimal): -7728868 or 1839498. OLE color: 1839498.
HSL color Cylindrical-coordinate representation of color #8A111C: hue angle of 354.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 #8A111C is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 17 | 28 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.46 |
| HSL | 354.55º | 0.78% | 0.3% | - |
| HSV(B) | 354.55º | 0.88% | 0.54% | - |
| XYZ | 10.89 | 5.89 | 1.66 | - |
| YUV | 54.43 | 113.09 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 17 | 28 | 0 | 0.88 | 0.80 | 0.46 | 354.55 | 0.78 | 0.3 |
| Hex | 8A | 11 | 1C | 0 | 58 | 50 | 2E | 163 | 4E | 1E |
| Octal | 212 | 21 | 34 | 0 | 130 | 120 | 56 | 543 | 116 | 36 |
| Binary | 10001010 | 10001 | 11100 | 0 | 1011000 | 1010000 | 101110 | 101100011 | 1001110 | 11110 |
Color Harmonies of #8A111C
Complementary color
Monochromatic Colors of #8A111C
Black with #8A111C
Text Example
Text Example
White with #8A111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A111C; }
p { color: rgb(138,17,28); }
H1.HeaderClassName
{
color: #8A111C;
}
.AnyTagClassName
{
color: #8A111C;
}
</style>
background-color css
<style>
a { background-color: #8A111C; }
a { background-color: rgb(138,17,28); }
div.DivClassName
{
background-color: #8A111C;
}
.BgClassName
{
background-color: #8A111C;
}
</style>
border-color css
<style>
span { border-color: #8A111C; }
span { border-color: rgb(138,17,28); }
td.TdClassName
{
border-color: #8A111C;
}
.TagClassName
{
border-color: #8A111C;
}
</style>