Html Css Color HEX #9F350E Rust

📋 copy color: '#9F350E'

red 159 ◦ green 53 ◦ blue 14

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

Shades of Rust #9F350E

Tints of Rust #9F350E

RGB

 RED value IS 159 (62.5% from 255) = 70.35%

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

 BLUE value IS 14 (5.86% from 255) = 6.19%

R = 70.35%
G = 23.45%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9F350E (or 0x9F350E) is known color: Rust. HEX triplet: 9F, 35 and 0E. RGB value is (159,53,14). Sum of RGB (Red+Green+Blue) = 159+53+14=226 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.35% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 159 - color contains mainly: red. Hex color #9F350E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F350E is #60CAF1. Grayscale: #505050. Windows color (decimal): -6343410 or 931231. OLE color: 931231.

HSL color Cylindrical-coordinate representation of color #9F350E: hue angle of 16.14º degrees, saturation: 0.84, 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 #9F350E is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 53 14 -
CMYK 0 0.67 0.91 0.38
HSL 16.14º 0.84% 0.34% -
HSV(B) 16.14º 0.91% 0.62% -
XYZ 15.65 9.95 1.51 -
YUV 80.25 90.62 184.17 -
System Red Green Blue C M Y K H S L
Decimal 159 53 14 0 0.67 0.91 0.38 16.14 0.84 0.34
Hex 9F 35 E 0 43 5B 26 10 54 22
Octal 237 65 16 0 103 133 46 20 124 42
Binary 10011111 110101 1110 0 1000011 1011011 100110 10000 1010100 100010

Color Harmonies of #9F350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F350E

Black with #9F350E

Text Example


Text Example

White with #9F350E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,53,14); }

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

background-color css

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

 a { background-color: rgb(159,53,14); }

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

border-color css

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

 span { border-color: rgb(159,53,14); }

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