www.beveragefactory.com Open in urlscan Pro
54.193.101.248  Public Scan

URL: https://www.beveragefactory.com/draftbeer/tanks/co2/C10.shtml
Submission: On August 13 via api from US — Scanned from DE

Form analysis 6 forms found in the DOM

GET /advanced_search_result.php

<form action="/advanced_search_result.php" method="get" class="search-form d-flex align-items-center">
  <div class="slide">
    <input type="text" placeholder="Search" name="keywords">
    <button type="submit" aria-label="Search"><i class="fa fa-search d-block" aria-hidden="true"></i></button>
  </div>
  <a href="#" class="opener" aria-label="Search"><i class="fa fa-search" aria-hidden="true"></i></a>
</form>

Name: cart_quantity_ajaxPOST https://www.beveragefactory.com/index.shtml?action=add_product

<form name="cart_quantity_ajax" id="cart_quantity_ajax" action="https://www.beveragefactory.com/index.shtml?action=add_product" method="post" class="form-description"><input type="hidden" name="products_id" id="products_id" value="7012"><button
    type="submit" name="btn-go-addons" class="add-to-cart pt-1 pb-1">ADD TO CART</button><input name="qty" id="qty" type="hidden" value="1"><input name="action" id="action" type="hidden" value="add_product_ajax"></form>

POST

<form action="" class="footer-form d-flex" method="post">
  <input type="text" placeholder="john.doe@gmail.com" name="newsletterEmail" id="newsletterEmail">
  <input type="submit" value="Sign Up">
</form>

Name: form_reviewPOST

<form class="form-horizontal" role="form" name="form_review" id="form_review" action="" method="post" novalidate="novalidate">
  <div class="row mb-3">
    <label for="review_headline" class="col-md-3 col-form-label required">Headline:</label>
    <div class="col-md-9">
      <input type="text" class="form-control" id="review_headline" name="review_headline" placeholder="" value="" required="">
    </div>
  </div>
  <div class="row mb-3">
    <label for="review_rate" class="col-md-3 col-form-label required">Rating:</label>
    <div class="col-md-9">
      <div class="rating-container theme-krajee-svg rating-lg rating-animate">
        <div class="rating-stars" tabindex="0"><span class="empty-stars"><span class="star" title="One Star"><span class="krajee-icon krajee-icon-star"></span></span><span class="star" title="Two Stars"><span
                class="krajee-icon krajee-icon-star"></span></span><span class="star" title="Three Stars"><span class="krajee-icon krajee-icon-star"></span></span><span class="star" title="Four Stars"><span
                class="krajee-icon krajee-icon-star"></span></span><span class="star" title="Five Stars"><span class="krajee-icon krajee-icon-star"></span></span></span><span class="filled-stars" style="width: 0%;"><span class="star"
              title="One Star"><span class="krajee-icon krajee-icon-star"></span></span><span class="star" title="Two Stars"><span class="krajee-icon krajee-icon-star"></span></span><span class="star" title="Three Stars"><span
                class="krajee-icon krajee-icon-star"></span></span><span class="star" title="Four Stars"><span class="krajee-icon krajee-icon-star"></span></span><span class="star" title="Five Stars"><span
                class="krajee-icon krajee-icon-star"></span></span></span></div>
        <div class="caption"><span class="caption-badge caption-secondary">Not Rated</span></div>
      </div><input required="" id="review_rate" name="review_rate" type="text" value="" title="" tabindex="-1" class="rating-input">
    </div>
  </div>
  <div class="row mb-3">
    <label for="review_comments" class="col-md-3 col-form-label required">Comments:</label>
    <div class="col-md-9">
      <textarea class="form-control mb-0" id="review_comments" name="review_comments" placeholder="My experience with this product..." required=""></textarea>
    </div>
  </div>
  <div class="row mb-3">
    <label for="review_nickname" class="col-md-3 col-form-label required">Your Nickname:</label>
    <div class="col-md-9">
      <input type="text" class="form-control" id="review_nickname" name="review_nickname" placeholder="Beer Guy" value="" required="">
    </div>
  </div>
  <div class="row mb-3">
    <label for="review_email" class="col-md-3 col-form-label required">Email:</label>
    <div class="col-md-9">
      <input type="email" class="form-control" id="review_email" name="review_email" placeholder="email@address.com" value="" required="">
    </div>
  </div>
  <div class="row mb-3">
    <label for="review_location" class="col-md-3 col-form-label required">Location:</label>
    <div class="col-md-9">
      <input type="text" class="form-control" id="review_location" name="review_location" placeholder="San Diego, CA" value="" required="">
    </div>
  </div>
  <div class="row mb-3">
    <label for="review_bottom_line_0" class="col-md-3 col-form-label required">Bottom Line:</label>
    <div class="col-md-9">
      <div class="form-check">
        <input class="form-check-input" type="radio" name="review_bottom_line" id="review_bottom_line_1" value="1" checked="">
        <label class="form-check-label" for="review_bottom_line_1"> Yes, I would recommend this to a friend </label>
      </div>
      <div class="form-check">
        <input class="form-check-input" type="radio" name="review_bottom_line" id="review_bottom_line_2" value="2">
        <label class="form-check-label" for="review_bottom_line_2"> No, I would not recommend this to a friend </label>
      </div>
    </div>
  </div>
  <div class="row mb-3">
    <div class="col-md-3">&nbsp;</div>
    <div class="col-md-9">
      <div class="form-check">
        <input class="form-check-input" type="checkbox" value="1" name="review_accept_tos" id="review_accept_tos" required="">
        <label class="form-check-label" for="review_accept_tos"> I have read the <a href="javascript:popUpScroll('/review_terms_and_conditions.php', 600, 500);">Terms and Conditions</a> and agree to them.* </label>
      </div>
    </div>
  </div>
  <div class="row mb-3">
    <div class="col-12 text-center"><button class="btn btn-success btn-large" name="review_button" value="review_post" type="submit">Submit Review <i class="fa fa-chevron-right fa-fw"></i></button></div>
    <input type="hidden" id="review_action" name="action" value="do_submit_review">
    <input type="hidden" name="review_products_id" value="7012">
  </div>
