Html Css Color HEX #9E2F01 Rust

📋 copy color: '#9E2F01'

red 158 ◦ green 47 ◦ blue 1

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

Shades of Rust #9E2F01

Tints of Rust #9E2F01

RGB

 RED value IS 158 (62.11% from 255) = 76.7%

 GREEN value IS 47 (18.75% from 255) = 22.82%

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

R = 76.7%
G = 22.82%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9E2F01 (or 0x9E2F01) is known color: Rust. HEX triplet: 9E, 2F and 01. RGB value is (158,47,1). Sum of RGB (Red+Green+Blue) = 158+47+1=206 (27% of max value = 765). Red value is 158 (62.11% from 255 or 76.70% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2F01 is #61D0FE. Grayscale: #4B4B4B. Windows color (decimal): -6410495 or 77726. OLE color: 77726.

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

Color convert

RGB 158 47 1 -
CMYK 0 0.70 0.99 0.38
HSL 17.58º 0.99% 0.31% -
HSV(B) 17.58º 0.99% 0.62% -
XYZ 15.12 9.3 1.03 -
YUV 74.95 86.27 187.24 -
System Red Green Blue C M Y K H S L
Decimal 158 47 1 0 0.70 0.99 0.38 17.58 0.99 0.31
Hex 9E 2F 1 0 46 63 26 12 63 1F
Octal 236 57 1 0 106 143 46 22 143 37
Binary 10011110 101111 1 0 1000110 1100011 100110 10010 1100011 11111

Color Harmonies of #9E2F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2F01

Black with #9E2F01

Text Example


Text Example

White with #9E2F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,47,1); }

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

background-color css

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

 a { background-color: rgb(158,47,1); }

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

border-color css

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

 span { border-color: rgb(158,47,1); }

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