#9B322B

Color #9B322B Milano Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milano Red #9B322B

Tints of Milano Red #9B322B

Color information

#9B322B (or 0x9B322B) is unknown color: approx Milano Red. HEX triplet: 9B, 32 and 2B. RGB value is (155,50,43). Sum of RGB (Red+Green+Blue) = 155+50+43=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B322B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B322B is #64CDD4. Grayscale: #505050. Windows color (decimal): -6606293 or 2831003. OLE color: 2831003.

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

Color convert

RGB1555043-
CMYK00.680.720.39
HSL3.75º56.57%38.82%-
HSV(B)3.75º72.26%60.78%-
XYZ15.099.423.31-
YUV80.6106.79181.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62.5%
GREEN value IS 50 (19.92% from 255) = 20.16%
BLUE value IS 43 (17.19% from 255) = 17.34%
R=62.5%
G=20.16%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155504300.680.720.393.7556.5738.82
Hex9B322B044482743927
Octal233625301041104747147
Binary10011011110010101011010001001001000100111100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B322B;
 }
 .AnyTagClassName
 {
   color: #9B322B;
 }
</style>
background-color css

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

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

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

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

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

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