#9F3513

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

Shades of Rust #9F3513

Tints of Rust #9F3513

Color information

#9F3513 (or 0x9F3513) is unknown color: approx Rust. HEX triplet: 9F, 35 and 13. RGB value is (159,53,19). Sum of RGB (Red+Green+Blue) = 159+53+19=231 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.83% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3513 is #60CAEC. Grayscale: #515151. Windows color (decimal): -6343405 or 1258911. OLE color: 1258911.

HSL color Cylindrical-coordinate representation of color #9F3513: hue angle of 14.57º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F3513 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB1595319-
CMYK00.670.880.38
HSL14.57º78.65%34.9%-
HSV(B)14.57º88.05%62.35%-
XYZ15.699.961.71-
YUV80.8293.12183.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 68.83%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 19 (7.81% from 255) = 8.23%
R=68.83%
G=22.94%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159531900.670.880.3814.5778.6534.9
Hex9F35130435826f4f23
Octal23765230103130461711743
Binary100111111101011001101000011101100010011011111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,53,19); }

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

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

 a { background-color: rgb(159,53,19); }

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

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

 span { border-color: rgb(159,53,19); }

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