Shades of Carmine #9F062D
Tints of Carmine #9F062D
RGB
CMYK
RGB Variations
Color information
#9F062D (or 0x9F062D) is known color: Carmine. HEX triplet: 9F, 06 and 2D. RGB value is (159,6,45). Sum of RGB (Red+Green+Blue) = 159+6+45=210 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.71% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 159 - color contains mainly: red. Hex color #9F062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F062D is #60F9D2. Grayscale: #383838. Windows color (decimal): -6355411 or 2950815. OLE color: 2950815.
HSL color Cylindrical-coordinate representation of color #9F062D: hue angle of 344.71º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F062D is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 6 | 45 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.38 |
| HSL | 344.71º | 0.93% | 0.32% | - |
| HSV(B) | 344.71º | 0.96% | 0.62% | - |
| XYZ | 14.84 | 7.69 | 3.19 | - |
| YUV | 56.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 45 | 0 | 0.96 | 0.72 | 0.38 | 344.71 | 0.93 | 0.32 |
| Hex | 9F | 6 | 2D | 0 | 60 | 48 | 26 | 159 | 5D | 20 |
| Octal | 237 | 6 | 55 | 0 | 140 | 110 | 46 | 531 | 135 | 40 |
| Binary | 10011111 | 110 | 101101 | 0 | 1100000 | 1001000 | 100110 | 101011001 | 1011101 | 100000 |
Color Harmonies of #9F062D
Complementary color
Monochromatic Colors of #9F062D
Black with #9F062D
Text Example
Text Example
White with #9F062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F062D; }
p { color: rgb(159,6,45); }
H1.HeaderClassName
{
color: #9F062D;
}
.AnyTagClassName
{
color: #9F062D;
}
</style>
background-color css
<style>
a { background-color: #9F062D; }
a { background-color: rgb(159,6,45); }
div.DivClassName
{
background-color: #9F062D;
}
.BgClassName
{
background-color: #9F062D;
}
</style>
border-color css
<style>
span { border-color: #9F062D; }
span { border-color: rgb(159,6,45); }
td.TdClassName
{
border-color: #9F062D;
}
.TagClassName
{
border-color: #9F062D;
}
</style>