Shades of Carmine #9F061C
Tints of Carmine #9F061C
RGB
CMYK
RGB Variations
Color information
#9F061C (or 0x9F061C) is known color: Carmine. HEX triplet: 9F, 06 and 1C. RGB value is (159,6,28). Sum of RGB (Red+Green+Blue) = 159+6+28=193 (25% of max value = 765). Red value is 159 (62.5% from 255 or 82.38% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 159 - color contains mainly: red. Hex color #9F061C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F061C is #60F9E3. Grayscale: #363636. Windows color (decimal): -6355428 or 1836703. OLE color: 1836703.
HSL color Cylindrical-coordinate representation of color #9F061C: hue angle of 351.37º 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 #9F061C is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 6 | 28 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.38 |
| HSL | 351.37º | 0.93% | 0.32% | - |
| HSV(B) | 351.37º | 0.96% | 0.62% | - |
| XYZ | 14.57 | 7.59 | 1.79 | - |
| YUV | 54.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 28 | 0 | 0.96 | 0.82 | 0.38 | 351.37 | 0.93 | 0.32 |
| Hex | 9F | 6 | 1C | 0 | 60 | 52 | 26 | 15F | 5D | 20 |
| Octal | 237 | 6 | 34 | 0 | 140 | 122 | 46 | 537 | 135 | 40 |
| Binary | 10011111 | 110 | 11100 | 0 | 1100000 | 1010010 | 100110 | 101011111 | 1011101 | 100000 |
Color Harmonies of #9F061C
Complementary color
Monochromatic Colors of #9F061C
Black with #9F061C
Text Example
Text Example
White with #9F061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F061C; }
p { color: rgb(159,6,28); }
H1.HeaderClassName
{
color: #9F061C;
}
.AnyTagClassName
{
color: #9F061C;
}
</style>
background-color css
<style>
a { background-color: #9F061C; }
a { background-color: rgb(159,6,28); }
div.DivClassName
{
background-color: #9F061C;
}
.BgClassName
{
background-color: #9F061C;
}
</style>
border-color css
<style>
span { border-color: #9F061C; }
span { border-color: rgb(159,6,28); }
td.TdClassName
{
border-color: #9F061C;
}
.TagClassName
{
border-color: #9F061C;
}
</style>