Shades of Carmine #9F012D
Tints of Carmine #9F012D
RGB
CMYK
RGB Variations
Color information
#9F012D (or 0x9F012D) is known color: Carmine. HEX triplet: 9F, 01 and 2D. RGB value is (159,1,45). Sum of RGB (Red+Green+Blue) = 159+1+45=205 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.56% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 159 - color contains mainly: red. Hex color #9F012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F012D is #60FED2. Grayscale: #353535. Windows color (decimal): -6356691 or 2949535. OLE color: 2949535.
HSL color Cylindrical-coordinate representation of color #9F012D: hue angle of 343.29º 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 #9F012D is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.38 |
| HSL | 343.29º | 0.99% | 0.31% | - |
| HSV(B) | 343.29º | 0.99% | 0.62% | - |
| XYZ | 14.78 | 7.58 | 3.17 | - |
| YUV | 53.26 | 123.35 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 45 | 0 | 0.99 | 0.72 | 0.38 | 343.29 | 0.99 | 0.31 |
| Hex | 9F | 1 | 2D | 0 | 63 | 48 | 26 | 157 | 63 | 1F |
| Octal | 237 | 1 | 55 | 0 | 143 | 110 | 46 | 527 | 143 | 37 |
| Binary | 10011111 | 1 | 101101 | 0 | 1100011 | 1001000 | 100110 | 101010111 | 1100011 | 11111 |
Color Harmonies of #9F012D
Complementary color
Monochromatic Colors of #9F012D
Black with #9F012D
Text Example
Text Example
White with #9F012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F012D; }
p { color: rgb(159,1,45); }
H1.HeaderClassName
{
color: #9F012D;
}
.AnyTagClassName
{
color: #9F012D;
}
</style>
background-color css
<style>
a { background-color: #9F012D; }
a { background-color: rgb(159,1,45); }
div.DivClassName
{
background-color: #9F012D;
}
.BgClassName
{
background-color: #9F012D;
}
</style>
border-color css
<style>
span { border-color: #9F012D; }
span { border-color: rgb(159,1,45); }
td.TdClassName
{
border-color: #9F012D;
}
.TagClassName
{
border-color: #9F012D;
}
</style>