Html Css Color HEX #9F350B Rust

📋 copy color: '#9F350B'

red 159 ◦ green 53 ◦ blue 11

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

Shades of Rust #9F350B

Tints of Rust #9F350B

RGB

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

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

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

R = 71.3%
G = 23.77%
B = 4.93%

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

#9F350B (or 0x9F350B) is known color: Rust. HEX triplet: 9F, 35 and 0B. RGB value is (159,53,11). Sum of RGB (Red+Green+Blue) = 159+53+11=223 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.30% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 159 - color contains mainly: red. Hex color #9F350B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F350B is #60CAF4. Grayscale: #505050. Windows color (decimal): -6343413 or 734623. OLE color: 734623.

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

Color convert

RGB 159 53 11 -
CMYK 0 0.67 0.93 0.38
HSL 17.03º 0.87% 0.33% -
HSV(B) 17.03º 0.93% 0.62% -
XYZ 15.63 9.94 1.41 -
YUV 79.91 89.12 184.42 -
System Red Green Blue C M Y K H S L
Decimal 159 53 11 0 0.67 0.93 0.38 17.03 0.87 0.33
Hex 9F 35 B 0 43 5D 26 11 57 21
Octal 237 65 13 0 103 135 46 21 127 41
Binary 10011111 110101 1011 0 1000011 1011101 100110 10001 1010111 100001

Color Harmonies of #9F350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F350B

Black with #9F350B

Text Example


Text Example

White with #9F350B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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