Shades of Carmine #8A101D
Tints of Carmine #8A101D
RGB
CMYK
RGB Variations
Color information
#8A101D (or 0x8A101D) is known color: Carmine. HEX triplet: 8A, 10 and 1D. RGB value is (138,16,29). Sum of RGB (Red+Green+Blue) = 138+16+29=183 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.41% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 138 - color contains mainly: red. Hex color #8A101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A101D is #75EFE2. Grayscale: #363636. Windows color (decimal): -7729123 or 1904778. OLE color: 1904778.
HSL color Cylindrical-coordinate representation of color #8A101D: hue angle of 353.61º degrees, saturation: 0.79, 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 #8A101D is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 16 | 29 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.46 |
| HSL | 353.61º | 0.79% | 0.3% | - |
| HSV(B) | 353.61º | 0.88% | 0.54% | - |
| XYZ | 10.89 | 5.86 | 1.72 | - |
| YUV | 53.96 | 113.92 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 16 | 29 | 0 | 0.88 | 0.79 | 0.46 | 353.61 | 0.79 | 0.3 |
| Hex | 8A | 10 | 1D | 0 | 58 | 4F | 2E | 162 | 4F | 1E |
| Octal | 212 | 20 | 35 | 0 | 130 | 117 | 56 | 542 | 117 | 36 |
| Binary | 10001010 | 10000 | 11101 | 0 | 1011000 | 1001111 | 101110 | 101100010 | 1001111 | 11110 |
Color Harmonies of #8A101D
Complementary color
Monochromatic Colors of #8A101D
Black with #8A101D
Text Example
Text Example
White with #8A101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A101D; }
p { color: rgb(138,16,29); }
H1.HeaderClassName
{
color: #8A101D;
}
.AnyTagClassName
{
color: #8A101D;
}
</style>
background-color css
<style>
a { background-color: #8A101D; }
a { background-color: rgb(138,16,29); }
div.DivClassName
{
background-color: #8A101D;
}
.BgClassName
{
background-color: #8A101D;
}
</style>
border-color css
<style>
span { border-color: #8A101D; }
span { border-color: rgb(138,16,29); }
td.TdClassName
{
border-color: #8A101D;
}
.TagClassName
{
border-color: #8A101D;
}
</style>