Shades of Carmine #9F0615
Tints of Carmine #9F0615
RGB
CMYK
RGB Variations
Color information
#9F0615 (or 0x9F0615) is known color: Carmine. HEX triplet: 9F, 06 and 15. RGB value is (159,6,21). Sum of RGB (Red+Green+Blue) = 159+6+21=186 (24% of max value = 765). Red value is 159 (62.5% from 255 or 85.48% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0615 is #60F9EA. Grayscale: #353535. Windows color (decimal): -6355435 or 1377951. OLE color: 1377951.
HSL color Cylindrical-coordinate representation of color #9F0615: hue angle of 354.12º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F0615 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 6 | 21 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.38 |
| HSL | 354.12º | 0.93% | 0.32% | - |
| HSV(B) | 354.12º | 0.96% | 0.62% | - |
| XYZ | 14.5 | 7.56 | 1.4 | - |
| YUV | 53.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 21 | 0 | 0.96 | 0.87 | 0.38 | 354.12 | 0.93 | 0.32 |
| Hex | 9F | 6 | 15 | 0 | 60 | 57 | 26 | 162 | 5D | 20 |
| Octal | 237 | 6 | 25 | 0 | 140 | 127 | 46 | 542 | 135 | 40 |
| Binary | 10011111 | 110 | 10101 | 0 | 1100000 | 1010111 | 100110 | 101100010 | 1011101 | 100000 |
Color Harmonies of #9F0615
Complementary color
Monochromatic Colors of #9F0615
Black with #9F0615
Text Example
Text Example
White with #9F0615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0615; }
p { color: rgb(159,6,21); }
H1.HeaderClassName
{
color: #9F0615;
}
.AnyTagClassName
{
color: #9F0615;
}
</style>
background-color css
<style>
a { background-color: #9F0615; }
a { background-color: rgb(159,6,21); }
div.DivClassName
{
background-color: #9F0615;
}
.BgClassName
{
background-color: #9F0615;
}
</style>
border-color css
<style>
span { border-color: #9F0615; }
span { border-color: rgb(159,6,21); }
td.TdClassName
{
border-color: #9F0615;
}
.TagClassName
{
border-color: #9F0615;
}
</style>