Html Css Color HEX #9E350F Rust

📋 copy color: '#9E350F'

red 158 ◦ green 53 ◦ blue 15

#9E350F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #9E350F

Tints of Rust #9E350F

RGB

 RED value IS 158 (62.11% from 255) = 69.91%

 GREEN value IS 53 (21.09% from 255) = 23.45%

 BLUE value IS 15 (6.25% from 255) = 6.64%

R = 69.91%
G = 23.45%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9E350F (or 0x9E350F) is known color: Rust. HEX triplet: 9E, 35 and 0F. RGB value is (158,53,15). Sum of RGB (Red+Green+Blue) = 158+53+15=226 (29% of max value = 765). Red value is 158 (62.11% from 255 or 69.91% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 158 - color contains mainly: red. Hex color #9E350F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E350F is #61CAF0. Grayscale: #505050. Windows color (decimal): -6408945 or 996766. OLE color: 996766.

HSL color Cylindrical-coordinate representation of color #9E350F: hue angle of 15.94º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E350F is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 53 15 -
CMYK 0 0.66 0.91 0.38
HSL 15.94º 0.83% 0.34% -
HSV(B) 15.94º 0.91% 0.62% -
XYZ 15.46 9.85 1.54 -
YUV 80.06 91.29 183.59 -
System Red Green Blue C M Y K H S L
Decimal 158 53 15 0 0.66 0.91 0.38 15.94 0.83 0.34
Hex 9E 35 F 0 42 5B 26 10 53 22
Octal 236 65 17 0 102 133 46 20 123 42
Binary 10011110 110101 1111 0 1000010 1011011 100110 10000 1010011 100010

Color Harmonies of #9E350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E350F

Black with #9E350F

Text Example


Text Example

White with #9E350F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,53,15); }

 H1.HeaderClassName
 {
   color: #9E350F;
 }
 .AnyTagClassName
 {
   color: #9E350F;
 }
</style>

background-color css

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

 a { background-color: rgb(158,53,15); }

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

border-color css

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

 span { border-color: rgb(158,53,15); }

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