Html Css Color HEX #9F3211 Rust

📋 copy color: '#9F3211'

red 159 ◦ green 50 ◦ blue 17

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

Shades of Rust #9F3211

Tints of Rust #9F3211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.52%

R = 70.35%
G = 22.12%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F3211 (or 0x9F3211) is known color: Rust. HEX triplet: 9F, 32 and 11. RGB value is (159,50,17). Sum of RGB (Red+Green+Blue) = 159+50+17=226 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.35% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3211 is #60CDEE. Grayscale: #4F4F4F. Windows color (decimal): -6344175 or 1127071. OLE color: 1127071.

HSL color Cylindrical-coordinate representation of color #9F3211: hue angle of 13.94º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F3211 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 50 17 -
CMYK 0 0.69 0.89 0.38
HSL 13.94º 0.81% 0.35% -
HSV(B) 13.94º 0.89% 0.62% -
XYZ 15.54 9.69 1.58 -
YUV 78.83 93.11 185.18 -
System Red Green Blue C M Y K H S L
Decimal 159 50 17 0 0.69 0.89 0.38 13.94 0.81 0.35
Hex 9F 32 11 0 45 59 26 E 51 23
Octal 237 62 21 0 105 131 46 16 121 43
Binary 10011111 110010 10001 0 1000101 1011001 100110 1110 1010001 100011

Color Harmonies of #9F3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3211

Black with #9F3211

Text Example


Text Example

White with #9F3211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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