Html Css Color HEX #9F3300 Rust

📋 copy color: '#9F3300'

red 159 ◦ green 51 ◦ blue 0

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

Shades of Rust #9F3300

Tints of Rust #9F3300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.71%
G = 24.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9F3300 (or 0x9F3300) is known color: Rust. HEX triplet: 9F, 33 and 00. RGB value is (159,51,0). Sum of RGB (Red+Green+Blue) = 159+51+0=210 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.71% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3300 is #60CCFF. Grayscale: #4D4D4D. Windows color (decimal): -6343936 or 13215. OLE color: 13215.

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

Color convert

RGB 159 51 0 -
CMYK 0 0.68 1 0.38
HSL 19.25º 1% 0.31% -
HSV(B) 19.25º 1% 0.62% -
XYZ 15.48 9.74 1.06 -
YUV 77.48 84.28 186.15 -
System Red Green Blue C M Y K H S L
Decimal 159 51 0 0 0.68 1 0.38 19.25 1 0.31
Hex 9F 33 0 0 44 64 26 13 64 1F
Octal 237 63 0 0 104 144 46 23 144 37
Binary 10011111 110011 0 0 1000100 1100100 100110 10011 1100100 11111

Color Harmonies of #9F3300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3300

Black with #9F3300

Text Example


Text Example

White with #9F3300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,51,0); }

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

background-color css

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

 a { background-color: rgb(159,51,0); }

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

border-color css

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

 span { border-color: rgb(159,51,0); }

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