</form>

Name: form_qaPOST

<form class="form-horizontal" role="form" name="form_qa" id="form_qa" action="" method="post" novalidate="novalidate">
  <div class="row mb-3">
    <label for="headline" class="col-md-3 col-form-label required">Question:</label>
    <div class="col-md-9">
      <textarea class="form-control mb-0" id="headline" name="headline" placeholder="I have a question about..." required=""></textarea>
    </div>
  </div>
  <div class="row mb-3">
    <label for="nickname" class="col-md-3 col-form-label required">Your Nickname:</label>
    <div class="col-md-9">
      <input type="text" class="form-control" id="nickname" name="nickname" placeholder="Beer Guy" value="" required="">
    </div>
  </div>
  <div class="row mb-3">
    <label for="email" class="col-md-3 col-form-label required">Email:</label>
    <div class="col-md-9">
      <input type="email" class="form-control" id="email" name="email" placeholder="email@address.com" value="" required="">
    </div>
  </div>
  <div class="row mb-3">
    <div class="col-md-3">&nbsp;</div>
    <div class="col-md-9">
      <div class="form-check">
        <input class="form-check-input" type="checkbox" value="1" name="send_email_answers" id="send_email_answers" checked="">
        <label class="form-check-label" for="send_email_answers"> Please send me an email when my question is answered (optional). </label>
      </div>
    </div>
  </div>
  <div class="row mb-3">
    <div class="col-md-3">&nbsp;</div>
    <div class="col-md-9">
      <div class="form-check">
        <input class="form-check-input" type="checkbox" value="1" name="accept_tos" id="accept_tos" required="">
        <label class="form-check-label" for="accept_tos"> I have read the <a href="javascript:popUpScroll('/qa_terms_and_conditions.php', 600, 500);">Terms and Conditions</a> and agree to them.* </label>
      </div>
    </div>
  </div>
  <div class="row mb-3">
    <div class="col-12 text-center"><button class="btn btn-success btn-large" name="qa_button" value="qa_post" type="submit">Submit Question <i class="fa fa-chevron-right fa-fw"></i></button></div>
    <input type="hidden" id="q_action" name="action" value="do_submit_question">
    <input type="hidden" name="products_id" value="7012">
  </div>
