Shades of Carmine #9F171A
Tints of Carmine #9F171A
RGB
CMYK
RGB Variations
Color information
#9F171A (or 0x9F171A) is known color: Carmine. HEX triplet: 9F, 17 and 1A. RGB value is (159,23,26). Sum of RGB (Red+Green+Blue) = 159+23+26=208 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.44% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 159 - color contains mainly: red. Hex color #9F171A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F171A is #60E8E5. Grayscale: #404040. Windows color (decimal): -6351078 or 1709983. OLE color: 1709983.
HSL color Cylindrical-coordinate representation of color #9F171A: hue angle of 358.68º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F171A is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 23 | 26 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.38 |
| HSL | 358.68º | 0.75% | 0.36% | - |
| HSV(B) | 358.68º | 0.86% | 0.62% | - |
| XYZ | 14.79 | 8.06 | 1.75 | - |
| YUV | 64.01 | 106.56 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 26 | 0 | 0.86 | 0.84 | 0.38 | 358.68 | 0.75 | 0.36 |
| Hex | 9F | 17 | 1A | 0 | 56 | 54 | 26 | 167 | 4B | 24 |
| Octal | 237 | 27 | 32 | 0 | 126 | 124 | 46 | 547 | 113 | 44 |
| Binary | 10011111 | 10111 | 11010 | 0 | 1010110 | 1010100 | 100110 | 101100111 | 1001011 | 100100 |
Color Harmonies of #9F171A
Complementary color
Monochromatic Colors of #9F171A
Black with #9F171A
Text Example
Text Example
White with #9F171A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F171A; }
p { color: rgb(159,23,26); }
H1.HeaderClassName
{
color: #9F171A;
}
.AnyTagClassName
{
color: #9F171A;
}
</style>
background-color css
<style>
a { background-color: #9F171A; }
a { background-color: rgb(159,23,26); }
div.DivClassName
{
background-color: #9F171A;
}
.BgClassName
{
background-color: #9F171A;
}
</style>
border-color css
<style>
span { border-color: #9F171A; }
span { border-color: rgb(159,23,26); }
td.TdClassName
{
border-color: #9F171A;
}
.TagClassName
{
border-color: #9F171A;
}
</style>