#9E2702

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

Shades of Rust #9E2702

Tints of Rust #9E2702

Color information

#9E2702 (or 0x9E2702) is unknown color: approx Rust. HEX triplet: 9E, 27 and 02. RGB value is (158,39,2). Sum of RGB (Red+Green+Blue) = 158+39+2=199 (26% of max value = 765). Red value is 158 (62.11% from 255 or 79.40% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2702 is #61D8FD. Grayscale: #464646. Windows color (decimal): -6412542 or 141214. OLE color: 141214.

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

Color convert

RGB158392-
CMYK00.750.990.38
HSL14.23º97.5%31.37%-
HSV(B)14.23º98.73%61.96%-
XYZ14.848.720.96-
YUV70.3689.42190.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 79.40%
GREEN value IS 39 (15.62% from 255) = 19.60%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=79.40%
G=19.60%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15839200.750.990.3814.2397.531.37
Hex9E27204B6326e621f
Octal2364720113143461614237
Binary10011110100111100100101111000111001101110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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