Shades of Carmine #9F073A
Tints of Carmine #9F073A
RGB
CMYK
RGB Variations
Color information
#9F073A (or 0x9F073A) is known color: Carmine. HEX triplet: 9F, 07 and 3A. RGB value is (159,7,58). Sum of RGB (Red+Green+Blue) = 159+7+58=224 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.98% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 159 - color contains mainly: red. Hex color #9F073A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F073A is #60F8C5. Grayscale: #3A3A3A. Windows color (decimal): -6355142 or 3803039. OLE color: 3803039.
HSL color Cylindrical-coordinate representation of color #9F073A: hue angle of 339.87º 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 #9F073A is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 58 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.38 |
| HSL | 339.87º | 0.92% | 0.33% | - |
| HSV(B) | 339.87º | 0.96% | 0.62% | - |
| XYZ | 15.14 | 7.83 | 4.72 | - |
| YUV | 58.26 | 127.86 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 58 | 0 | 0.96 | 0.64 | 0.38 | 339.87 | 0.92 | 0.33 |
| Hex | 9F | 7 | 3A | 0 | 60 | 40 | 26 | 154 | 5C | 21 |
| Octal | 237 | 7 | 72 | 0 | 140 | 100 | 46 | 524 | 134 | 41 |
| Binary | 10011111 | 111 | 111010 | 0 | 1100000 | 1000000 | 100110 | 101010100 | 1011100 | 100001 |
Color Harmonies of #9F073A
Complementary color
Monochromatic Colors of #9F073A
Black with #9F073A
Text Example
Text Example
White with #9F073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F073A; }
p { color: rgb(159,7,58); }
H1.HeaderClassName
{
color: #9F073A;
}
.AnyTagClassName
{
color: #9F073A;
}
</style>
background-color css
<style>
a { background-color: #9F073A; }
a { background-color: rgb(159,7,58); }
div.DivClassName
{
background-color: #9F073A;
}
.BgClassName
{
background-color: #9F073A;
}
</style>
border-color css
<style>
span { border-color: #9F073A; }
span { border-color: rgb(159,7,58); }
td.TdClassName
{
border-color: #9F073A;
}
.TagClassName
{
border-color: #9F073A;
}
</style>