You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Commanders–Ravens rivalry

From EverybodyWiki Bios & Wiki


Washington Commanders–Baltimore Ravens
Washington Commanders
Baltimore Ravens
First meetingOctober 26, 1997
Ravens 20, Redskins 17
Latest meetingOctober 4, 2020
Ravens 31, Washington 17
Next meeting2024 (regular season)
Statistics
Meetings total7 meetings
All-time seriesRegular season:
Ravens lead 4–3–0
Pre-season:
Ravens lead 10–3–0
Largest victoryBAL 24, WAS 10 (2008)
BAL 31, WAS 17 (2020)
Smallest victoryBAL 20, WAS 17 (1997)
WAS 31, BAL 28 OT(2012)
Current win streakRavens, 1 (2020–present)
<graph>

{

 //
 // ATTENTION: This code is maintained at https://www.mediawiki.org/wiki/Template:Graph:Street_map_with_marks
 //            Please do not modify it anywhere else, as it may get copied and override your changes.
 //            Suggestions can be made at https://www.mediawiki.org/wiki/Template_talk:Graph:Street_map_with_marks
 //
 // Template translation is in https://commons.wikimedia.org/wiki/Data:Original/Template:Graphs.tab
 //
 "version": 2, "width":280, "height": 225, "padding": 0,
 "signals":[
   // These signals allow us to quickly move the map within the image, e.g. to leave space for the legend

{"name":"legendWidth", "init": {"expr": "0"} },

   {"name":"legendHeight", "init": {"expr": "height"} },
   {"name":"imgWidth", "init": {"expr": "width-legendWidth"} },
   {"name":"imgHeight", "init": {"expr": "height"} },
   {"name":"imgXC", "init": {"expr": "imgWidth/2"} },
   {"name":"imgYC", "init": {"expr": "imgHeight/2"} },
   {"name":"imgTileSize", "init": {"expr": "256"} },
   {"name":"imgLat", "init": {"expr": "39.09"} },
   {"name":"imgLon", "init": {"expr": "-76.80"} },
   {"name":"imgZoom", "init": {"expr": "7"} },
   {"name":"picWidth", "init": {"expr": "180"} },
   {"name":"picHeight", "init": {"expr": "picWidth/2"} },
   {"name":"picXC", "init": {"expr": "imgWidth-(picWidth/2)"} },
   {"name":"picYC", "init": {"expr": "imgHeight-(picHeight/2)"} },
   {"name":"showMiniMap", "init": {"expr": "0"} }
 ],
 "data": [
   {
     "name": "data",

// Otherwise use the first unnamed argument for source values

     "values": [  { "lat": 39.09, 
    "lon": -76.80, 
    "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Mapscaleline.svg/120px-Mapscaleline.svg.png", 
    "width": 50, 
    "height": 8, 
    "offsetX": 103, 
    "offsetY": 102.5, 
    "textAlign": "right", 
    "textDx": 22, 
    "textDy": -2, 
    "textColor": "grey", 
    "textFont": "Tahoma", 
    "textFontSize": 9, 
    "text":  "75km" }

, { "lat": 0, "lon": 0, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "", "textAlign": "right", "textBaseline": "middle", "textDx": -7, "textDy": 1, "textFontSize": 12, "textColor": "#AA1205"


} , { "lat": 38.9077, "lon": -76.8644, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "WAS", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#000000"


} , { "lat": 39.2777, "lon": -76.6226, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/b/b2/Purple_pog.svg/10px-Purple_pog.svg.png", "height": 10, "width": 10, "text": "BAL", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#000000"


}
















     ],
     "transform": [
       {
         "type": "geo",
         "projection": "mercator",
         "scale": {"expr": "imgTileSize/PI/2*pow(2,imgZoom)"},
         "translate": [{"expr": "imgXC"}, {"expr": "imgYC"}],
         "center": [{"expr": "imgLon"}, {"expr": "imgLat"}],
         "lon": "lon", "lat": "lat"
       },
       { "type": "formula", "field":"layout_x", "expr": "datum.layout_x + (datum.offsetX || 0)" },
       { "type": "formula", "field":"layout_y", "expr": "datum.layout_y + (datum.offsetY || 0)" },
       { "type": "formula", "field":"color", "expr": "datum.color || '#c33'" },
       { "type": "formula", "field":"textColor", "expr": "datum.textColor || datum.color" },
       { "type": "formula", "field":"strokeColor", "expr": "datum.strokeColor || '#ffe7e6'" }
     ]
   },
   {
     // Hack: single value data source for drawing/hiding images and other non-series elements
     "name": "dummyData",
     "values": [{}]
   }
 ],

// Legend only works if showLegend and colorScaleField are set

 "marks": [
   {
     "type": "image",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "formula", "field":"url", "expr": "'mapsnapshot:///?width='+imgWidth+'&height='+imgHeight+'&zoom='+imgZoom+'&lat='+imgLat+'&lon='+imgLon" }
       ]
     },
     "properties": {
       "enter": {
         "url": {"field": "url"},
         "xc": {"signal": "imgXC"}, "yc": {"signal": "imgYC"},
         "width": {"signal": "imgWidth"}, "height": {"signal": "imgHeight"}
       }
     }
   },
   {
     // Places an image of a given name and size at the [lan,lon] location
     "type": "image",
     "from": {
       "data": "data",
       "transform": [
         { "type": "filter", "test": "datum.img" },
         { "type": "formula", "field":"iconWidth", "expr": "datum.width || 0" },
         { "type": "formula", "field":"iconHeight", "expr": "datum.height || 0" },
         { "type": "formula", "field":"img",
           "expr": "if(!test(/^[a-z]+:\\/\\//, datum.img), 'wikifile:///'+datum.img, datum.img)" },
         // Ensure that either width or height parameter is passed to wikifile:// request
         { "type": "formula", "field":"img",
           "expr": "if((datum.iconWidth || datum.iconHeight) && !test(/[?&](width|height)=\\d/, datum.img),if(datum.iconWidth,datum.img+'?width='+datum.iconWidth,datum.img+'?height='+datum.iconHeight), datum.img)" }
     ]},
     "properties": {
       "enter": {
         "url": {"field": "img"},
         "xc": {"field": "layout_x"}, "yc": {"field": "layout_y"},
         "width": {"field": "iconWidth"}, "height": {"field": "iconHeight"}
       }
     }
   },
   {
     // Draw marks of a given color, shape, and size at the [lan,lon] location
     "type": "symbol",
     "from": {
       "data": "data",
       "transform": [{ "type": "filter", "test": "!datum.img" }]
     },
     "properties": {
       "enter": {
         "x": {"field": "layout_x"},
         "y": {"field": "layout_y"},
         // If colorScaleField is set, use color scaling, otherwise use the preset color value
         "fill": { "field": "color" },
         "size": {"field": "size"},
         "shape": {"field": "shape"},
         "stroke": {"field": "strokeColor"}
       }
     }
   },
   {
     // Draw text with the given color and size at the [lan,lon] location
     // See https://github.com/vega/vega/wiki/Marks#text for all parameter description (prepend "text" and capitalize them)
     "type": "text",
     "from": {
       "data": "data",
       "transform": [
         { "type": "filter", "test": "datum.text" },
         // Figure out if this is an LTR or RTL page. For LTR, show label to the right of the icon, left-aligned. For RTL, reverse.
         { "type": "formula", "field":"isLTR", "expr": "'‎' == '\\u200E'" },
         // If these values are not defined ("undefined" is not allowed, so test for truthiness and not 0)
         { "type": "formula", "field":"textDx", "expr": "if(!datum.textDx && datum.textDx != 0, if(datum.isLTR,8,-8), datum.textDx)" },
         { "type": "formula", "field":"textAlign", "expr": "if(!datum.textAlign, if(datum.isLTR,'left','right'), datum.textAlign)" },
         { "type": "formula", "field":"textBaseline", "expr": "datum.textBaseline || 'middle'" }
     ]},
     "properties": {
       "enter": {
         "text": {"field": "text"},
         "x": {"field": "layout_x" },
         "y": {"field": "layout_y"},
         "dx": {"field": "textDx" },
         "dy": {"field": "textDy"},
         "fill": {"field": "textColor"},
         "align": {"field": "textAlign"},
         "baseline": {"field": "textBaseline"},
         "radius": {"field": "textRadius"},
         "theta": {"field": "textTheta"},
         "angle": {"field": "textAngle"},
         "font": {"field": "textFont"},
         "fontSize": {"field": "textFontSize"},
         "fontWeight": {"field": "textFontWeight"},
         "fontStyle": {"field": "textFontStyle"}
       }
     }
   },
   {
     // Draw a low-zoom locator map frame
     "type": "rect",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "filter", "test": "showMiniMap" }
       ]
     },
     "properties": {
       "enter": {
         "xc": {"signal": "picXC"}, "yc": {"signal": "picYC"},
         "width": {"signal": "picWidth", "offset":2}, "height": {"signal": "picHeight"},
         "stroke": {"value":"#fff"},"strokeWidth": {"value":6}
       }
     }
   },
   {
     // Draw a low-zoom locator map by using a premade world map image
     "type": "image",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "filter", "test": "showMiniMap" },
         { "type": "formula", "field":"url", "expr": "1" }
       ]
     },
     "properties": {
       "enter": {
         "url": {"value": "wikirawupload:"},
         "xc": {"signal": "picXC"}, "yc": {"signal": "picYC"},
         "width": {"signal": "picWidth"}, "height": {"signal": "picHeight"}
       }
     }
   },
   {
     // Draw a zoom-out mark at the [lan,lon] location
     "type": "symbol",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "filter", "test": "showMiniMap" },
         { "type": "formula", "field":"lat", "expr": "imgLat" },
         { "type": "formula", "field":"lon", "expr": "imgLon" },
         {
           "type": "geo",
           "projection": "equirectangular",
           "scale": {"expr": "180/2/PI"},
           "translate": [{"expr": "picXC"}, {"expr": "picYC"}],
           "center": [{"expr": "0"}, {"expr": "0"}],
           "lon": "lon", "lat": "lat"
         }
       ]
     },
     "properties": {
       "enter": {
         "x": {"field": "layout_x"}, "y": {"field": "layout_y"},
         "fill": {"value": "#c33"},
         "stroke": {"value": "#ffe7e6"},
         "size": {"value": 40}
       }
     }
   }
 ]

} </graph>

