Shades of Carmine #9F012F
Tints of Carmine #9F012F
RGB
CMYK
RGB Variations
Color information
#9F012F (or 0x9F012F) is known color: Carmine. HEX triplet: 9F, 01 and 2F. RGB value is (159,1,47). Sum of RGB (Red+Green+Blue) = 159+1+47=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F012F is #60FED0. Grayscale: #353535. Windows color (decimal): -6356689 or 3080607. OLE color: 3080607.
HSL color Cylindrical-coordinate representation of color #9F012F: hue angle of 342.53º 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 #9F012F is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.38 |
| HSL | 342.53º | 0.99% | 0.31% | - |
| HSV(B) | 342.53º | 0.99% | 0.62% | - |
| XYZ | 14.82 | 7.6 | 3.37 | - |
| YUV | 53.49 | 124.35 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 47 | 0 | 0.99 | 0.70 | 0.38 | 342.53 | 0.99 | 0.31 |
| Hex | 9F | 1 | 2F | 0 | 63 | 46 | 26 | 157 | 63 | 1F |
| Octal | 237 | 1 | 57 | 0 | 143 | 106 | 46 | 527 | 143 | 37 |
| Binary | 10011111 | 1 | 101111 | 0 | 1100011 | 1000110 | 100110 | 101010111 | 1100011 | 11111 |
Color Harmonies of #9F012F
Complementary color
Monochromatic Colors of #9F012F
Black with #9F012F
Text Example
Text Example
White with #9F012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F012F; }
p { color: rgb(159,1,47); }
H1.HeaderClassName
{
color: #9F012F;
}
.AnyTagClassName
{
color: #9F012F;
}
</style>
background-color css
<style>
a { background-color: #9F012F; }
a { background-color: rgb(159,1,47); }
div.DivClassName
{
background-color: #9F012F;
}
.BgClassName
{
background-color: #9F012F;
}
</style>
border-color css
<style>
span { border-color: #9F012F; }
span { border-color: rgb(159,1,47); }
td.TdClassName
{
border-color: #9F012F;
}
.TagClassName
{
border-color: #9F012F;
}
</style>