Shades of Carmine #9F052F
Tints of Carmine #9F052F
RGB
CMYK
RGB Variations
Color information
#9F052F (or 0x9F052F) is known color: Carmine. HEX triplet: 9F, 05 and 2F. RGB value is (159,5,47). Sum of RGB (Red+Green+Blue) = 159+5+47=211 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.36% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 159 - color contains mainly: red. Hex color #9F052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F052F is #60FAD0. Grayscale: #373737. Windows color (decimal): -6355665 or 3081631. OLE color: 3081631.
HSL color Cylindrical-coordinate representation of color #9F052F: hue angle of 343.64º 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 #9F052F is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 5 | 47 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.38 |
| HSL | 343.64º | 0.94% | 0.32% | - |
| HSV(B) | 343.64º | 0.97% | 0.62% | - |
| XYZ | 14.87 | 7.68 | 3.39 | - |
| YUV | 55.83 | 123.02 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 47 | 0 | 0.97 | 0.70 | 0.38 | 343.64 | 0.94 | 0.32 |
| Hex | 9F | 5 | 2F | 0 | 61 | 46 | 26 | 158 | 5E | 20 |
| Octal | 237 | 5 | 57 | 0 | 141 | 106 | 46 | 530 | 136 | 40 |
| Binary | 10011111 | 101 | 101111 | 0 | 1100001 | 1000110 | 100110 | 101011000 | 1011110 | 100000 |
Color Harmonies of #9F052F
Complementary color
Monochromatic Colors of #9F052F
Black with #9F052F
Text Example
Text Example
White with #9F052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F052F; }
p { color: rgb(159,5,47); }
H1.HeaderClassName
{
color: #9F052F;
}
.AnyTagClassName
{
color: #9F052F;
}
</style>
background-color css
<style>
a { background-color: #9F052F; }
a { background-color: rgb(159,5,47); }
div.DivClassName
{
background-color: #9F052F;
}
.BgClassName
{
background-color: #9F052F;
}
</style>
border-color css
<style>
span { border-color: #9F052F; }
span { border-color: rgb(159,5,47); }
td.TdClassName
{
border-color: #9F052F;
}
.TagClassName
{
border-color: #9F052F;
}
</style>