Html Css Color HEX #9F2301 Rust

📋 copy color: '#9F2301'

red 159 ◦ green 35 ◦ blue 1

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

Shades of Rust #9F2301

Tints of Rust #9F2301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.95%

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

R = 81.54%
G = 17.95%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F2301 (or 0x9F2301) is known color: Rust. HEX triplet: 9F, 23 and 01. RGB value is (159,35,1). Sum of RGB (Red+Green+Blue) = 159+35+1=195 (25% of max value = 765). Red value is 159 (62.5% from 255 or 81.54% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2301 is #60DCFE. Grayscale: #444444. Windows color (decimal): -6348031 or 74655. OLE color: 74655.

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

Color convert

RGB 159 35 1 -
CMYK 0 0.78 0.99 0.38
HSL 12.91º 0.99% 0.31% -
HSV(B) 12.91º 0.99% 0.62% -
XYZ 14.9 8.58 0.9 -
YUV 68.2 90.08 192.76 -
System Red Green Blue C M Y K H S L
Decimal 159 35 1 0 0.78 0.99 0.38 12.91 0.99 0.31
Hex 9F 23 1 0 4E 63 26 D 63 1F
Octal 237 43 1 0 116 143 46 15 143 37
Binary 10011111 100011 1 0 1001110 1100011 100110 1101 1100011 11111

Color Harmonies of #9F2301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2301

Black with #9F2301

Text Example


Text Example

White with #9F2301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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