#962E2B

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

Shades of Milano Red #962E2B

Tints of Milano Red #962E2B

Color information

#962E2B (or 0x962E2B) is unknown color: approx Milano Red. HEX triplet: 96, 2E and 2B. RGB value is (150,46,43). Sum of RGB (Red+Green+Blue) = 150+46+43=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #962E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E2B is #69D1D4. Grayscale: #4C4C4C. Windows color (decimal): -6934997 or 2829974. OLE color: 2829974.

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

Color convert

RGB1504643-
CMYK00.690.710.41
HSL1.68º55.44%37.84%-
HSV(B)1.68º71.33%58.82%-
XYZ13.998.613.21-
YUV76.75108.96180.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.76%
GREEN value IS 46 (18.36% from 255) = 19.25%
BLUE value IS 43 (17.19% from 255) = 17.99%
R=62.76%
G=19.25%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150464300.690.710.411.6855.4437.84
Hex962E2B045472923726
Octal226565301051075126746
Binary1001011010111010101101000101100011110100110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962E2B; }

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

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

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

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

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

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

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

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