Shades of Carmine #9F021B
Tints of Carmine #9F021B
RGB
CMYK
RGB Variations
Color information
#9F021B (or 0x9F021B) is known color: Carmine. HEX triplet: 9F, 02 and 1B. RGB value is (159,2,27). Sum of RGB (Red+Green+Blue) = 159+2+27=188 (24% of max value = 765). Red value is 159 (62.5% from 255 or 84.57% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 159 - color contains mainly: red. Hex color #9F021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F021B is #60FDE4. Grayscale: #333333. Windows color (decimal): -6356453 or 1770143. OLE color: 1770143.
HSL color Cylindrical-coordinate representation of color #9F021B: hue angle of 350.45º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F021B is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.38 |
| HSL | 350.45º | 0.98% | 0.32% | - |
| HSV(B) | 350.45º | 0.99% | 0.62% | - |
| XYZ | 14.52 | 7.49 | 1.72 | - |
| YUV | 51.79 | 114.01 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 27 | 0 | 0.99 | 0.83 | 0.38 | 350.45 | 0.98 | 0.32 |
| Hex | 9F | 2 | 1B | 0 | 63 | 53 | 26 | 15E | 62 | 20 |
| Octal | 237 | 2 | 33 | 0 | 143 | 123 | 46 | 536 | 142 | 40 |
| Binary | 10011111 | 10 | 11011 | 0 | 1100011 | 1010011 | 100110 | 101011110 | 1100010 | 100000 |
Color Harmonies of #9F021B
Complementary color
Monochromatic Colors of #9F021B
Black with #9F021B
Text Example
Text Example
White with #9F021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F021B; }
p { color: rgb(159,2,27); }
H1.HeaderClassName
{
color: #9F021B;
}
.AnyTagClassName
{
color: #9F021B;
}
</style>
background-color css
<style>
a { background-color: #9F021B; }
a { background-color: rgb(159,2,27); }
div.DivClassName
{
background-color: #9F021B;
}
.BgClassName
{
background-color: #9F021B;
}
</style>
border-color css
<style>
span { border-color: #9F021B; }
span { border-color: rgb(159,2,27); }
td.TdClassName
{
border-color: #9F021B;
}
.TagClassName
{
border-color: #9F021B;
}
</style>