Html Css Color HEX #9E382E Milano Red

📋 copy color: '#9E382E'

red 158 ◦ green 56 ◦ blue 46

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

Shades of Milano Red #9E382E

Tints of Milano Red #9E382E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.54%

 BLUE value IS 46 (18.36% from 255) = 17.69%

R = 60.77%
G = 21.54%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#9E382E (or 0x9E382E) is known color: Milano Red. HEX triplet: 9E, 38 and 2E. RGB value is (158,56,46). Sum of RGB (Red+Green+Blue) = 158+56+46=260 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.77% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 158 - color contains mainly: red. Hex color #9E382E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E382E is #61C7D1. Grayscale: #555555. Windows color (decimal): -6408146 or 3029150. OLE color: 3029150.

HSL color Cylindrical-coordinate representation of color #9E382E: hue angle of 5.36º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E382E is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 56 46 -
CMYK 0 0.65 0.71 0.38
HSL 5.36º 0.55% 0.4% -
HSV(B) 5.36º 0.71% 0.62% -
XYZ 16.01 10.29 3.73 -
YUV 85.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 158 56 46 0 0.65 0.71 0.38 5.36 0.55 0.4
Hex 9E 38 2E 0 41 47 26 5 37 28
Octal 236 70 56 0 101 107 46 5 67 50
Binary 10011110 111000 101110 0 1000001 1000111 100110 101 110111 101000

Color Harmonies of #9E382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E382E

Black with #9E382E

Text Example


Text Example

White with #9E382E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,56,46); }

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

background-color css

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

 a { background-color: rgb(158,56,46); }

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

border-color css

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

 span { border-color: rgb(158,56,46); }

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