Shades of Carmine #9F083A
Tints of Carmine #9F083A
RGB
CMYK
RGB Variations
Color information
#9F083A (or 0x9F083A) is known color: Carmine. HEX triplet: 9F, 08 and 3A. RGB value is (159,8,58). Sum of RGB (Red+Green+Blue) = 159+8+58=225 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.67% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 159 - color contains mainly: red. Hex color #9F083A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F083A is #60F7C5. Grayscale: #3A3A3A. Windows color (decimal): -6354886 or 3803295. OLE color: 3803295.
HSL color Cylindrical-coordinate representation of color #9F083A: hue angle of 340.13º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F083A is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 58 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.38 |
| HSL | 340.13º | 0.9% | 0.33% | - |
| HSV(B) | 340.13º | 0.95% | 0.62% | - |
| XYZ | 15.15 | 7.85 | 4.72 | - |
| YUV | 58.85 | 127.53 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 58 | 0 | 0.95 | 0.64 | 0.38 | 340.13 | 0.9 | 0.33 |
| Hex | 9F | 8 | 3A | 0 | 5F | 40 | 26 | 154 | 5A | 21 |
| Octal | 237 | 10 | 72 | 0 | 137 | 100 | 46 | 524 | 132 | 41 |
| Binary | 10011111 | 1000 | 111010 | 0 | 1011111 | 1000000 | 100110 | 101010100 | 1011010 | 100001 |
Color Harmonies of #9F083A
Complementary color
Monochromatic Colors of #9F083A
Black with #9F083A
Text Example
Text Example
White with #9F083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F083A; }
p { color: rgb(159,8,58); }
H1.HeaderClassName
{
color: #9F083A;
}
.AnyTagClassName
{
color: #9F083A;
}
</style>
background-color css
<style>
a { background-color: #9F083A; }
a { background-color: rgb(159,8,58); }
div.DivClassName
{
background-color: #9F083A;
}
.BgClassName
{
background-color: #9F083A;
}
</style>
border-color css
<style>
span { border-color: #9F083A; }
span { border-color: rgb(159,8,58); }
td.TdClassName
{
border-color: #9F083A;
}
.TagClassName
{
border-color: #9F083A;
}
</style>