Shades of Carmine #9F0338
Tints of Carmine #9F0338
RGB
CMYK
RGB Variations
Color information
#9F0338 (or 0x9F0338) is known color: Carmine. HEX triplet: 9F, 03 and 38. RGB value is (159,3,56). Sum of RGB (Red+Green+Blue) = 159+3+56=218 (28% of max value = 765). Red value is 159 (62.5% from 255 or 72.94% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0338 is #60FCC7. Grayscale: #373737. Windows color (decimal): -6356168 or 3670943. OLE color: 3670943.
HSL color Cylindrical-coordinate representation of color #9F0338: hue angle of 339.62º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F0338 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 3 | 56 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.38 |
| HSL | 339.62º | 0.96% | 0.32% | - |
| HSV(B) | 339.62º | 0.98% | 0.62% | - |
| XYZ | 15.04 | 7.72 | 4.44 | - |
| YUV | 55.69 | 128.18 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 56 | 0 | 0.98 | 0.65 | 0.38 | 339.62 | 0.96 | 0.32 |
| Hex | 9F | 3 | 38 | 0 | 62 | 41 | 26 | 154 | 60 | 20 |
| Octal | 237 | 3 | 70 | 0 | 142 | 101 | 46 | 524 | 140 | 40 |
| Binary | 10011111 | 11 | 111000 | 0 | 1100010 | 1000001 | 100110 | 101010100 | 1100000 | 100000 |
Color Harmonies of #9F0338
Complementary color
Monochromatic Colors of #9F0338
Black with #9F0338
Text Example
Text Example
White with #9F0338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0338; }
p { color: rgb(159,3,56); }
H1.HeaderClassName
{
color: #9F0338;
}
.AnyTagClassName
{
color: #9F0338;
}
</style>
background-color css
<style>
a { background-color: #9F0338; }
a { background-color: rgb(159,3,56); }
div.DivClassName
{
background-color: #9F0338;
}
.BgClassName
{
background-color: #9F0338;
}
</style>
border-color css
<style>
span { border-color: #9F0338; }
span { border-color: rgb(159,3,56); }
td.TdClassName
{
border-color: #9F0338;
}
.TagClassName
{
border-color: #9F0338;
}
</style>