Html Css Color HEX #9C372E Milano Red

📋 copy color: '#9C372E'

red 156 ◦ green 55 ◦ blue 46

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

Shades of Milano Red #9C372E

Tints of Milano Red #9C372E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.9%

R = 60.7%
G = 21.4%
B = 17.9%

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

#9C372E (or 0x9C372E) is known color: Milano Red. HEX triplet: 9C, 37 and 2E. RGB value is (156,55,46). Sum of RGB (Red+Green+Blue) = 156+55+46=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C372E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C372E is #63C8D1. Grayscale: #545454. Windows color (decimal): -6539474 or 3028892. OLE color: 3028892.

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

Color convert

RGB 156 55 46 -
CMYK 0 0.65 0.71 0.39
HSL 4.91º 0.54% 0.4% -
HSV(B) 4.91º 0.71% 0.61% -
XYZ 15.57 10 3.69 -
YUV 84.17 106.46 179.23 -
System Red Green Blue C M Y K H S L
Decimal 156 55 46 0 0.65 0.71 0.39 4.91 0.54 0.4
Hex 9C 37 2E 0 41 47 27 5 36 28
Octal 234 67 56 0 101 107 47 5 66 50
Binary 10011100 110111 101110 0 1000001 1000111 100111 101 110110 101000

Color Harmonies of #9C372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C372E

Black with #9C372E

Text Example


Text Example

White with #9C372E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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