#9E352B

Color #9E352B Milano Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milano Red #9E352B

Tints of Milano Red #9E352B

Color information

#9E352B (or 0x9E352B) is unknown color: approx Milano Red. HEX triplet: 9E, 35 and 2B. RGB value is (158,53,43). Sum of RGB (Red+Green+Blue) = 158+53+43=254 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.20% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 158 - color contains mainly: red. Hex color #9E352B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E352B is #61CAD4. Grayscale: #535353. Windows color (decimal): -6408917 or 2831774. OLE color: 2831774.

HSL color Cylindrical-coordinate representation of color #9E352B: hue angle of 5.22º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E352B is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB1585343-
CMYK00.660.730.38
HSL5.22º57.21%39.41%-
HSV(B)5.22º72.78%61.96%-
XYZ15.819.993.38-
YUV83.26105.29181.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 62.20%
GREEN value IS 53 (21.09% from 255) = 20.87%
BLUE value IS 43 (17.19% from 255) = 16.93%
R=62.20%
G=20.87%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158534300.660.730.385.2257.2139.41
Hex9E352B042492653927
Octal236655301021114657147
Binary10011110110101101011010000101001001100110101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,53,43); }

 H1.HeaderClassName
 {
   color: #9E352B;
 }
 .AnyTagClassName
 {
   color: #9E352B;
 }
</style>
background-color css

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

 a { background-color: rgb(158,53,43); }

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

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

 span { border-color: rgb(158,53,43); }

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