#9F3404

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

Shades of Rust #9F3404

Tints of Rust #9F3404

Color information

#9F3404 (or 0x9F3404) is unknown color: approx Rust. HEX triplet: 9F, 34 and 04. RGB value is (159,52,4). Sum of RGB (Red+Green+Blue) = 159+52+4=215 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.95% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3404 is #60CBFB. Grayscale: #4E4E4E. Windows color (decimal): -6343676 or 275615. OLE color: 275615.

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

Color convert

RGB159524-
CMYK00.670.970.38
HSL18.58º95.09%31.96%-
HSV(B)18.58º97.48%62.35%-
XYZ15.559.841.19-
YUV78.5285.95185.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 73.95%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 4 (1.95% from 255) = 1.86%
R=73.95%
G=24.19%
B=1.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15952400.670.970.3818.5895.0931.96
Hex9F3440436126135f20
Octal2376440103141462313740
Binary10011111110100100010000111100001100110100111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,52,4); }

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

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

 a { background-color: rgb(159,52,4); }

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

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

 span { border-color: rgb(159,52,4); }

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