Shades of Carmine #8F0020
Tints of Carmine #8F0020
RGB
CMYK
RGB Variations
Color information
#8F0020 (or 0x8F0020) is known color: Carmine. HEX triplet: 8F, 00 and 20. RGB value is (143,0,32). Sum of RGB (Red+Green+Blue) = 143+0+32=175 (23% of max value = 765). Red value is 143 (56.25% from 255 or 81.71% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0020 is #70FFDF. Grayscale: #2E2E2E. Windows color (decimal): -7405536 or 2097295. OLE color: 2097295.
HSL color Cylindrical-coordinate representation of color #8F0020: hue angle of 346.57º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F0020 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.78 | 0.44 |
| HSL | 346.57º | 1% | 0.28% | - |
| HSV(B) | 346.57º | 1% | 0.56% | - |
| XYZ | 11.59 | 5.94 | 1.9 | - |
| YUV | 46.41 | 119.88 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 0 | 32 | 0 | 1 | 0.78 | 0.44 | 346.57 | 1 | 0.28 |
| Hex | 8F | 0 | 20 | 0 | 64 | 4E | 2C | 15B | 64 | 1C |
| Octal | 217 | 0 | 40 | 0 | 144 | 116 | 54 | 533 | 144 | 34 |
| Binary | 10001111 | 0 | 100000 | 0 | 1100100 | 1001110 | 101100 | 101011011 | 1100100 | 11100 |
Color Harmonies of #8F0020
Complementary color
Monochromatic Colors of #8F0020
Black with #8F0020
Text Example
Text Example
White with #8F0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0020; }
p { color: rgb(143,0,32); }
H1.HeaderClassName
{
color: #8F0020;
}
.AnyTagClassName
{
color: #8F0020;
}
</style>
background-color css
<style>
a { background-color: #8F0020; }
a { background-color: rgb(143,0,32); }
div.DivClassName
{
background-color: #8F0020;
}
.BgClassName
{
background-color: #8F0020;
}
</style>
border-color css
<style>
span { border-color: #8F0020; }
span { border-color: rgb(143,0,32); }
td.TdClassName
{
border-color: #8F0020;
}
.TagClassName
{
border-color: #8F0020;
}
</style>