#9F0914

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

Shades of Carmine #9F0914

Tints of Carmine #9F0914

Color information

#9F0914 (or 0x9F0914) is unknown color: approx Carmine. HEX triplet: 9F, 09 and 14. RGB value is (159,9,20). Sum of RGB (Red+Green+Blue) = 159+9+20=188 (24% of max value = 765). Red value is 159 (62.5% from 255 or 84.57% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0914 is #60F6EB. Grayscale: #373737. Windows color (decimal): -6354668 or 1313183. OLE color: 1313183.

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

Color convert

RGB159920-
CMYK00.940.870.38
HSL355.6º89.29%32.94%-
HSV(B)355.6º94.34%62.35%-
XYZ14.527.621.37-
YUV55.1108.2202.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 84.57%
GREEN value IS 9 (3.91% from 255) = 4.79%
BLUE value IS 20 (8.20% from 255) = 10.64%
R=84.57%
G=4.79%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15992000.940.870.38355.689.2932.94
Hex9F91405E57261645921
Octal237112401361274654413141
Binary100111111001101000101111010101111001101011001001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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