</form>

Name: form_qa_aPOST

<form class="form-horizontal" role="form" name="form_qa_a" id="form_qa_a" action="" method="post" novalidate="novalidate">
  <div class="row mb-3">
    <label for="qa_a_answer" class="col-md-3 col-form-label required">Answer:</label>
    <div class="col-md-9">
      <textarea class="form-control mb-0" id="qa_a_answer" name="qa_a_answer" placeholder="Your answer..." required=""></textarea>
    </div>
  </div>
  <div class="row mb-3">
    <label for="qa_a_nickname" class="col-md-3 col-form-label required">Your Nickname:</label>
    <div class="col-md-9">
      <input type="text" class="form-control" id="qa_a_nickname" name="qa_a_nickname" placeholder="Beer Guy" value="" required="">
    </div>
  </div>
  <div class="row mb-3">
    <label for="qa_a_email" class="col-md-3 col-form-label required">Email:</label>
    <div class="col-md-9">
      <input type="email" class="form-control" id="qa_a_email" name="qa_a_email" placeholder="email@address.com" value="" required="">
    </div>
  </div>
  <div class="row mb-3">
    <div class="col-md-3">&nbsp;</div>
    <div class="col-md-9">
      <div class="form-check">
        <input class="form-check-input" type="checkbox" value="1" name="qa_a_accept_tos" id="qa_a_accept_tos" required="">
        <label class="form-check-label" for="qa_a_accept_tos"> I have read the <a href="javascript:popUpScroll('/qa_terms_and_conditions.php', 600, 500);">Terms and Conditions</a> and agree to them.* </label>
      </div>
    </div>
  </div>
  <div class="row mb-3">
    <div class="col-12 text-center"><button class="btn btn-success btn-large" name="qa_a_button" value="qa_a_post" type="submit">Submit Answer <i class="fa fa-chevron-right fa-fw"></i></button></div>
    <input type="hidden" id="q_a_action" name="action" value="do_submit_answer">
    <input type="hidden" name="qa_a_products_question_id" id="qa_a_products_question_id" value="">
  </div>
</form>

Text Content

