#9E2C04

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

Shades of Rust #9E2C04

Tints of Rust #9E2C04

Color information

#9E2C04 (or 0x9E2C04) is unknown color: approx Rust. HEX triplet: 9E, 2C and 04. RGB value is (158,44,4). Sum of RGB (Red+Green+Blue) = 158+44+4=206 (27% of max value = 765). Red value is 158 (62.11% from 255 or 76.70% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2C04 is #61D3FB. Grayscale: #494949. Windows color (decimal): -6411260 or 273566. OLE color: 273566.

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

Color convert

RGB158444-
CMYK00.720.970.38
HSL15.58º95.06%31.76%-
HSV(B)15.58º97.47%61.96%-
XYZ15.029.081.08-
YUV73.5388.77188.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 76.70%
GREEN value IS 44 (17.58% from 255) = 21.36%
BLUE value IS 4 (1.95% from 255) = 1.94%
R=76.70%
G=21.36%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15844400.720.970.3815.5895.0631.76
Hex9E2C40486126105f20
Octal2365440110141462013740
Binary10011110101100100010010001100001100110100001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,44,4); }

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

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

 a { background-color: rgb(158,44,4); }

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

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

 span { border-color: rgb(158,44,4); }

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