#9F2500

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

Shades of Rust #9F2500

Tints of Rust #9F2500

Color information

#9F2500 (or 0x9F2500) is unknown color: approx Rust. HEX triplet: 9F, 25 and 00. RGB value is (159,37,0). Sum of RGB (Red+Green+Blue) = 159+37+0=196 (25% of max value = 765). Red value is 159 (62.5% from 255 or 81.12% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2500 is #60DAFF. Grayscale: #454545. Windows color (decimal): -6347520 or 9631. OLE color: 9631.

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

Color convert

RGB159370-
CMYK00.7710.38
HSL13.96º100%31.18%-
HSV(B)13.96º100%62.35%-
XYZ14.968.690.89-
YUV69.2688.92192.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 81.12%
GREEN value IS 37 (14.84% from 255) = 18.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.12%
G=18.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15937000.7710.3813.9610031.18
Hex9F25004D6426e641f
Octal2374500115144461614437
Binary1001111110010100100110111001001001101110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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