New Site. Same Great Prices. Celebrate our new look with 20% OFF!
 * 800.710.9939
 * 


 * 
 * 
 * 
 * 0

 * beer
   * Kegerators
   * Conversion Kits
   * Kegs & Keg Accessories
   * Beer Faucets and Shanks
   * Draft Beer Towers
   * Keg Taps Couplers
   * Regulators & Gas Equipment
   * Beer & Gas Line Hose
   * Co2 and Nitrogen Air Tanks
   * Beer Line Cleaning Equipment
   * Drip Trays
   * System Fittings
   * Jockey Boxes
   * Keg Beer Party Pumps
   * Glassware & Accessories
   * Guinness® Dispensing Equipment
   * Remote Dispensing Equipment
   * Frequently Asked Beer Questions
 * wine
   * Wine Cooler Refrigerators
   * Wine Cellar Cabinets
   * Wine Racks
   * Cooling Units
   * Preservation and Serving
   * Wine Glasses
   * Wine Openers
   * Wine Accessories
   * Howard Miller Wine & Spirits Furniture
   * Decanters & Wine Aerators
   * Wine Making
   * Wine Carriers & Picnic Baskets
 * homebrew
   * Home Brew Kegerators
   * Home Brew Equipment Kits
   * Fermentation Equipment
   * Boiling and Mashing Equipment
   * Home Brew Beer Kegs
   * Homebrew Kegerator Conversion Kits
   * Brewing Tools
   * Home-Brew Ingredients
   * Cleaning Chemicals
   * Test Equipment
   * Homebrew Beer Bottles and Bottling Equipment
   * Homebrew Fittings
 * appliances
   * Kegerators
   * Refrigerators
   * Wine Cooler Refrigerators
   * Beverage Centers
   * Ice Makers
   * Blenders & Juicers
   * Water Dispensers & Accessories
   * Freezers
   * Commercial Grade Appliances
 * coffee
   * Cold Brew Coffee Dispensing
   * Hot Draft System
   * Espresso Machines
   * Coffee Makers
   * Cold Brewed Coffee Tools
   * Kombucha Equipment
 * kombucha
   * Kombucha Keg Dispensers
   * Kombucha Kegs
   * Kombucha Brewing
 * clearance
   * Draft Beer Equipment
   * Homebrewing Equipment
   * Wine Equipment
   * Appliances
   * Coffee Equipment
   * Home Bar & Barware
 * more
   * Gift Certificates
   * The Beverage Blog
   * Shop by Brand
   * Shop by Category

 * 800.710.9939
 * 
 * 
 * 

 * Home
 * Draft Beer Equipment
 * Co2 and Nitrogen Air Tanks
 * C10

 * 
 * 


KEGCO 10 LB. ALUMINUM CO2 TANK

Model: C10
 * 
 * 
 * 
 * 
 * 

5 Reviews
$149.88SAVE $29.98 (20%)
$119.90

Starting at $11/mo with Affirm. Prequalify now


ADD TO CART

 * Brand new tanks produced from high strength aluminum alloy 6061-T6
 * Popular because they are not as heavy as steel tanks and will not rust
 * Stamped with required U.S. Department of Transportation and Transport Canada
   Markings
 * 320 valves are CGA approved and have a male thread for CO2 regulators
 * Once filled, this tank should be able to dispense 10-12 beer kegs
   *All tanks are shipped empty

DESCRIPTION

The Beverage Factory offers only brand new aluminum Co2 Tanks. We do not sell
reconditioned steel tanks. Every Co2 cylinder is produced from high strength
aluminum alloy 6061-T6. These tanks are popular because they are not as heavy as
steel tanks and do not rust. A carrying handle is installed on 10, 15 and 20 lb.
cylinders only. The service pressure is up to 1800 PSI/124 BAR with a test
pressure of 3000 PSI/207 BAR. These cyldiners are stamped with required U.S.
Department of Transportation and Transport Canada Markings. The 320 Valves are
CGA approved, and have a male thread for Co2 Regulators.

 * Easy Carry Handle
 * 7" Diameter
 * 20.5" Height
 * 1800 PSI
 * CGA-320 Valve
 * Good for 10-12 Kegs

WARNING: This product has Brass components. Brass alloys are known to contain
trace amounts of Lead, which is known to the State of California to cause cancer
and reproductive harm. For more information, go to www.P65Warnings.ca.gov.
REVIEWS

04/08/2018

Excellent Value
 * 
 * 
 * 
 * 
 * 

Jeff

Couldn't be happier with this 10 lb. CO2 tank (cylinder). I ordered 2 of these.
wanted only US made, and I received Catalina Cylinder brand with US made valves
(I believe they are Sherwood valves, which are top of the line), and heavy duty
blastic plastic carry handle, which is retained by a big snap-ring. Super fast
shipping, arrived in perfect condition.

02/10/2015

New Tank
 * 
 * 
 * 
 * 
 * 

Homebrewer

Perfectly new tank. Couldn't find it any cheaper. Would recommend that you call
your gas supplier to see if they exchange or fill tanks. My local supplier only
exchanged, so I felt bad parting with my brand new one until they told me the
price if I had purchased a 10 lb. core tank from them ($120).

06/21/2013

Nice tank, great price...
 * 
 * 
 * 
 * 
 * 

