Html Css Color HEX #9F3710 Rust

📋 copy color: '#9F3710'

red 159 ◦ green 55 ◦ blue 16

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

Shades of Rust #9F3710

Tints of Rust #9F3710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.91%

 BLUE value IS 16 (6.64% from 255) = 6.96%

R = 69.13%
G = 23.91%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9F3710 (or 0x9F3710) is known color: Rust. HEX triplet: 9F, 37 and 10. RGB value is (159,55,16). Sum of RGB (Red+Green+Blue) = 159+55+16=230 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.13% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3710 is #60C8EF. Grayscale: #515151. Windows color (decimal): -6342896 or 1062815. OLE color: 1062815.

HSL color Cylindrical-coordinate representation of color #9F3710: hue angle of 16.36º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F3710 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 55 16 -
CMYK 0 0.65 0.90 0.38
HSL 16.36º 0.82% 0.34% -
HSV(B) 16.36º 0.9% 0.62% -
XYZ 15.76 10.14 1.62 -
YUV 81.65 90.96 183.17 -
System Red Green Blue C M Y K H S L
Decimal 159 55 16 0 0.65 0.90 0.38 16.36 0.82 0.34
Hex 9F 37 10 0 41 5A 26 10 52 22
Octal 237 67 20 0 101 132 46 20 122 42
Binary 10011111 110111 10000 0 1000001 1011010 100110 10000 1010010 100010

Color Harmonies of #9F3710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3710

Black with #9F3710

Text Example


Text Example

White with #9F3710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,55,16); }

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

background-color css

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

 a { background-color: rgb(159,55,16); }

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

border-color css

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

 span { border-color: rgb(159,55,16); }

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