Html Css Color HEX #9B322A Milano Red

📋 copy color: '#9B322A'

red 155 ◦ green 50 ◦ blue 42

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

Shades of Milano Red #9B322A

Tints of Milano Red #9B322A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17%

R = 62.75%
G = 20.24%
B = 17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#9B322A (or 0x9B322A) is known color: Milano Red. HEX triplet: 9B, 32 and 2A. RGB value is (155,50,42). Sum of RGB (Red+Green+Blue) = 155+50+42=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B322A is #64CDD5. Grayscale: #505050. Windows color (decimal): -6606294 or 2765467. OLE color: 2765467.

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

Color convert

RGB 155 50 42 -
CMYK 0 0.68 0.73 0.39
HSL 4.25º 0.57% 0.39% -
HSV(B) 4.25º 0.73% 0.61% -
XYZ 15.08 9.42 3.21 -
YUV 80.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 155 50 42 0 0.68 0.73 0.39 4.25 0.57 0.39
Hex 9B 32 2A 0 44 49 27 4 39 27
Octal 233 62 52 0 104 111 47 4 71 47
Binary 10011011 110010 101010 0 1000100 1001001 100111 100 111001 100111

Color Harmonies of #9B322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B322A

Black with #9B322A

Text Example


Text Example

White with #9B322A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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