#96302E

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

Shades of Milano Red #96302E

Tints of Milano Red #96302E

Color information

#96302E (or 0x96302E) is unknown color: approx Milano Red. HEX triplet: 96, 30 and 2E. RGB value is (150,48,46). Sum of RGB (Red+Green+Blue) = 150+48+46=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #96302E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96302E is #69CFD1. Grayscale: #4E4E4E. Windows color (decimal): -6934482 or 3027094. OLE color: 3027094.

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

Color convert

RGB1504846-
CMYK00.680.690.41
HSL1.15º53.06%38.43%-
HSV(B)1.15º69.33%58.82%-
XYZ14.138.83.54-
YUV78.27109.79179.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.48%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 46 (18.36% from 255) = 18.85%
R=61.48%
G=19.67%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150484600.680.690.411.1553.0638.43
Hex96302E044452913526
Octal226605601041055116546
Binary100101101100001011100100010010001011010011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96302E; }

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

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

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

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

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

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

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

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