#952E2C

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

Shades of Milano Red #952E2C

Tints of Milano Red #952E2C

Color information

#952E2C (or 0x952E2C) is unknown color: approx Milano Red. HEX triplet: 95, 2E and 2C. RGB value is (149,46,44). Sum of RGB (Red+Green+Blue) = 149+46+44=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #952E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E2C is #6AD1D3. Grayscale: #4C4C4C. Windows color (decimal): -7000532 or 2895509. OLE color: 2895509.

HSL color Cylindrical-coordinate representation of color #952E2C: hue angle of 1.14º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952E2C is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1494644-
CMYK00.690.700.42
HSL1.14º54.4%37.84%-
HSV(B)1.14º70.47%58.43%-
XYZ13.838.533.3-
YUV76.57109.62179.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.34%
GREEN value IS 46 (18.36% from 255) = 19.25%
BLUE value IS 44 (17.58% from 255) = 18.41%
R=62.34%
G=19.25%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149464400.690.700.421.1454.437.84
Hex952E2C045462A13626
Octal225565401051065216646
Binary100101011011101011000100010110001101010101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952E2C; }

 p { color: rgb(149,46,44); }

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

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

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

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

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

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

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