Html Css Color HEX #9C372F Milano Red

📋 copy color: '#9C372F'

red 156 ◦ green 55 ◦ blue 47

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

Shades of Milano Red #9C372F

Tints of Milano Red #9C372F

RGB

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

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

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

R = 60.47%
G = 21.32%
B = 18.22%

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

#9C372F (or 0x9C372F) is known color: Milano Red. HEX triplet: 9C, 37 and 2F. RGB value is (156,55,47). Sum of RGB (Red+Green+Blue) = 156+55+47=258 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.47% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 156 - color contains mainly: red. Hex color #9C372F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C372F is #63C8D0. Grayscale: #545454. Windows color (decimal): -6539473 or 3094428. OLE color: 3094428.

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

Color convert

RGB 156 55 47 -
CMYK 0 0.65 0.70 0.39
HSL 4.4º 0.54% 0.4% -
HSV(B) 4.4º 0.7% 0.61% -
XYZ 15.59 10.01 3.8 -
YUV 84.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 156 55 47 0 0.65 0.70 0.39 4.4 0.54 0.4
Hex 9C 37 2F 0 41 46 27 4 36 28
Octal 234 67 57 0 101 106 47 4 66 50
Binary 10011100 110111 101111 0 1000001 1000110 100111 100 110110 101000

Color Harmonies of #9C372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C372F

Black with #9C372F

Text Example


Text Example

White with #9C372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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