Shades of Carmine #8F161A
Tints of Carmine #8F161A
RGB
CMYK
RGB Variations
Color information
#8F161A (or 0x8F161A) is known color: Carmine. HEX triplet: 8F, 16 and 1A. RGB value is (143,22,26). Sum of RGB (Red+Green+Blue) = 143+22+26=191 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.87% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 143 - color contains mainly: red. Hex color #8F161A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F161A is #70E9E5. Grayscale: #3A3A3A. Windows color (decimal): -7399910 or 1709711. OLE color: 1709711.
HSL color Cylindrical-coordinate representation of color #8F161A: hue angle of 358.02º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F161A is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 22 | 26 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.44 |
| HSL | 358.02º | 0.73% | 0.32% | - |
| HSV(B) | 358.02º | 0.85% | 0.56% | - |
| XYZ | 11.8 | 6.49 | 1.61 | - |
| YUV | 58.64 | 109.59 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 26 | 0 | 0.85 | 0.82 | 0.44 | 358.02 | 0.73 | 0.32 |
| Hex | 8F | 16 | 1A | 0 | 55 | 52 | 2C | 166 | 49 | 20 |
| Octal | 217 | 26 | 32 | 0 | 125 | 122 | 54 | 546 | 111 | 40 |
| Binary | 10001111 | 10110 | 11010 | 0 | 1010101 | 1010010 | 101100 | 101100110 | 1001001 | 100000 |
Color Harmonies of #8F161A
Complementary color
Monochromatic Colors of #8F161A
Black with #8F161A
Text Example
Text Example
White with #8F161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F161A; }
p { color: rgb(143,22,26); }
H1.HeaderClassName
{
color: #8F161A;
}
.AnyTagClassName
{
color: #8F161A;
}
</style>
background-color css
<style>
a { background-color: #8F161A; }
a { background-color: rgb(143,22,26); }
div.DivClassName
{
background-color: #8F161A;
}
.BgClassName
{
background-color: #8F161A;
}
</style>
border-color css
<style>
span { border-color: #8F161A; }
span { border-color: rgb(143,22,26); }
td.TdClassName
{
border-color: #8F161A;
}
.TagClassName
{
border-color: #8F161A;
}
</style>