Mike

Pretty simple, just like the picture. The tank looks real nice and the plastic
guard around the valve is solid. It's a good price considering the guard comes
with the tank. It shipped quick, I had it filled and it's working perfectly.

06/02/2013

Excellent Tanks.
 * 
 * 
 * 
 * 
 * 

Travelon

Using these to replace sodastream refills. Order adapter at co2doctor.com

09/22/2011

great!
 * 
 * 
 * 
 * 
 * 

Mr. Awesome

I bought this originally to contain co2 for my planted aquarium and it is
awesome! It lasts about 5-6 months and works flawless. Definitely recommend this
beast to everyone in the aquarium trade. Awesome quality.

WRITE REVIEW
Q&A
Question:
What is the thread size where the regulator screws on thanks .
by Dan on December 13, 2018

Answer:
Hello Dan,

Thread size on these is CGA 320. Hope this helped and thank you for your order.

Thank you,
by Hector on December 17, 2018
Staff Answer
Add Answer
Question:
shipping weight?
by Lagartz on February 26, 2019

Answer:
16 lbs
by Krystina on February 26, 2019
Staff Answer
Add Answer
Question:
Do the tanks come with a siphon tube? Can you get the same results if you turn
the tank upside down?
by Nat on June 05, 2019

Answer:
No they dont have siphon tubes. That would require a special order. in theory
yes, if you tip the tank upside down liquid will run out the opening of the
tank, but it will go into your regulator.
by Dave on June 07, 2019
Staff Answer
Add Answer
Question:
Does the tank come with the protective carry handle as indicated in the picture
by Scott on October 19, 2019

Answer:
Yes, it does come with the handle shown.
by Jake on October 21, 2019
Staff Answer
Add Answer
Question:
You say “brand new”. Does that mean if I order one, it is made November of 2019?
I just do not want one that I have to get tested ofter I order it.
by Pat on November 04, 2019

Answer:
Hello Pat, thank you for your inquiry, all of our tanks arrive on pallets
together, so this is no guarantee that your unit will be from November, but they
all have been produced within the last 3 months. So you will not have to get it
tested for 5 years time after your purchase.


by Dakota on November 05, 2019
Staff Answer
Add Answer
Showing Questions 1-5 of 8
 1 2  
Ask a Question

The Beverage Factory offers only brand new aluminum Co2 Tanks. We do not sell
reconditioned steel tanks. Every Co2 cylinder is produced from high strength
aluminum alloy 6061-T6. These tanks are popular because they are not as heavy as
steel tanks and do not rust. A carrying handle is installed on 10, 15 and 20 lb.
cylinders only. The service pressure is up to 1800 PSI/124 BAR with a test
pressure of 3000 PSI/207 BAR. These cyldiners are stamped with required U.S.
Department of Transportation and Transport Canada Markings. The 320 Valves are
CGA approved, and have a male thread for Co2 Regulators.

 * Easy Carry Handle
 * 7" Diameter
 * 20.5" Height
 * 1800 PSI
 * CGA-320 Valve
 * Good for 10-12 Kegs

WARNING: This product has Brass components. Brass alloys are known to contain
trace amounts of Lead, which is known to the State of California to cause cancer
and reproductive harm. For more information, go to www.P65Warnings.ca.gov.

04/08/2018

Excellent Value
 * 
 * 
 * 
 * 
 * 

Jeff

Couldn't be happier with this 10 lb. CO2 tank (cylinder). I ordered 2 of these.
wanted only US made, and I received Catalina Cylinder brand with US made valves
(I believe they are Sherwood valves, which are top of the line), and heavy duty
blastic plastic carry handle, which is retained by a big snap-ring. Super fast
shipping, arrived in perfect condition.

02/10/2015

New Tank
 * 
 * 
 * 
 * 
 * 

Homebrewer