Locations of the Washington Commanders and Baltimore Ravens

The Commanders–Ravens rivalry, sometimes referred to as the Battle of the Beltway[1] or the Beltway Bowl[2], is the rivalry between the Washington Commanders and Baltimore Ravens of the National Football League. By the location of their stadiums, it is an in-state, interconference matchup between the two NFL teams of the Washington–Baltimore metropolitan area. It has been active since the Ravens joined the league as an expansion team in 1996. The rivalry consists mostly of matchups in the preseason, as the teams have been in different conferences since the Ravens were founded.

The Ravens are part of the AFC North. The Commanders are currently part of the NFC East. According to the current NFL scheduling format, the two teams play each other every four years during the regular season, rotating the host site each meeting. In addition, the two clubs play each other during the preseason nearly every year, with the site rotating on a mostly regular basis.

The two teams have never met in the playoffs. Currently, the only circumstance in which the two teams could meet during the postseason would be in the Super Bowl.

The seven regular season meetings have been characterized in most cases as relatively low-scoring affairs, and oftentimes close. Five of the seven have been decided by seven or fewer points, while two have been decided by a field goal.


Game results[edit]

Regular season results[edit]

Season Day Date Home team Site Result Overall series
1997 Sunday October 26 Redskins Jack Kent Cooke Stadium Ravens 20–17 Ravens 1–0
2000 Sunday October 15 Redskins FedExField Redskins 10–3 Tied 1–1
2004 Sunday October 10 Redskins FedExField Ravens 17–10 Ravens 2–1
2008 Sunday December 7 Ravens M&T Bank Stadium Ravens 24–10 Ravens 3–1
2012 Sunday November 11 Redskins FedExField Redskins 31–28OT Ravens 3–2
2016 Sunday October 9 Ravens M&T Bank Stadium Redskins 16–10 Tied 3–3
2020 Sunday October 4 Washington FedExField Ravens 31–17 Ravens 4–3

