Shades of Carmine #9F062E
Tints of Carmine #9F062E
RGB
CMYK
RGB Variations
Color information
#9F062E (or 0x9F062E) is known color: Carmine. HEX triplet: 9F, 06 and 2E. RGB value is (159,6,46). Sum of RGB (Red+Green+Blue) = 159+6+46=211 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.36% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 159 - color contains mainly: red. Hex color #9F062E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F062E is #60F9D1. Grayscale: #383838. Windows color (decimal): -6355410 or 3016351. OLE color: 3016351.
HSL color Cylindrical-coordinate representation of color #9F062E: hue angle of 344.31º 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 #9F062E is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 6 | 46 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.38 |
| HSL | 344.31º | 0.93% | 0.32% | - |
| HSV(B) | 344.31º | 0.96% | 0.62% | - |
| XYZ | 14.86 | 7.7 | 3.29 | - |
| YUV | 56.31 | 122.19 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 46 | 0 | 0.96 | 0.71 | 0.38 | 344.31 | 0.93 | 0.32 |
| Hex | 9F | 6 | 2E | 0 | 60 | 47 | 26 | 158 | 5D | 20 |
| Octal | 237 | 6 | 56 | 0 | 140 | 107 | 46 | 530 | 135 | 40 |
| Binary | 10011111 | 110 | 101110 | 0 | 1100000 | 1000111 | 100110 | 101011000 | 1011101 | 100000 |
Color Harmonies of #9F062E
Complementary color
Monochromatic Colors of #9F062E
Black with #9F062E
Text Example
Text Example
White with #9F062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F062E; }
p { color: rgb(159,6,46); }
H1.HeaderClassName
{
color: #9F062E;
}
.AnyTagClassName
{
color: #9F062E;
}
</style>
background-color css
<style>
a { background-color: #9F062E; }
a { background-color: rgb(159,6,46); }
div.DivClassName
{
background-color: #9F062E;
}
.BgClassName
{
background-color: #9F062E;
}
</style>
border-color css
<style>
span { border-color: #9F062E; }
span { border-color: rgb(159,6,46); }
td.TdClassName
{
border-color: #9F062E;
}
.TagClassName
{
border-color: #9F062E;
}
</style>