#9F3002

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

Shades of Rust #9F3002

Tints of Rust #9F3002

Color information

#9F3002 (or 0x9F3002) is unknown color: approx Rust. HEX triplet: 9F, 30 and 02. RGB value is (159,48,2). Sum of RGB (Red+Green+Blue) = 159+48+2=209 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.08% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3002 is #60CFFD. Grayscale: #4C4C4C. Windows color (decimal): -6344702 or 143519. OLE color: 143519.

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

Color convert

RGB159482-
CMYK00.700.990.38
HSL17.58º97.52%31.57%-
HSV(B)17.58º98.74%62.35%-
XYZ15.379.491.08-
YUV75.9486.27187.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 76.08%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 2 (1.17% from 255) = 0.96%
R=76.08%
G=22.97%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15948200.700.990.3817.5897.5231.57
Hex9F3020466326126220
Octal2376020106143462214240
Binary1001111111000010010001101100011100110100101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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