Shades of Carmine #9F031C
Tints of Carmine #9F031C
RGB
CMYK
RGB Variations
Color information
#9F031C (or 0x9F031C) is known color: Carmine. HEX triplet: 9F, 03 and 1C. RGB value is (159,3,28). Sum of RGB (Red+Green+Blue) = 159+3+28=190 (25% of max value = 765). Red value is 159 (62.5% from 255 or 83.68% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 159 - color contains mainly: red. Hex color #9F031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F031C is #60FCE3. Grayscale: #343434. Windows color (decimal): -6356196 or 1835935. OLE color: 1835935.
HSL color Cylindrical-coordinate representation of color #9F031C: hue angle of 350.38º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F031C is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 3 | 28 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.38 |
| HSL | 350.38º | 0.96% | 0.32% | - |
| HSV(B) | 350.38º | 0.98% | 0.62% | - |
| XYZ | 14.54 | 7.52 | 1.78 | - |
| YUV | 52.49 | 114.18 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 28 | 0 | 0.98 | 0.82 | 0.38 | 350.38 | 0.96 | 0.32 |
| Hex | 9F | 3 | 1C | 0 | 62 | 52 | 26 | 15E | 60 | 20 |
| Octal | 237 | 3 | 34 | 0 | 142 | 122 | 46 | 536 | 140 | 40 |
| Binary | 10011111 | 11 | 11100 | 0 | 1100010 | 1010010 | 100110 | 101011110 | 1100000 | 100000 |
Color Harmonies of #9F031C
Complementary color
Monochromatic Colors of #9F031C
Black with #9F031C
Text Example
Text Example
White with #9F031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F031C; }
p { color: rgb(159,3,28); }
H1.HeaderClassName
{
color: #9F031C;
}
.AnyTagClassName
{
color: #9F031C;
}
</style>
background-color css
<style>
a { background-color: #9F031C; }
a { background-color: rgb(159,3,28); }
div.DivClassName
{
background-color: #9F031C;
}
.BgClassName
{
background-color: #9F031C;
}
</style>
border-color css
<style>
span { border-color: #9F031C; }
span { border-color: rgb(159,3,28); }
td.TdClassName
{
border-color: #9F031C;
}
.TagClassName
{
border-color: #9F031C;
}
</style>