#9D2E2E

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

Shades of Milano Red #9D2E2E

Tints of Milano Red #9D2E2E

Color information

#9D2E2E (or 0x9D2E2E) is unknown color: approx Milano Red. HEX triplet: 9D, 2E and 2E. RGB value is (157,46,46). Sum of RGB (Red+Green+Blue) = 157+46+46=249 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.05% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2E2E is #62D1D1. Grayscale: #4F4F4F. Windows color (decimal): -6476242 or 3026589. OLE color: 3026589.

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

Color convert

RGB1574646-
CMYK00.710.710.38
HSL54.68%39.8%-
HSV(B)70.7%61.57%-
XYZ15.379.323.57-
YUV79.19109.27183.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 63.05%
GREEN value IS 46 (18.36% from 255) = 18.47%
BLUE value IS 46 (18.36% from 255) = 18.47%
R=63.05%
G=18.47%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157464600.710.710.38054.6839.8
Hex9D2E2E047472603728
Octal235565601071074606750
Binary100111011011101011100100011110001111001100110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,46,46); }

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

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

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

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

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

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

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