Shades of Carmine #9F082F
Tints of Carmine #9F082F
RGB
CMYK
RGB Variations
Color information
#9F082F (or 0x9F082F) is known color: Carmine. HEX triplet: 9F, 08 and 2F. RGB value is (159,8,47). Sum of RGB (Red+Green+Blue) = 159+8+47=214 (28% of max value = 765). Red value is 159 (62.5% from 255 or 74.30% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 159 - color contains mainly: red. Hex color #9F082F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F082F is #60F7D0. Grayscale: #393939. Windows color (decimal): -6354897 or 3082399. OLE color: 3082399.
HSL color Cylindrical-coordinate representation of color #9F082F: hue angle of 344.5º 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 #9F082F is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 47 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.38 |
| HSL | 344.5º | 0.9% | 0.33% | - |
| HSV(B) | 344.5º | 0.95% | 0.62% | - |
| XYZ | 14.9 | 7.75 | 3.4 | - |
| YUV | 57.6 | 122.03 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 47 | 0 | 0.95 | 0.70 | 0.38 | 344.5 | 0.9 | 0.33 |
| Hex | 9F | 8 | 2F | 0 | 5F | 46 | 26 | 159 | 5A | 21 |
| Octal | 237 | 10 | 57 | 0 | 137 | 106 | 46 | 531 | 132 | 41 |
| Binary | 10011111 | 1000 | 101111 | 0 | 1011111 | 1000110 | 100110 | 101011001 | 1011010 | 100001 |
Color Harmonies of #9F082F
Complementary color
Monochromatic Colors of #9F082F
Black with #9F082F
Text Example
Text Example
White with #9F082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F082F; }
p { color: rgb(159,8,47); }
H1.HeaderClassName
{
color: #9F082F;
}
.AnyTagClassName
{
color: #9F082F;
}
</style>
background-color css
<style>
a { background-color: #9F082F; }
a { background-color: rgb(159,8,47); }
div.DivClassName
{
background-color: #9F082F;
}
.BgClassName
{
background-color: #9F082F;
}
</style>
border-color css
<style>
span { border-color: #9F082F; }
span { border-color: rgb(159,8,47); }
td.TdClassName
{
border-color: #9F082F;
}
.TagClassName
{
border-color: #9F082F;
}
</style>