#962F2B

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

Shades of Milano Red #962F2B

Tints of Milano Red #962F2B

Color information

#962F2B (or 0x962F2B) is unknown color: approx Milano Red. HEX triplet: 96, 2F and 2B. RGB value is (150,47,43). Sum of RGB (Red+Green+Blue) = 150+47+43=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #962F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962F2B is #69D0D4. Grayscale: #4D4D4D. Windows color (decimal): -6934741 or 2830230. OLE color: 2830230.

HSL color Cylindrical-coordinate representation of color #962F2B: hue angle of 2.24º 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 #962F2B is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1504743-
CMYK00.690.710.41
HSL2.24º55.44%37.84%-
HSV(B)2.24º71.33%58.82%-
XYZ14.038.693.22-
YUV77.34108.62179.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.5%
GREEN value IS 47 (18.75% from 255) = 19.58%
BLUE value IS 43 (17.19% from 255) = 17.92%
R=62.5%
G=19.58%
B=17.92%

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
Decimal150474300.690.710.412.2455.4437.84
Hex962F2B045472923726
Octal226575301051075126746
Binary1001011010111110101101000101100011110100110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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