Preseason results[edit]

Season Day Date Home team Site Result Overall series
2003 Saturday August 23 Redskins FedExField Redskins 24–3 Commanders 1–0
2004 Not played
2005 Thursday September 1 Ravens M&T Bank Stadium Ravens 26–20OT Tied 1–1
2006 Thursday August 31 Redskins FedExField Ravens 17–10 Ravens 2–1
2007 Saturday August 25 Redskins FedExField Redskins 13–7 Tied 2–2
2008 Not played
2009 Friday August 14 Ravens M&T Bank Stadium Ravens 23–0 Ravens 3–2
2010 Saturday August 21 Redskins FedExField Ravens 23–3 Ravens 4–2
2011 Thursday August 25 Ravens M&T Bank Stadium Ravens 34–31 Ravens 5–2
2012 Not played
2013
2014 Saturday August 23 Ravens M&T Bank Stadium Ravens 23–17 Ravens 6–2
2015 Saturday August 29 Ravens M&T Bank Stadium Redskins 31–13 Ravens 6–3
2016 Not played
2017 Thursday August 10 Ravens M&T Bank Stadium Ravens 23–3 Ravens 7–3
2018 Thursday August 30 Ravens M&T Bank Stadium Ravens 30–20 Ravens 8–3
2019 Thursday August 29 Redskins FedExField Ravens 20–7 Ravens 9–3
2020 Not played; no NFL preseason games due to COVID-19 outbreak
2021 Saturday August 28 Redskins FedExField Ravens 37–3 Ravens 10–3


Connections between the teams[edit]

Coaches/executives[edit]

Name Commanders' tenure Ravens' tenure
Ted Marchibroda 1961–1965, Assistant 1996–1998, Head coach
Jim Zorn 2008–2009, Head coach 2010, Quarterbacks coach

Players[edit]

Name Position(s) Commanders' tenure Ravens' tenure
Robert Griffin III Quarterback 2012–2015 2018–2020
Morgan Moses Offensive tackle 2014–2020 2022–present

*Offseason and/or practice squad member only

References[edit]

  1. "Ravens Win The Battle Of The Beltway". www.cbsnews.com. Retrieved 2022-08-10.
  2. The Beltway Bowl! (Ravens vs. Redskins, 2012) | NFL Vault Highlights, retrieved 2022-08-10

External links[edit]

Washington Commanders vs. Baltimore Ravens Results

See also[edit]


This article "Commanders–Ravens rivalry" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Commanders–Ravens rivalry. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.