Html Css Color HEX #9B362F Milano Red

📋 copy color: '#9B362F'

red 155 ◦ green 54 ◦ blue 47

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

Shades of Milano Red #9B362F

Tints of Milano Red #9B362F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.36%

R = 60.55%
G = 21.09%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B362F (or 0x9B362F) is known color: Milano Red. HEX triplet: 9B, 36 and 2F. RGB value is (155,54,47). Sum of RGB (Red+Green+Blue) = 155+54+47=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B362F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B362F is #64C9D0. Grayscale: #535353. Windows color (decimal): -6605265 or 3094171. OLE color: 3094171.

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

Color convert

RGB 155 54 47 -
CMYK 0 0.65 0.70 0.39
HSL 3.89º 0.53% 0.4% -
HSV(B) 3.89º 0.7% 0.61% -
XYZ 15.35 9.81 3.77 -
YUV 83.4 107.46 179.07 -
System Red Green Blue C M Y K H S L
Decimal 155 54 47 0 0.65 0.70 0.39 3.89 0.53 0.4
Hex 9B 36 2F 0 41 46 27 4 35 28
Octal 233 66 57 0 101 106 47 4 65 50
Binary 10011011 110110 101111 0 1000001 1000110 100111 100 110101 101000

Color Harmonies of #9B362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B362F

Black with #9B362F

Text Example


Text Example

White with #9B362F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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