#9E3002

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

Shades of Rust #9E3002

Tints of Rust #9E3002

Color information

#9E3002 (or 0x9E3002) is unknown color: approx Rust. HEX triplet: 9E, 30 and 02. RGB value is (158,48,2). Sum of RGB (Red+Green+Blue) = 158+48+2=208 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.96% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3002 is #61CFFD. Grayscale: #4B4B4B. Windows color (decimal): -6410238 or 143518. OLE color: 143518.

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

Color convert

RGB158482-
CMYK00.700.990.38
HSL17.69º97.5%31.37%-
HSV(B)17.69º98.73%61.96%-
XYZ15.179.391.07-
YUV75.6586.44186.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 75.96%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 2 (1.17% from 255) = 0.96%
R=75.96%
G=23.08%
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
Decimal15848200.700.990.3817.6997.531.37
Hex9E302046632612621f
Octal2366020106143462214237
Binary100111101100001001000110110001110011010010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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