Shades of Carmine #9F072C
Tints of Carmine #9F072C
RGB
CMYK
RGB Variations
Color information
#9F072C (or 0x9F072C) is known color: Carmine. HEX triplet: 9F, 07 and 2C. RGB value is (159,7,44). Sum of RGB (Red+Green+Blue) = 159+7+44=210 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.71% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 159 - color contains mainly: red. Hex color #9F072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F072C is #60F8D3. Grayscale: #383838. Windows color (decimal): -6355156 or 2885535. OLE color: 2885535.
HSL color Cylindrical-coordinate representation of color #9F072C: hue angle of 345.39º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F072C is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 44 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.38 |
| HSL | 345.39º | 0.92% | 0.33% | - |
| HSV(B) | 345.39º | 0.96% | 0.62% | - |
| XYZ | 14.83 | 7.7 | 3.09 | - |
| YUV | 56.67 | 120.86 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 44 | 0 | 0.96 | 0.72 | 0.38 | 345.39 | 0.92 | 0.33 |
| Hex | 9F | 7 | 2C | 0 | 60 | 48 | 26 | 159 | 5C | 21 |
| Octal | 237 | 7 | 54 | 0 | 140 | 110 | 46 | 531 | 134 | 41 |
| Binary | 10011111 | 111 | 101100 | 0 | 1100000 | 1001000 | 100110 | 101011001 | 1011100 | 100001 |
Color Harmonies of #9F072C
Complementary color
Monochromatic Colors of #9F072C
Black with #9F072C
Text Example
Text Example
White with #9F072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F072C; }
p { color: rgb(159,7,44); }
H1.HeaderClassName
{
color: #9F072C;
}
.AnyTagClassName
{
color: #9F072C;
}
</style>
background-color css
<style>
a { background-color: #9F072C; }
a { background-color: rgb(159,7,44); }
div.DivClassName
{
background-color: #9F072C;
}
.BgClassName
{
background-color: #9F072C;
}
</style>
border-color css
<style>
span { border-color: #9F072C; }
span { border-color: rgb(159,7,44); }
td.TdClassName
{
border-color: #9F072C;
}
.TagClassName
{
border-color: #9F072C;
}
</style>