Html Css Color HEX #9C372C Milano Red

📋 copy color: '#9C372C'

red 156 ◦ green 55 ◦ blue 44

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

Shades of Milano Red #9C372C

Tints of Milano Red #9C372C

RGB

 RED value IS 156 (61.33% from 255) = 61.18%

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

 BLUE value IS 44 (17.58% from 255) = 17.25%

R = 61.18%
G = 21.57%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9C372C (or 0x9C372C) is known color: Milano Red. HEX triplet: 9C, 37 and 2C. RGB value is (156,55,44). Sum of RGB (Red+Green+Blue) = 156+55+44=255 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.18% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 156 - color contains mainly: red. Hex color #9C372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C372C is #63C8D3. Grayscale: #545454. Windows color (decimal): -6539476 or 2897820. OLE color: 2897820.

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

Color convert

RGB 156 55 44 -
CMYK 0 0.65 0.72 0.39
HSL 5.89º 0.56% 0.39% -
HSV(B) 5.89º 0.72% 0.61% -
XYZ 15.53 9.98 3.49 -
YUV 83.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 156 55 44 0 0.65 0.72 0.39 5.89 0.56 0.39
Hex 9C 37 2C 0 41 48 27 6 38 27
Octal 234 67 54 0 101 110 47 6 70 47
Binary 10011100 110111 101100 0 1000001 1001000 100111 110 111000 100111

Color Harmonies of #9C372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C372C

Black with #9C372C

Text Example


Text Example

White with #9C372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,55,44); }

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

background-color css

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

 a { background-color: rgb(156,55,44); }

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

border-color css

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

 span { border-color: rgb(156,55,44); }

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