Shades of Carmine #9F082A
Tints of Carmine #9F082A
RGB
CMYK
RGB Variations
Color information
#9F082A (or 0x9F082A) is known color: Carmine. HEX triplet: 9F, 08 and 2A. RGB value is (159,8,42). Sum of RGB (Red+Green+Blue) = 159+8+42=209 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.08% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 159 - color contains mainly: red. Hex color #9F082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F082A is #60F7D5. Grayscale: #393939. Windows color (decimal): -6354902 or 2754719. OLE color: 2754719.
HSL color Cylindrical-coordinate representation of color #9F082A: hue angle of 346.49º 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 #9F082A is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 42 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.38 |
| HSL | 346.49º | 0.9% | 0.33% | - |
| HSV(B) | 346.49º | 0.95% | 0.62% | - |
| XYZ | 14.8 | 7.71 | 2.9 | - |
| YUV | 57.03 | 119.53 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 42 | 0 | 0.95 | 0.74 | 0.38 | 346.49 | 0.9 | 0.33 |
| Hex | 9F | 8 | 2A | 0 | 5F | 4A | 26 | 15A | 5A | 21 |
| Octal | 237 | 10 | 52 | 0 | 137 | 112 | 46 | 532 | 132 | 41 |
| Binary | 10011111 | 1000 | 101010 | 0 | 1011111 | 1001010 | 100110 | 101011010 | 1011010 | 100001 |
Color Harmonies of #9F082A
Complementary color
Monochromatic Colors of #9F082A
Black with #9F082A
Text Example
Text Example
White with #9F082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F082A; }
p { color: rgb(159,8,42); }
H1.HeaderClassName
{
color: #9F082A;
}
.AnyTagClassName
{
color: #9F082A;
}
</style>
background-color css
<style>
a { background-color: #9F082A; }
a { background-color: rgb(159,8,42); }
div.DivClassName
{
background-color: #9F082A;
}
.BgClassName
{
background-color: #9F082A;
}
</style>
border-color css
<style>
span { border-color: #9F082A; }
span { border-color: rgb(159,8,42); }
td.TdClassName
{
border-color: #9F082A;
}
.TagClassName
{
border-color: #9F082A;
}
</style>