Html Css Color HEX #9F3A01 Rust

📋 copy color: '#9F3A01'

red 159 ◦ green 58 ◦ blue 1

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

Shades of Rust #9F3A01

Tints of Rust #9F3A01

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.61%

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

R = 72.94%
G = 26.61%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F3A01 (or 0x9F3A01) is known color: Rust. HEX triplet: 9F, 3A and 01. RGB value is (159,58,1). Sum of RGB (Red+Green+Blue) = 159+58+1=218 (28% of max value = 765). Red value is 159 (62.5% from 255 or 72.94% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3A01 is #60C5FE. Grayscale: #525252. Windows color (decimal): -6342143 or 80543. OLE color: 80543.

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

Color convert

RGB 159 58 1 -
CMYK 0 0.64 0.99 0.38
HSL 21.65º 0.99% 0.31% -
HSV(B) 21.65º 0.99% 0.62% -
XYZ 15.82 10.4 1.2 -
YUV 81.7 82.46 183.13 -
System Red Green Blue C M Y K H S L
Decimal 159 58 1 0 0.64 0.99 0.38 21.65 0.99 0.31
Hex 9F 3A 1 0 40 63 26 16 63 1F
Octal 237 72 1 0 100 143 46 26 143 37
Binary 10011111 111010 1 0 1000000 1100011 100110 10110 1100011 11111

Color Harmonies of #9F3A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3A01

Black with #9F3A01

Text Example


Text Example

White with #9F3A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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