#9F0920

Color #9F0920 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #9F0920

Tints of Carmine #9F0920

Color information

#9F0920 (or 0x9F0920) is unknown color: approx Carmine. HEX triplet: 9F, 09 and 20. RGB value is (159,9,32). Sum of RGB (Red+Green+Blue) = 159+9+32=200 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0920 is #60F6DF. Grayscale: #383838. Windows color (decimal): -6354656 or 2099615. OLE color: 2099615.

HSL color Cylindrical-coordinate representation of color #9F0920: hue angle of 350.8º degrees, saturation: 0.89, 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 #9F0920 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB159932-
CMYK00.940.800.38
HSL350.8º89.29%32.94%-
HSV(B)350.8º94.34%62.35%-
XYZ14.667.672.07-
YUV56.47114.2201.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 79.5%
GREEN value IS 9 (3.91% from 255) = 4.5%
BLUE value IS 32 (12.89% from 255) = 16%
R=79.5%
G=4.5%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15993200.940.800.38350.889.2932.94
Hex9F92005E502615f5921
Octal237114001361204653713141
Binary1001111110011000000101111010100001001101010111111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F0920; }

 p { color: rgb(159,9,32); }

 H1.HeaderClassName
 {
   color: #9F0920;
 }
 .AnyTagClassName
 {
   color: #9F0920;
 }
</style>
background-color css

<style>
 a { background-color: #9F0920; }

 a { background-color: rgb(159,9,32); }

 div.DivClassName
 {
   background-color: #9F0920;
 }
 .BgClassName
 {
   background-color: #9F0920;
 }
</style>
border-color css

<style>
 span { border-color: #9F0920; }

 span { border-color: rgb(159,9,32); }

 td.TdClassName
 {
   border-color: #9F0920;
 }
 .TagClassName
 {
   border-color: #9F0920;
 }
</style>