#9F2600

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

Shades of Rust #9F2600

Tints of Rust #9F2600

Color information

#9F2600 (or 0x9F2600) is unknown color: approx Rust. HEX triplet: 9F, 26 and 00. RGB value is (159,38,0). Sum of RGB (Red+Green+Blue) = 159+38+0=197 (26% of max value = 765). Red value is 159 (62.5% from 255 or 80.71% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2600 is #60D9FF. Grayscale: #464646. Windows color (decimal): -6347264 or 9887. OLE color: 9887.

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

Color convert

RGB159380-
CMYK00.7610.38
HSL14.34º100%31.18%-
HSV(B)14.34º100%62.35%-
XYZ14.998.760.9-
YUV69.8588.59191.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 80.71%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.71%
G=19.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15938000.7610.3814.3410031.18
Hex9F26004C6426e641f
Octal2374600114144461614437
Binary1001111110011000100110011001001001101110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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