Html Css Color HEX #9B3632 Milano Red

📋 copy color: '#9B3632'

red 155 ◦ green 54 ◦ blue 50

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

Shades of Milano Red #9B3632

Tints of Milano Red #9B3632

RGB

 RED value IS 155 (60.94% from 255) = 59.85%

 GREEN value IS 54 (21.48% from 255) = 20.85%

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

R = 59.85%
G = 20.85%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B3632 (or 0x9B3632) is known color: Milano Red. HEX triplet: 9B, 36 and 32. RGB value is (155,54,50). Sum of RGB (Red+Green+Blue) = 155+54+50=259 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.85% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3632 is #64C9CD. Grayscale: #535353. Windows color (decimal): -6605262 or 3290779. OLE color: 3290779.

HSL color Cylindrical-coordinate representation of color #9B3632: hue angle of 2.29º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B3632 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 54 50 -
CMYK 0 0.65 0.68 0.39
HSL 2.29º 0.51% 0.4% -
HSV(B) 2.29º 0.68% 0.61% -
XYZ 15.41 9.84 4.1 -
YUV 83.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 155 54 50 0 0.65 0.68 0.39 2.29 0.51 0.4
Hex 9B 36 32 0 41 44 27 2 33 28
Octal 233 66 62 0 101 104 47 2 63 50
Binary 10011011 110110 110010 0 1000001 1000100 100111 10 110011 101000

Color Harmonies of #9B3632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3632

Black with #9B3632

Text Example


Text Example

White with #9B3632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B3632; }

 p { color: rgb(155,54,50); }

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

background-color css

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

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

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

border-color css

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

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

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