Shades of Carmine #9F181B
Tints of Carmine #9F181B
RGB
CMYK
RGB Variations
Color information
#9F181B (or 0x9F181B) is known color: Carmine. HEX triplet: 9F, 18 and 1B. RGB value is (159,24,27). Sum of RGB (Red+Green+Blue) = 159+24+27=210 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.71% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 159 - color contains mainly: red. Hex color #9F181B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F181B is #60E7E4. Grayscale: #404040. Windows color (decimal): -6350821 or 1775775. OLE color: 1775775.
HSL color Cylindrical-coordinate representation of color #9F181B: hue angle of 358.67º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F181B is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 27 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.38 |
| HSL | 358.67º | 0.74% | 0.36% | - |
| HSV(B) | 358.67º | 0.85% | 0.62% | - |
| XYZ | 14.82 | 8.1 | 1.82 | - |
| YUV | 64.71 | 106.73 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 27 | 0 | 0.85 | 0.83 | 0.38 | 358.67 | 0.74 | 0.36 |
| Hex | 9F | 18 | 1B | 0 | 55 | 53 | 26 | 167 | 4A | 24 |
| Octal | 237 | 30 | 33 | 0 | 125 | 123 | 46 | 547 | 112 | 44 |
| Binary | 10011111 | 11000 | 11011 | 0 | 1010101 | 1010011 | 100110 | 101100111 | 1001010 | 100100 |
Color Harmonies of #9F181B
Complementary color
Monochromatic Colors of #9F181B
Black with #9F181B
Text Example
Text Example
White with #9F181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F181B; }
p { color: rgb(159,24,27); }
H1.HeaderClassName
{
color: #9F181B;
}
.AnyTagClassName
{
color: #9F181B;
}
</style>
background-color css
<style>
a { background-color: #9F181B; }
a { background-color: rgb(159,24,27); }
div.DivClassName
{
background-color: #9F181B;
}
.BgClassName
{
background-color: #9F181B;
}
</style>
border-color css
<style>
span { border-color: #9F181B; }
span { border-color: rgb(159,24,27); }
td.TdClassName
{
border-color: #9F181B;
}
.TagClassName
{
border-color: #9F181B;
}
</style>