#963030

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

Shades of Milano Red #963030

Tints of Milano Red #963030

Color information

#963030 (or 0x963030) is unknown color: approx Milano Red. HEX triplet: 96, 30 and 30. RGB value is (150,48,48). Sum of RGB (Red+Green+Blue) = 150+48+48=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #963030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963030 is #69CFCF. Grayscale: #4E4E4E. Windows color (decimal): -6934480 or 3158166. OLE color: 3158166.

HSL color Cylindrical-coordinate representation of color #963030: hue angle of 0º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963030 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB1504848-
CMYK00.680.680.41
HSL51.52%38.82%-
HSV(B)68%58.82%-
XYZ14.178.813.75-
YUV78.5110.79179-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.98%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 48 (19.14% from 255) = 19.51%
R=60.98%
G=19.51%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150484800.680.680.41051.5238.82
Hex963030044442903427
Octal226606001041045106447
Binary100101101100001100000100010010001001010010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963030; }

 p { color: rgb(150,48,48); }

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

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

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

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

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

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

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