Shades of Carmine #9F082C
Tints of Carmine #9F082C
RGB
CMYK
RGB Variations
Color information
#9F082C (or 0x9F082C) is known color: Carmine. HEX triplet: 9F, 08 and 2C. RGB value is (159,8,44). Sum of RGB (Red+Green+Blue) = 159+8+44=211 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.36% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 159 - color contains mainly: red. Hex color #9F082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F082C is #60F7D3. Grayscale: #393939. Windows color (decimal): -6354900 or 2885791. OLE color: 2885791.
HSL color Cylindrical-coordinate representation of color #9F082C: hue angle of 345.7º 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 #9F082C is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 44 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.38 |
| HSL | 345.7º | 0.9% | 0.33% | - |
| HSV(B) | 345.7º | 0.95% | 0.62% | - |
| XYZ | 14.84 | 7.73 | 3.09 | - |
| YUV | 57.25 | 120.53 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 44 | 0 | 0.95 | 0.72 | 0.38 | 345.7 | 0.9 | 0.33 |
| Hex | 9F | 8 | 2C | 0 | 5F | 48 | 26 | 15A | 5A | 21 |
| Octal | 237 | 10 | 54 | 0 | 137 | 110 | 46 | 532 | 132 | 41 |
| Binary | 10011111 | 1000 | 101100 | 0 | 1011111 | 1001000 | 100110 | 101011010 | 1011010 | 100001 |
Color Harmonies of #9F082C
Complementary color
Monochromatic Colors of #9F082C
Black with #9F082C
Text Example
Text Example
White with #9F082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F082C; }
p { color: rgb(159,8,44); }
H1.HeaderClassName
{
color: #9F082C;
}
.AnyTagClassName
{
color: #9F082C;
}
</style>
background-color css
<style>
a { background-color: #9F082C; }
a { background-color: rgb(159,8,44); }
div.DivClassName
{
background-color: #9F082C;
}
.BgClassName
{
background-color: #9F082C;
}
</style>
border-color css
<style>
span { border-color: #9F082C; }
span { border-color: rgb(159,8,44); }
td.TdClassName
{
border-color: #9F082C;
}
.TagClassName
{
border-color: #9F082C;
}
</style>