Shades of Carmine #9F071B
Tints of Carmine #9F071B
RGB
CMYK
RGB Variations
Color information
#9F071B (or 0x9F071B) is known color: Carmine. HEX triplet: 9F, 07 and 1B. RGB value is (159,7,27). Sum of RGB (Red+Green+Blue) = 159+7+27=193 (25% of max value = 765). Red value is 159 (62.5% from 255 or 82.38% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 159 - color contains mainly: red. Hex color #9F071B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F071B is #60F8E4. Grayscale: #363636. Windows color (decimal): -6355173 or 1771423. OLE color: 1771423.
HSL color Cylindrical-coordinate representation of color #9F071B: hue angle of 352.11º 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 #9F071B is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 27 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.38 |
| HSL | 352.11º | 0.92% | 0.33% | - |
| HSV(B) | 352.11º | 0.96% | 0.62% | - |
| XYZ | 14.57 | 7.6 | 1.74 | - |
| YUV | 54.73 | 112.36 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 27 | 0 | 0.96 | 0.83 | 0.38 | 352.11 | 0.92 | 0.33 |
| Hex | 9F | 7 | 1B | 0 | 60 | 53 | 26 | 160 | 5C | 21 |
| Octal | 237 | 7 | 33 | 0 | 140 | 123 | 46 | 540 | 134 | 41 |
| Binary | 10011111 | 111 | 11011 | 0 | 1100000 | 1010011 | 100110 | 101100000 | 1011100 | 100001 |
Color Harmonies of #9F071B
Complementary color
Monochromatic Colors of #9F071B
Black with #9F071B
Text Example
Text Example
White with #9F071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F071B; }
p { color: rgb(159,7,27); }
H1.HeaderClassName
{
color: #9F071B;
}
.AnyTagClassName
{
color: #9F071B;
}
</style>
background-color css
<style>
a { background-color: #9F071B; }
a { background-color: rgb(159,7,27); }
div.DivClassName
{
background-color: #9F071B;
}
.BgClassName
{
background-color: #9F071B;
}
</style>
border-color css
<style>
span { border-color: #9F071B; }
span { border-color: rgb(159,7,27); }
td.TdClassName
{
border-color: #9F071B;
}
.TagClassName
{
border-color: #9F071B;
}
</style>