Shades of Carmine #9F081C
Tints of Carmine #9F081C
RGB
CMYK
RGB Variations
Color information
#9F081C (or 0x9F081C) is known color: Carmine. HEX triplet: 9F, 08 and 1C. RGB value is (159,8,28). Sum of RGB (Red+Green+Blue) = 159+8+28=195 (25% of max value = 765). Red value is 159 (62.5% from 255 or 81.54% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 159 - color contains mainly: red. Hex color #9F081C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F081C is #60F7E3. Grayscale: #373737. Windows color (decimal): -6354916 or 1837215. OLE color: 1837215.
HSL color Cylindrical-coordinate representation of color #9F081C: hue angle of 352.05º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F081C is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 28 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.38 |
| HSL | 352.05º | 0.9% | 0.33% | - |
| HSV(B) | 352.05º | 0.95% | 0.62% | - |
| XYZ | 14.59 | 7.63 | 1.8 | - |
| YUV | 55.43 | 112.53 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 28 | 0 | 0.95 | 0.82 | 0.38 | 352.05 | 0.9 | 0.33 |
| Hex | 9F | 8 | 1C | 0 | 5F | 52 | 26 | 160 | 5A | 21 |
| Octal | 237 | 10 | 34 | 0 | 137 | 122 | 46 | 540 | 132 | 41 |
| Binary | 10011111 | 1000 | 11100 | 0 | 1011111 | 1010010 | 100110 | 101100000 | 1011010 | 100001 |
Color Harmonies of #9F081C
Complementary color
Monochromatic Colors of #9F081C
Black with #9F081C
Text Example
Text Example
White with #9F081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F081C; }
p { color: rgb(159,8,28); }
H1.HeaderClassName
{
color: #9F081C;
}
.AnyTagClassName
{
color: #9F081C;
}
</style>
background-color css
<style>
a { background-color: #9F081C; }
a { background-color: rgb(159,8,28); }
div.DivClassName
{
background-color: #9F081C;
}
.BgClassName
{
background-color: #9F081C;
}
</style>
border-color css
<style>
span { border-color: #9F081C; }
span { border-color: rgb(159,8,28); }
td.TdClassName
{
border-color: #9F081C;
}
.TagClassName
{
border-color: #9F081C;
}
</style>