Shades of Carmine #8A151B
Tints of Carmine #8A151B
RGB
CMYK
RGB Variations
Color information
#8A151B (or 0x8A151B) is known color: Carmine. HEX triplet: 8A, 15 and 1B. RGB value is (138,21,27). Sum of RGB (Red+Green+Blue) = 138+21+27=186 (24% of max value = 765). Red value is 138 (54.30% from 255 or 74.19% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 138 - color contains mainly: red. Hex color #8A151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A151B is #75EAE4. Grayscale: #383838. Windows color (decimal): -7727845 or 1774986. OLE color: 1774986.
HSL color Cylindrical-coordinate representation of color #8A151B: hue angle of 356.92º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A151B is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 21 | 27 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.46 |
| HSL | 356.92º | 0.74% | 0.31% | - |
| HSV(B) | 356.92º | 0.85% | 0.54% | - |
| XYZ | 10.95 | 6.02 | 1.62 | - |
| YUV | 56.67 | 111.26 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 21 | 27 | 0 | 0.85 | 0.80 | 0.46 | 356.92 | 0.74 | 0.31 |
| Hex | 8A | 15 | 1B | 0 | 55 | 50 | 2E | 165 | 4A | 1F |
| Octal | 212 | 25 | 33 | 0 | 125 | 120 | 56 | 545 | 112 | 37 |
| Binary | 10001010 | 10101 | 11011 | 0 | 1010101 | 1010000 | 101110 | 101100101 | 1001010 | 11111 |
Color Harmonies of #8A151B
Complementary color
Monochromatic Colors of #8A151B
Black with #8A151B
Text Example
Text Example
White with #8A151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A151B; }
p { color: rgb(138,21,27); }
H1.HeaderClassName
{
color: #8A151B;
}
.AnyTagClassName
{
color: #8A151B;
}
</style>
background-color css
<style>
a { background-color: #8A151B; }
a { background-color: rgb(138,21,27); }
div.DivClassName
{
background-color: #8A151B;
}
.BgClassName
{
background-color: #8A151B;
}
</style>
border-color css
<style>
span { border-color: #8A151B; }
span { border-color: rgb(138,21,27); }
td.TdClassName
{
border-color: #8A151B;
}
.TagClassName
{
border-color: #8A151B;
}
</style>