#9E2B03

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

Shades of Rust #9E2B03

Tints of Rust #9E2B03

Color information

#9E2B03 (or 0x9E2B03) is unknown color: approx Rust. HEX triplet: 9E, 2B and 03. RGB value is (158,43,3). Sum of RGB (Red+Green+Blue) = 158+43+3=204 (27% of max value = 765). Red value is 158 (62.11% from 255 or 77.45% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2B03 is #61D4FC. Grayscale: #494949. Windows color (decimal): -6411517 or 207774. OLE color: 207774.

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

Color convert

RGB158433-
CMYK00.730.980.38
HSL15.48º96.27%31.57%-
HSV(B)15.48º98.1%61.96%-
XYZ14.9891.03-
YUV72.8288.6188.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 77.45%
GREEN value IS 43 (17.19% from 255) = 21.08%
BLUE value IS 3 (1.56% from 255) = 1.47%
R=77.45%
G=21.08%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15843300.730.980.3815.4896.2731.57
Hex9E2B30496226f6020
Octal2365330111142461714040
Binary100111101010111101001001110001010011011111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,43,3); }

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

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

 a { background-color: rgb(158,43,3); }

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

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

 span { border-color: rgb(158,43,3); }

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