Html Css Color HEX #9F3101 Rust

📋 copy color: '#9F3101'

red 159 ◦ green 49 ◦ blue 1

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

Shades of Rust #9F3101

Tints of Rust #9F3101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.44%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 76.08%
G = 23.44%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F3101 (or 0x9F3101) is known color: Rust. HEX triplet: 9F, 31 and 01. RGB value is (159,49,1). Sum of RGB (Red+Green+Blue) = 159+49+1=209 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.08% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3101 is #60CEFE. Grayscale: #4C4C4C. Windows color (decimal): -6344447 or 78239. OLE color: 78239.

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

Color convert

RGB 159 49 1 -
CMYK 0 0.69 0.99 0.38
HSL 18.23º 0.99% 0.31% -
HSV(B) 18.23º 0.99% 0.62% -
XYZ 15.4 9.57 1.06 -
YUV 76.42 85.44 186.9 -
System Red Green Blue C M Y K H S L
Decimal 159 49 1 0 0.69 0.99 0.38 18.23 0.99 0.31
Hex 9F 31 1 0 45 63 26 12 63 1F
Octal 237 61 1 0 105 143 46 22 143 37
Binary 10011111 110001 1 0 1000101 1100011 100110 10010 1100011 11111

Color Harmonies of #9F3101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3101

Black with #9F3101

Text Example


Text Example

White with #9F3101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,49,1); }

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

background-color css

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

 a { background-color: rgb(159,49,1); }

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

border-color css

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

 span { border-color: rgb(159,49,1); }

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