Shades of Carmine #9F0124
Tints of Carmine #9F0124
RGB
CMYK
RGB Variations
Color information
#9F0124 (or 0x9F0124) is known color: Carmine. HEX triplet: 9F, 01 and 24. RGB value is (159,1,36). Sum of RGB (Red+Green+Blue) = 159+1+36=196 (25% of max value = 765). Red value is 159 (62.5% from 255 or 81.12% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0124 is #60FEDB. Grayscale: #343434. Windows color (decimal): -6356700 or 2359711. OLE color: 2359711.
HSL color Cylindrical-coordinate representation of color #9F0124: hue angle of 346.71º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0124 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 36 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.38 |
| HSL | 346.71º | 0.99% | 0.31% | - |
| HSV(B) | 346.71º | 0.99% | 0.62% | - |
| XYZ | 14.63 | 7.52 | 2.35 | - |
| YUV | 52.23 | 118.85 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 36 | 0 | 0.99 | 0.77 | 0.38 | 346.71 | 0.99 | 0.31 |
| Hex | 9F | 1 | 24 | 0 | 63 | 4D | 26 | 15B | 63 | 1F |
| Octal | 237 | 1 | 44 | 0 | 143 | 115 | 46 | 533 | 143 | 37 |
| Binary | 10011111 | 1 | 100100 | 0 | 1100011 | 1001101 | 100110 | 101011011 | 1100011 | 11111 |
Color Harmonies of #9F0124
Complementary color
Monochromatic Colors of #9F0124
Black with #9F0124
Text Example
Text Example
White with #9F0124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0124; }
p { color: rgb(159,1,36); }
H1.HeaderClassName
{
color: #9F0124;
}
.AnyTagClassName
{
color: #9F0124;
}
</style>
background-color css
<style>
a { background-color: #9F0124; }
a { background-color: rgb(159,1,36); }
div.DivClassName
{
background-color: #9F0124;
}
.BgClassName
{
background-color: #9F0124;
}
</style>
border-color css
<style>
span { border-color: #9F0124; }
span { border-color: rgb(159,1,36); }
td.TdClassName
{
border-color: #9F0124;
}
.TagClassName
{
border-color: #9F0124;
}
</style>