Html Css Color HEX #9B3532 Milano Red

📋 copy color: '#9B3532'

red 155 ◦ green 53 ◦ blue 50

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

Shades of Milano Red #9B3532

Tints of Milano Red #9B3532

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.54%

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

R = 60.08%
G = 20.54%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B3532 (or 0x9B3532) is known color: Milano Red. HEX triplet: 9B, 35 and 32. RGB value is (155,53,50). Sum of RGB (Red+Green+Blue) = 155+53+50=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3532 is #64CACD. Grayscale: #535353. Windows color (decimal): -6605518 or 3290523. OLE color: 3290523.

HSL color Cylindrical-coordinate representation of color #9B3532: hue angle of 1.71º 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 #9B3532 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 53 50 -
CMYK 0 0.66 0.68 0.39
HSL 1.71º 0.51% 0.4% -
HSV(B) 1.71º 0.68% 0.61% -
XYZ 15.37 9.75 4.09 -
YUV 83.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 155 53 50 0 0.66 0.68 0.39 1.71 0.51 0.4
Hex 9B 35 32 0 42 44 27 2 33 28
Octal 233 65 62 0 102 104 47 2 63 50
Binary 10011011 110101 110010 0 1000010 1000100 100111 10 110011 101000

Color Harmonies of #9B3532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3532

Black with #9B3532

Text Example


Text Example

White with #9B3532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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