#9F320A

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

Shades of Rust #9F320A

Tints of Rust #9F320A

Color information

#9F320A (or 0x9F320A) is unknown color: approx Rust. HEX triplet: 9F, 32 and 0A. RGB value is (159,50,10). Sum of RGB (Red+Green+Blue) = 159+50+10=219 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.60% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 159 - color contains mainly: red. Hex color #9F320A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F320A is #60CDF5. Grayscale: #4E4E4E. Windows color (decimal): -6344182 or 668319. OLE color: 668319.

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

Color convert

RGB1595010-
CMYK00.690.940.38
HSL16.11º88.17%33.14%-
HSV(B)16.11º93.71%62.35%-
XYZ15.499.671.34-
YUV78.0389.61185.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 72.60%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 10 (4.30% from 255) = 4.57%
R=72.60%
G=22.83%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159501000.690.940.3816.1188.1733.14
Hex9F32A0455E26105821
Octal23762120105136462013041
Binary100111111100101010010001011011110100110100001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,50,10); }

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

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

 a { background-color: rgb(159,50,10); }

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

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

 span { border-color: rgb(159,50,10); }

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