#9F001F

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

Shades of Carmine #9F001F

Tints of Carmine #9F001F

Color information

#9F001F (or 0x9F001F) is unknown color: approx Carmine. HEX triplet: 9F, 00 and 1F. RGB value is (159,0,31). Sum of RGB (Red+Green+Blue) = 159+0+31=190 (25% of max value = 765). Red value is 159 (62.5% from 255 or 83.68% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 159 - color contains mainly: red. Hex color #9F001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F001F is #60FFE0. Grayscale: #333333. Windows color (decimal): -6356961 or 2031775. OLE color: 2031775.

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

Color convert

RGB159031-
CMYK010.810.38
HSL348.3º100%31.18%-
HSV(B)348.3º100%62.35%-
XYZ14.557.471.97-
YUV51.08116.68204.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 83.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=83.68%
G=0%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159031010.810.38348.310031.18
Hex9F01F064512615c641f
Octal23703701441214653414437
Binary10011111011111011001001010001100110101011100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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