Html Css Color HEX #9F340B Rust

📋 copy color: '#9F340B'

red 159 ◦ green 52 ◦ blue 11

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

Shades of Rust #9F340B

Tints of Rust #9F340B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.42%

 BLUE value IS 11 (4.69% from 255) = 4.95%

R = 71.62%
G = 23.42%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.38

RGB Variations

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

Color information

#9F340B (or 0x9F340B) is known color: Rust. HEX triplet: 9F, 34 and 0B. RGB value is (159,52,11). Sum of RGB (Red+Green+Blue) = 159+52+11=222 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.62% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 159 - color contains mainly: red. Hex color #9F340B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F340B is #60CBF4. Grayscale: #4F4F4F. Windows color (decimal): -6343669 or 734367. OLE color: 734367.

HSL color Cylindrical-coordinate representation of color #9F340B: hue angle of 16.62º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F340B is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 52 11 -
CMYK 0 0.67 0.93 0.38
HSL 16.62º 0.87% 0.33% -
HSV(B) 16.62º 0.93% 0.62% -
XYZ 15.59 9.85 1.4 -
YUV 79.32 89.45 184.83 -
System Red Green Blue C M Y K H S L
Decimal 159 52 11 0 0.67 0.93 0.38 16.62 0.87 0.33
Hex 9F 34 B 0 43 5D 26 11 57 21
Octal 237 64 13 0 103 135 46 21 127 41
Binary 10011111 110100 1011 0 1000011 1011101 100110 10001 1010111 100001

Color Harmonies of #9F340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F340B

Black with #9F340B

Text Example


Text Example

White with #9F340B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,52,11); }

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

background-color css

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

 a { background-color: rgb(159,52,11); }

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

border-color css

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

 span { border-color: rgb(159,52,11); }

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