#9F3000

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

Shades of Rust #9F3000

Tints of Rust #9F3000

Color information

#9F3000 (or 0x9F3000) is unknown color: approx Rust. HEX triplet: 9F, 30 and 00. RGB value is (159,48,0). Sum of RGB (Red+Green+Blue) = 159+48+0=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3000 is #60CFFF. Grayscale: #4C4C4C. Windows color (decimal): -6344704 or 12447. OLE color: 12447.

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

Color convert

RGB159480-
CMYK00.7010.38
HSL18.11º100%31.18%-
HSV(B)18.11º100%62.35%-
XYZ15.369.481.02-
YUV75.7285.27187.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 76.81%
GREEN value IS 48 (19.14% from 255) = 23.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.81%
G=23.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15948000.7010.3818.1110031.18
Hex9F300046642612641f
Octal2376000106144462214437
Binary10011111110000001000110110010010011010010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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