Html Css Color HEX #9B362D Milano Red

📋 copy color: '#9B362D'

red 155 ◦ green 54 ◦ blue 45

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

Shades of Milano Red #9B362D

Tints of Milano Red #9B362D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.72%

R = 61.02%
G = 21.26%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.39

RGB Variations

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

Color information

#9B362D (or 0x9B362D) is known color: Milano Red. HEX triplet: 9B, 36 and 2D. RGB value is (155,54,45). Sum of RGB (Red+Green+Blue) = 155+54+45=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B362D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B362D is #64C9D2. Grayscale: #535353. Windows color (decimal): -6605267 or 2963099. OLE color: 2963099.

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

Color convert

RGB 155 54 45 -
CMYK 0 0.65 0.71 0.39
HSL 4.91º 0.55% 0.39% -
HSV(B) 4.91º 0.71% 0.61% -
XYZ 15.31 9.8 3.57 -
YUV 83.17 106.46 179.23 -
System Red Green Blue C M Y K H S L
Decimal 155 54 45 0 0.65 0.71 0.39 4.91 0.55 0.39
Hex 9B 36 2D 0 41 47 27 5 37 27
Octal 233 66 55 0 101 107 47 5 67 47
Binary 10011011 110110 101101 0 1000001 1000111 100111 101 110111 100111

Color Harmonies of #9B362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B362D

Black with #9B362D

Text Example


Text Example

White with #9B362D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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