Html Css Color HEX #9E2C04 Rust

📋 copy color: '#9E2C04'

red 158 ◦ green 44 ◦ blue 4

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

Shades of Rust #9E2C04

Tints of Rust #9E2C04

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.36%

 BLUE value IS 4 (1.95% from 255) = 1.94%

R = 76.7%
G = 21.36%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9E2C04 (or 0x9E2C04) is known color: Rust. HEX triplet: 9E, 2C and 04. RGB value is (158,44,4). Sum of RGB (Red+Green+Blue) = 158+44+4=206 (27% of max value = 765). Red value is 158 (62.11% from 255 or 76.70% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2C04 is #61D3FB. Grayscale: #494949. Windows color (decimal): -6411260 or 273566. OLE color: 273566.

HSL color Cylindrical-coordinate representation of color #9E2C04: hue angle of 15.58º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E2C04 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 44 4 -
CMYK 0 0.72 0.97 0.38
HSL 15.58º 0.95% 0.32% -
HSV(B) 15.58º 0.97% 0.62% -
XYZ 15.02 9.08 1.08 -
YUV 73.53 88.77 188.25 -
System Red Green Blue C M Y K H S L
Decimal 158 44 4 0 0.72 0.97 0.38 15.58 0.95 0.32
Hex 9E 2C 4 0 48 61 26 10 5F 20
Octal 236 54 4 0 110 141 46 20 137 40
Binary 10011110 101100 100 0 1001000 1100001 100110 10000 1011111 100000

Color Harmonies of #9E2C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2C04

Black with #9E2C04

Text Example


Text Example

White with #9E2C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,44,4); }

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

background-color css

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

 a { background-color: rgb(158,44,4); }

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

border-color css

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

 span { border-color: rgb(158,44,4); }

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