Shades of Carmine #9F0A33
Tints of Carmine #9F0A33
RGB
CMYK
RGB Variations
Color information
#9F0A33 (or 0x9F0A33) is known color: Carmine. HEX triplet: 9F, 0A and 33. RGB value is (159,10,51). Sum of RGB (Red+Green+Blue) = 159+10+51=220 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.27% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0A33 is #60F5CC. Grayscale: #3B3B3B. Windows color (decimal): -6354381 or 3345055. OLE color: 3345055.
HSL color Cylindrical-coordinate representation of color #9F0A33: hue angle of 343.49º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0A33 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 10 | 51 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.38 |
| HSL | 343.49º | 0.88% | 0.33% | - |
| HSV(B) | 343.49º | 0.94% | 0.62% | - |
| XYZ | 15 | 7.83 | 3.85 | - |
| YUV | 59.23 | 123.36 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 51 | 0 | 0.94 | 0.68 | 0.38 | 343.49 | 0.88 | 0.33 |
| Hex | 9F | A | 33 | 0 | 5E | 44 | 26 | 157 | 58 | 21 |
| Octal | 237 | 12 | 63 | 0 | 136 | 104 | 46 | 527 | 130 | 41 |
| Binary | 10011111 | 1010 | 110011 | 0 | 1011110 | 1000100 | 100110 | 101010111 | 1011000 | 100001 |
Color Harmonies of #9F0A33
Complementary color
Monochromatic Colors of #9F0A33
Black with #9F0A33
Text Example
Text Example
White with #9F0A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0A33; }
p { color: rgb(159,10,51); }
H1.HeaderClassName
{
color: #9F0A33;
}
.AnyTagClassName
{
color: #9F0A33;
}
</style>
background-color css
<style>
a { background-color: #9F0A33; }
a { background-color: rgb(159,10,51); }
div.DivClassName
{
background-color: #9F0A33;
}
.BgClassName
{
background-color: #9F0A33;
}
</style>
border-color css
<style>
span { border-color: #9F0A33; }
span { border-color: rgb(159,10,51); }
td.TdClassName
{
border-color: #9F0A33;
}
.TagClassName
{
border-color: #9F0A33;
}
</style>