Shades of Carmine #9F0524
Tints of Carmine #9F0524
RGB
CMYK
RGB Variations
Color information
#9F0524 (or 0x9F0524) is known color: Carmine. HEX triplet: 9F, 05 and 24. RGB value is (159,5,36). Sum of RGB (Red+Green+Blue) = 159+5+36=200 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0524 is #60FADB. Grayscale: #363636. Windows color (decimal): -6355676 or 2360735. OLE color: 2360735.
HSL color Cylindrical-coordinate representation of color #9F0524: hue angle of 347.92º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F0524 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 5 | 36 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.38 |
| HSL | 347.92º | 0.94% | 0.32% | - |
| HSV(B) | 347.92º | 0.97% | 0.62% | - |
| XYZ | 14.67 | 7.61 | 2.36 | - |
| YUV | 54.58 | 117.52 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 36 | 0 | 0.97 | 0.77 | 0.38 | 347.92 | 0.94 | 0.32 |
| Hex | 9F | 5 | 24 | 0 | 61 | 4D | 26 | 15C | 5E | 20 |
| Octal | 237 | 5 | 44 | 0 | 141 | 115 | 46 | 534 | 136 | 40 |
| Binary | 10011111 | 101 | 100100 | 0 | 1100001 | 1001101 | 100110 | 101011100 | 1011110 | 100000 |
Color Harmonies of #9F0524
Complementary color
Monochromatic Colors of #9F0524
Black with #9F0524
Text Example
Text Example
White with #9F0524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0524; }
p { color: rgb(159,5,36); }
H1.HeaderClassName
{
color: #9F0524;
}
.AnyTagClassName
{
color: #9F0524;
}
</style>
background-color css
<style>
a { background-color: #9F0524; }
a { background-color: rgb(159,5,36); }
div.DivClassName
{
background-color: #9F0524;
}
.BgClassName
{
background-color: #9F0524;
}
</style>
border-color css
<style>
span { border-color: #9F0524; }
span { border-color: rgb(159,5,36); }
td.TdClassName
{
border-color: #9F0524;
}
.TagClassName
{
border-color: #9F0524;
}
</style>