Html Css Color HEX #A7372E Milano Red

📋 copy color: '#A7372E'

red 167 ◦ green 55 ◦ blue 46

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

Shades of Milano Red #A7372E

Tints of Milano Red #A7372E

RGB

 RED value IS 167 (65.63% from 255) = 62.31%

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

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

R = 62.31%
G = 20.52%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A7372E (or 0xA7372E) is known color: Milano Red. HEX triplet: A7, 37 and 2E. RGB value is (167,55,46). Sum of RGB (Red+Green+Blue) = 167+55+46=268 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.31% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 167 - color contains mainly: red. Hex color #A7372E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7372E is #58C8D1. Grayscale: #575757. Windows color (decimal): -5818578 or 3028903. OLE color: 3028903.

HSL color Cylindrical-coordinate representation of color #A7372E: hue angle of 4.46º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7372E is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 55 46 -
CMYK 0 0.67 0.72 0.35
HSL 4.46º 0.57% 0.42% -
HSV(B) 4.46º 0.72% 0.65% -
XYZ 17.8 11.15 3.8 -
YUV 87.46 104.61 184.73 -
System Red Green Blue C M Y K H S L
Decimal 167 55 46 0 0.67 0.72 0.35 4.46 0.57 0.42
Hex A7 37 2E 0 43 48 23 4 39 2A
Octal 247 67 56 0 103 110 43 4 71 52
Binary 10100111 110111 101110 0 1000011 1001000 100011 100 111001 101010

Color Harmonies of #A7372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7372E

Black with #A7372E

Text Example


Text Example

White with #A7372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7372E; }

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

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

background-color css

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

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

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

border-color css

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

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

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