Shades of Carmine #8F0120
Tints of Carmine #8F0120
RGB
CMYK
RGB Variations
Color information
#8F0120 (or 0x8F0120) is known color: Carmine. HEX triplet: 8F, 01 and 20. RGB value is (143,1,32). Sum of RGB (Red+Green+Blue) = 143+1+32=176 (23% of max value = 765). Red value is 143 (56.25% from 255 or 81.25% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0120 is #70FEDF. Grayscale: #2F2F2F. Windows color (decimal): -7405280 or 2097551. OLE color: 2097551.
HSL color Cylindrical-coordinate representation of color #8F0120: hue angle of 346.9º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F0120 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.44 |
| HSL | 346.9º | 0.99% | 0.28% | - |
| HSV(B) | 346.9º | 0.99% | 0.56% | - |
| XYZ | 11.6 | 5.97 | 1.91 | - |
| YUV | 46.99 | 119.54 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 32 | 0 | 0.99 | 0.78 | 0.44 | 346.9 | 0.99 | 0.28 |
| Hex | 8F | 1 | 20 | 0 | 63 | 4E | 2C | 15B | 63 | 1C |
| Octal | 217 | 1 | 40 | 0 | 143 | 116 | 54 | 533 | 143 | 34 |
| Binary | 10001111 | 1 | 100000 | 0 | 1100011 | 1001110 | 101100 | 101011011 | 1100011 | 11100 |
Color Harmonies of #8F0120
Complementary color
Monochromatic Colors of #8F0120
Black with #8F0120
Text Example
Text Example
White with #8F0120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0120; }
p { color: rgb(143,1,32); }
H1.HeaderClassName
{
color: #8F0120;
}
.AnyTagClassName
{
color: #8F0120;
}
</style>
background-color css
<style>
a { background-color: #8F0120; }
a { background-color: rgb(143,1,32); }
div.DivClassName
{
background-color: #8F0120;
}
.BgClassName
{
background-color: #8F0120;
}
</style>
border-color css
<style>
span { border-color: #8F0120; }
span { border-color: rgb(143,1,32); }
td.TdClassName
{
border-color: #8F0120;
}
.TagClassName
{
border-color: #8F0120;
}
</style>