#9D302B

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

Shades of Milano Red #9D302B

Tints of Milano Red #9D302B

Color information

#9D302B (or 0x9D302B) is unknown color: approx Milano Red. HEX triplet: 9D, 30 and 2B. RGB value is (157,48,43). Sum of RGB (Red+Green+Blue) = 157+48+43=248 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.31% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 157 - color contains mainly: red. Hex color #9D302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D302B is #62CFD4. Grayscale: #505050. Windows color (decimal): -6475733 or 2830493. OLE color: 2830493.

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

Color convert

RGB1574843-
CMYK00.690.730.38
HSL2.63º57%39.22%-
HSV(B)2.63º72.61%61.57%-
XYZ15.49.463.3-
YUV80.02107.11182.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 63.31%
GREEN value IS 48 (19.14% from 255) = 19.35%
BLUE value IS 43 (17.19% from 255) = 17.34%
R=63.31%
G=19.35%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157484300.690.730.382.635739.22
Hex9D302B045492633927
Octal235605301051114637147
Binary1001110111000010101101000101100100110011011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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