Perfectly new tank. Couldn't find it any cheaper. Would recommend that you call
your gas supplier to see if they exchange or fill tanks. My local supplier only
exchanged, so I felt bad parting with my brand new one until they told me the
price if I had purchased a 10 lb. core tank from them ($120).

06/21/2013

Nice tank, great price...
 * 
 * 
 * 
 * 
 * 

Mike

Pretty simple, just like the picture. The tank looks real nice and the plastic
guard around the valve is solid. It's a good price considering the guard comes
with the tank. It shipped quick, I had it filled and it's working perfectly.

06/02/2013

Excellent Tanks.
 * 
 * 
 * 
 * 
 * 

Travelon

Using these to replace sodastream refills. Order adapter at co2doctor.com

09/22/2011

great!
 * 
 * 
 * 
 * 
 * 

Mr. Awesome

I bought this originally to contain co2 for my planted aquarium and it is
awesome! It lasts about 5-6 months and works flawless. Definitely recommend this
beast to everyone in the aquarium trade. Awesome quality.

WRITE REVIEW
Question:
What is the thread size where the regulator screws on thanks .
by Dan on December 13, 2018

Answer:
Hello Dan,

Thread size on these is CGA 320. Hope this helped and thank you for your order.

Thank you,
by Hector on December 17, 2018
Staff Answer
Add Answer
Question:
shipping weight?
by Lagartz on February 26, 2019

Answer:
16 lbs
by Krystina on February 26, 2019
Staff Answer
Add Answer
Question:
Do the tanks come with a siphon tube? Can you get the same results if you turn
the tank upside down?
by Nat on June 05, 2019

Answer:
No they dont have siphon tubes. That would require a special order. in theory
yes, if you tip the tank upside down liquid will run out the opening of the
tank, but it will go into your regulator.
by Dave on June 07, 2019
Staff Answer
Add Answer
Question:
Does the tank come with the protective carry handle as indicated in the picture
by Scott on October 19, 2019

Answer:
Yes, it does come with the handle shown.
by Jake on October 21, 2019
Staff Answer
Add Answer
Question:
You say “brand new”. Does that mean if I order one, it is made November of 2019?
I just do not want one that I have to get tested ofter I order it.
by Pat on November 04, 2019

Answer:
Hello Pat, thank you for your inquiry, all of our tanks arrive on pallets
together, so this is no guarantee that your unit will be from November, but they
all have been produced within the last 3 months. So you will not have to get it
tested for 5 years time after your purchase.


by Dakota on November 05, 2019
Staff Answer
Add Answer
Showing Questions 1-5 of 8
 1 2  
Ask a Question

CONNECT WITH US!

 * 
 * 
 * 

@BeverageFactory
Sign up for our newsletter & discounts

 * SHOP WITH CONFIDENCE
 * Secure Shopping
 * Privacy Policy
 * Return Policy
 * Price Match Policy

 * NEED ASSISTANCE
 * Track Your Order
 * Customer Service
 * Contact Us
 * Help Us Improve

 * CONTACT INFO
 * BeverageFactory.com
 * 8510 Miralani Dr. San Diego, CA 92126

 * HOURS OF OPERATION
 * Sales: 800.710.9939
 * Fax: 858.527.0188
 * Mon-Fri 7am-4pm PST
 * Closed Sat-Sun

@1999-2022 Cydea, Inc. All rights reserved.
 * 
 * 
 * 
 * 
 * 




ADD A REVIEW

Headline:

Rating:
Not Rated
Comments:

Your Nickname:

Email:

Location:

Bottom Line:
Yes, I would recommend this to a friend
No, I would not recommend this to a friend
 
I have read the Terms and Conditions and agree to them.*
Submit Review

ASK A QUESTION

Question:

Your Nickname:

Email:

 
Please send me an email when my question is answered (optional).
 
I have read the Terms and Conditions and agree to them.*
Submit Question

ANSWER QUESTION

Answer:

Your Nickname:

Email:

 
I have read the Terms and Conditions and agree to them.*
Submit Answer

ADDED TO CART

.....