#9D302E

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

Shades of Milano Red #9D302E

Tints of Milano Red #9D302E

Color information

#9D302E (or 0x9D302E) is unknown color: approx Milano Red. HEX triplet: 9D, 30 and 2E. RGB value is (157,48,46). Sum of RGB (Red+Green+Blue) = 157+48+46=251 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.55% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 157 - color contains mainly: red. Hex color #9D302E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D302E is #62CFD1. Grayscale: #505050. Windows color (decimal): -6475730 or 3027101. OLE color: 3027101.

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

Color convert

RGB1574846-
CMYK00.690.710.38
HSL1.08º54.68%39.8%-
HSV(B)1.08º70.7%61.57%-
XYZ15.459.483.6-
YUV80.36108.61182.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 62.55%
GREEN value IS 48 (19.14% from 255) = 19.12%
BLUE value IS 46 (18.36% from 255) = 18.33%
R=62.55%
G=19.12%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157484600.690.710.381.0854.6839.8
Hex9D302E045472613728
Octal235605601051074616750
Binary100111011100001011100100010110001111001101110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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