Shades of Carmine #9F0322
Tints of Carmine #9F0322
RGB
CMYK
RGB Variations
Color information
#9F0322 (or 0x9F0322) is known color: Carmine. HEX triplet: 9F, 03 and 22. RGB value is (159,3,34). Sum of RGB (Red+Green+Blue) = 159+3+34=196 (25% of max value = 765). Red value is 159 (62.5% from 255 or 81.12% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0322 is #60FCDD. Grayscale: #353535. Windows color (decimal): -6356190 or 2229151. OLE color: 2229151.
HSL color Cylindrical-coordinate representation of color #9F0322: hue angle of 348.08º 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 #9F0322 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 3 | 34 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.38 |
| HSL | 348.08º | 0.96% | 0.32% | - |
| HSV(B) | 348.08º | 0.98% | 0.62% | - |
| XYZ | 14.62 | 7.55 | 2.2 | - |
| YUV | 53.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 34 | 0 | 0.98 | 0.79 | 0.38 | 348.08 | 0.96 | 0.32 |
| Hex | 9F | 3 | 22 | 0 | 62 | 4F | 26 | 15C | 60 | 20 |
| Octal | 237 | 3 | 42 | 0 | 142 | 117 | 46 | 534 | 140 | 40 |
| Binary | 10011111 | 11 | 100010 | 0 | 1100010 | 1001111 | 100110 | 101011100 | 1100000 | 100000 |
Color Harmonies of #9F0322
Complementary color
Monochromatic Colors of #9F0322
Black with #9F0322
Text Example
Text Example
White with #9F0322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0322; }
p { color: rgb(159,3,34); }
H1.HeaderClassName
{
color: #9F0322;
}
.AnyTagClassName
{
color: #9F0322;
}
</style>
background-color css
<style>
a { background-color: #9F0322; }
a { background-color: rgb(159,3,34); }
div.DivClassName
{
background-color: #9F0322;
}
.BgClassName
{
background-color: #9F0322;
}
</style>
border-color css
<style>
span { border-color: #9F0322; }
span { border-color: rgb(159,3,34); }
td.TdClassName
{
border-color: #9F0322;
}
.TagClassName
{
border-color: #9F0322;
}
</style>