Html Css Color HEX #9F320E Rust

📋 copy color: '#9F320E'

red 159 ◦ green 50 ◦ blue 14

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

Shades of Rust #9F320E

Tints of Rust #9F320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.42%

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

R = 71.3%
G = 22.42%
B = 6.28%

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

#9F320E (or 0x9F320E) is known color: Rust. HEX triplet: 9F, 32 and 0E. RGB value is (159,50,14). Sum of RGB (Red+Green+Blue) = 159+50+14=223 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.30% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 159 - color contains mainly: red. Hex color #9F320E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F320E is #60CDF1. Grayscale: #4E4E4E. Windows color (decimal): -6344178 or 930463. OLE color: 930463.

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

Color convert

RGB 159 50 14 -
CMYK 0 0.69 0.91 0.38
HSL 14.9º 0.84% 0.34% -
HSV(B) 14.9º 0.91% 0.62% -
XYZ 15.52 9.68 1.47 -
YUV 78.49 91.61 185.43 -
System Red Green Blue C M Y K H S L
Decimal 159 50 14 0 0.69 0.91 0.38 14.9 0.84 0.34
Hex 9F 32 E 0 45 5B 26 F 54 22
Octal 237 62 16 0 105 133 46 17 124 42
Binary 10011111 110010 1110 0 1000101 1011011 100110 1111 1010100 100010

Color Harmonies of #9F320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F320E

Black with #9F320E

Text Example


Text Example

White with #9F320E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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