Html Css Color HEX #962D29 Milano Red

📋 copy color: '#962D29'

red 150 ◦ green 45 ◦ blue 41

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

Shades of Milano Red #962D29

Tints of Milano Red #962D29

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.07%

 BLUE value IS 41 (16.41% from 255) = 17.37%

R = 63.56%
G = 19.07%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#962D29 (or 0x962D29) is known color: Milano Red. HEX triplet: 96, 2D and 29. RGB value is (150,45,41). Sum of RGB (Red+Green+Blue) = 150+45+41=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #962D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962D29 is #69D2D6. Grayscale: #4C4C4C. Windows color (decimal): -6935255 or 2698646. OLE color: 2698646.

HSL color Cylindrical-coordinate representation of color #962D29: hue angle of 2.2º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962D29 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 45 41 -
CMYK 0 0.70 0.73 0.41
HSL 2.2º 0.57% 0.37% -
HSV(B) 2.2º 0.73% 0.59% -
XYZ 13.92 8.52 3.01 -
YUV 75.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 150 45 41 0 0.70 0.73 0.41 2.2 0.57 0.37
Hex 96 2D 29 0 46 49 29 2 39 25
Octal 226 55 51 0 106 111 51 2 71 45
Binary 10010110 101101 101001 0 1000110 1001001 101001 10 111001 100101

Color Harmonies of #962D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962D29

Black with #962D29

Text Example


Text Example

White with #962D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,45,41); }

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

background-color css

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

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

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

border-color css

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

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

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