Html Css Color HEX #9F310E Rust

📋 copy color: '#9F310E'

red 159 ◦ green 49 ◦ blue 14

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

Shades of Rust #9F310E

Tints of Rust #9F310E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.07%

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

R = 71.62%
G = 22.07%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9F310E (or 0x9F310E) is known color: Rust. HEX triplet: 9F, 31 and 0E. RGB value is (159,49,14). Sum of RGB (Red+Green+Blue) = 159+49+14=222 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.62% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 159 - color contains mainly: red. Hex color #9F310E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F310E is #60CEF1. Grayscale: #4E4E4E. Windows color (decimal): -6344434 or 930207. OLE color: 930207.

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

Color convert

RGB 159 49 14 -
CMYK 0 0.69 0.91 0.38
HSL 14.48º 0.84% 0.34% -
HSV(B) 14.48º 0.91% 0.62% -
XYZ 15.48 9.6 1.45 -
YUV 77.9 91.94 185.85 -
System Red Green Blue C M Y K H S L
Decimal 159 49 14 0 0.69 0.91 0.38 14.48 0.84 0.34
Hex 9F 31 E 0 45 5B 26 E 54 22
Octal 237 61 16 0 105 133 46 16 124 42
Binary 10011111 110001 1110 0 1000101 1011011 100110 1110 1010100 100010

Color Harmonies of #9F310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F310E

Black with #9F310E

Text Example


Text Example

White with #9F310E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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