#9F000F

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

Shades of Carmine #9F000F

Tints of Carmine #9F000F

Color information

#9F000F (or 0x9F000F) is unknown color: approx Carmine. HEX triplet: 9F, 00 and 0F. RGB value is (159,0,15). Sum of RGB (Red+Green+Blue) = 159+0+15=174 (23% of max value = 765). Red value is 159 (62.5% from 255 or 91.38% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 159 - color contains mainly: red. Hex color #9F000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F000F is #60FFF0. Grayscale: #313131. Windows color (decimal): -6356977 or 983199. OLE color: 983199.

HSL color Cylindrical-coordinate representation of color #9F000F: hue angle of 354.34º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F000F is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB159015-
CMYK010.910.38
HSL354.34º100%31.18%-
HSV(B)354.34º100%62.35%-
XYZ14.387.411.12-
YUV49.25108.68206.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 91.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 8.62%
R=91.38%
G=0%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159015010.910.38354.3410031.18
Hex9F0F0645B26162641f
Octal23701701441334654214437
Binary1001111101111011001001011011100110101100010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,0,15); }

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

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

 a { background-color: rgb(159,0,15); }

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

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

 span { border-color: rgb(159,0,15); }

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