Shades of Carmine #9F0335
Tints of Carmine #9F0335
RGB
CMYK
RGB Variations
Color information
#9F0335 (or 0x9F0335) is known color: Carmine. HEX triplet: 9F, 03 and 35. RGB value is (159,3,53). Sum of RGB (Red+Green+Blue) = 159+3+53=215 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.95% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0335 is #60FCCA. Grayscale: #373737. Windows color (decimal): -6356171 or 3474335. OLE color: 3474335.
HSL color Cylindrical-coordinate representation of color #9F0335: hue angle of 340.77º 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 #9F0335 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 3 | 53 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.38 |
| HSL | 340.77º | 0.96% | 0.32% | - |
| HSV(B) | 340.77º | 0.98% | 0.62% | - |
| XYZ | 14.97 | 7.69 | 4.06 | - |
| YUV | 55.34 | 126.68 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 53 | 0 | 0.98 | 0.67 | 0.38 | 340.77 | 0.96 | 0.32 |
| Hex | 9F | 3 | 35 | 0 | 62 | 43 | 26 | 155 | 60 | 20 |
| Octal | 237 | 3 | 65 | 0 | 142 | 103 | 46 | 525 | 140 | 40 |
| Binary | 10011111 | 11 | 110101 | 0 | 1100010 | 1000011 | 100110 | 101010101 | 1100000 | 100000 |
Color Harmonies of #9F0335
Complementary color
Monochromatic Colors of #9F0335
Black with #9F0335
Text Example
Text Example
White with #9F0335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0335; }
p { color: rgb(159,3,53); }
H1.HeaderClassName
{
color: #9F0335;
}
.AnyTagClassName
{
color: #9F0335;
}
</style>
background-color css
<style>
a { background-color: #9F0335; }
a { background-color: rgb(159,3,53); }
div.DivClassName
{
background-color: #9F0335;
}
.BgClassName
{
background-color: #9F0335;
}
</style>
border-color css
<style>
span { border-color: #9F0335; }
span { border-color: rgb(159,3,53); }
td.TdClassName
{
border-color: #9F0335;
}
.TagClassName
{
border-color: #9F0335;
}
</style>