Html Css Color HEX #963232 Milano Red

📋 copy color: '#963232'

red 150 ◦ green 50 ◦ blue 50

#963232
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Milano Red #963232

Tints of Milano Red #963232

RGB

 RED value IS 150 (58.98% from 255) = 60%

 GREEN value IS 50 (19.92% from 255) = 20%

 BLUE value IS 50 (19.92% from 255) = 20%

R = 60%
G = 20%
B = 20%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#963232 (or 0x963232) is known color: Milano Red. HEX triplet: 96, 32 and 32. RGB value is (150,50,50). Sum of RGB (Red+Green+Blue) = 150+50+50=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #963232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963232 is #69CDCD. Grayscale: #505050. Windows color (decimal): -6933966 or 3289750. OLE color: 3289750.

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

Color convert

RGB 150 50 50 -
CMYK 0 0.67 0.67 0.41
HSL 0.5% 0.39% -
HSV(B) 0.67% 0.59% -
XYZ 14.29 9 4 -
YUV 79.9 111.13 178 -
System Red Green Blue C M Y K H S L
Decimal 150 50 50 0 0.67 0.67 0.41 0 0.5 0.39
Hex 96 32 32 0 43 43 29 0 32 27
Octal 226 62 62 0 103 103 51 0 62 47
Binary 10010110 110010 110010 0 1000011 1000011 101001 0 110010 100111

Color Harmonies of #963232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963232

Black with #963232

Text Example


Text Example

White with #963232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963232; }

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

 H1.HeaderClassName
 {
   color: #963232;
 }
 .AnyTagClassName
 {
   color: #963232;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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