Html Css Color HEX #9B372F Milano Red

📋 copy color: '#9B372F'

red 155 ◦ green 55 ◦ blue 47

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

Shades of Milano Red #9B372F

Tints of Milano Red #9B372F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.4%

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

R = 60.31%
G = 21.4%
B = 18.29%

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

#9B372F (or 0x9B372F) is known color: Milano Red. HEX triplet: 9B, 37 and 2F. RGB value is (155,55,47). Sum of RGB (Red+Green+Blue) = 155+55+47=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B372F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B372F is #64C8D0. Grayscale: #545454. Windows color (decimal): -6605009 or 3094427. OLE color: 3094427.

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

Color convert

RGB 155 55 47 -
CMYK 0 0.65 0.70 0.39
HSL 4.44º 0.53% 0.4% -
HSV(B) 4.44º 0.7% 0.61% -
XYZ 15.4 9.91 3.79 -
YUV 83.99 107.13 178.65 -
System Red Green Blue C M Y K H S L
Decimal 155 55 47 0 0.65 0.70 0.39 4.44 0.53 0.4
Hex 9B 37 2F 0 41 46 27 4 35 28
Octal 233 67 57 0 101 106 47 4 65 50
Binary 10011011 110111 101111 0 1000001 1000110 100111 100 110101 101000

Color Harmonies of #9B372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B372F

Black with #9B372F

Text Example


Text Example

White with #9B372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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