www.rentlasbrisasapts.com Open in urlscan Pro
2606:4700::6812:632b  Public Scan

Submitted URL: http://rentlasbrisasapts.com/
Effective URL: https://www.rentlasbrisasapts.com/
Submission: On October 31 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

<form class="form-row row home-aptsearch  horizontal" id="aptsearch">
  <!-- Move-in date filter -->
  <div class="form-group input-group floating-label floating-label-sm text-left  col-md-4 col-xl">
    <label for="move-in-date">Move-In Date</label>
    <input type="text" class="form-control form-control-sm" id="move-in-date" name="move-in-date" pattern="^([0-9]|0[1-9]|1[012])\/([0-9]|0[1-9]|[12][0-9]|3[01])\/(19|20)\d\d$" placeholder="M/d/yyyy" aria-label="Move in Date">
    <div class="input-group-append">
      <button class="btn btn-sm btn-light border" id="move-in-date-button" type="button" aria-label="Open calendar"><span aria-hidden="true" class="fa fa-calendar text-muted"></span></button>
    </div>
    <input type="hidden" name="showAvailability" id="showAvailability" value="3">
  </div>
  <!-- Num bedrooms filter -->
  <div class="form-group  col">
    <div id="beds-dropdown" class="dropdown floating-label floating-label-sm">
      <button class="btn btn-sm dropdown-toggle w-100 text-left" type="button" id="beds-dropdown-toggle" data-toggle="dropdown" data-persist="true" aria-haspopup="true" aria-expanded="false"
        data-selenium-id="dropdownMenuButtonBeds"><span>Bedrooms</span> &nbsp;</button>
      <div class="p-3 dropdown-menu" aria-labelledby="beds-dropdown-toggle">
        <fieldset>
          <legend class="sr-only">Choose your desired number of bedrooms</legend>
          <div class="checkbox">
            <input id="0-beds-checkbox" type="checkbox" value="0" name="bedrooms" class="beds-checkbox mr-2">
            <label aria-hidden="false" for="0-beds-checkbox">Studio</label>
          </div>
          <div class="checkbox">
            <input id="1-beds-checkbox" type="checkbox" value="1" name="bedrooms" class="beds-checkbox mr-2">
            <label aria-hidden="false" for="1-beds-checkbox">1 Bedroom</label>
          </div>
        </fieldset>
        <div>
          <button id="beds-clear" type="button" class="float-left d-none btn btn-link font-base text-muted text-capitalize p-0">Clear</button>
          <button id="beds-done" type="button" class="float-right btn btn-link font-base text-black text-capitalize p-0">Done</button>
        </div>
      </div>
    </div>
  </div>
  <!-- Apartment number filter -->
  <div class="form-group floating-label floating-label-sm text-left  col-12 col-md">
    <label for="apartment-number-input">Apartment #</label>
    <input class="form-control form-control-sm" type="text" id="apartment-number-input" name="apartment-number">
  </div>
  <!-- Max rent filter -->
  <div class="form-group floating-label floating-label-sm text-left  col-12 col-md-3 col-lg">
    <label for="max-rent-input">Max Rent</label>
    <input class="form-control form-control-sm" type="text" id="max-rent-input" name="rent">
  </div>
  <input type="hidden" name="calledfrom" value="home">
  <input type="hidden" id="unitsearch-request-verification-token" name="unitsearch-request-verification-token"
    value="CfDJ8CtwjdPBESBMu9DVKc5_ZZ2xHKsSvPyEKLLldtJuYHQT2VaAQqQ1tnp2MXeWeocmbXfZfCPg09Mb55MURXHlpbrtUnK6eIMqv0U-rhsWQOpNA-wYAoXprNk7qLH1UD9p0ZGu3jrPUvlYAW6DCQI9t1U">
  <!-- Search button -->
  <div class="form-group  col-12 col-md">
    <button type="button" onclick="postForm()" class="search-btn btn btn-sm btn-dark btn-hover-primary  mb-0 d-block w-100" data-selenium-id="btnSearch" style="">Search</button>
  </div>
</form>

POST

<form id="myContactForm" class="contact-form needs-validation" novalidate="" method="post">
  <p class="mb-3">* indicates required fields.</p>
  <fieldset>
    <legend class="h3  sr-only">Personal Information</legend>
    <input type="hidden" id="contact-request-verification-token" name="request-verification-token"
      value="CfDJ8CtwjdPBESBMu9DVKc5_ZZ2xHKsSvPyEKLLldtJuYHQT2VaAQqQ1tnp2MXeWeocmbXfZfCPg09Mb55MURXHlpbrtUnK6eIMqv0U-rhsWQOpNA-wYAoXprNk7qLH1UD9p0ZGu3jrPUvlYAW6DCQI9t1U">
    <div class="d-flex flex-wrap flex-sm-nowrap">
      <div class="form-group w-100 pr-sm-4 floating-label">
        <label for="firstname">
          <span>First Name*</span>
        </label>
        <input type="text" id="firstname" aria-invalid="false" class="form-control required" data-aria-describedby="invalidFirstname" aria-required="true" data-selenium-id="txtName" autocomplete="given-name" data-val="true"
          data-val-required="Please enter your First name" name="FirstName" value="">
        <div class="invalid-feedback" id="invalidFirstname" aria-hidden="true"> Error : Please provide a valid First Name. </div>
      </div>
      <div class="form-group w-100 floating-label">
        <label for="lastname">
          <span>Last Name*</span>
        </label>
        <input type="text" id="lastname" class="form-control required" aria-invalid="false" data-aria-describedby="invalidLastname" aria-required="true" data-selenium-id="txtName2" autocomplete="family-name" data-val="true"
          data-val-required="Please enter your Last name" name="LastName" value="">
        <div class="invalid-feedback" id="invalidLastname" aria-hidden="true"> Error : Please provide a valid Last Name. </div>
      </div>
    </div>
    <div class="form-group floating-label">
      <label for="email"> Email Address* </label>
      <input id="email" type="email" class="form-control required" aria-invalid="false" data-aria-describedby="invalidEmail" aria-required="true" pattern="[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}$" data-selenium-id="txtEmail"
        autocomplete="email" data-val="true" data-val-required="Please enter Email" name="Email" value="">
      <div class="invalid-feedback" id="invalidEmail" aria-hidden="true"> Error : Please enter a valid Email Address. </div>
    </div>
    <div class="form-group  floating-label">
      <label for="phonenumber"> Phone Number* </label>
      <input type="tel" id="phonenumber" class=" form-control Phone required" aria-invalid="false" data-aria-describedby="invalidPhonenumber" aria-required="true" pattern="^(1)?(-|.)?(\()?([0-9]{3})(\))?(-|.)?([0-9]{3})(-|.)?([0-9]{4})($|\D+.+$)"
        data-selenium-id="txtPhone" autocomplete="tel" data-country="US" data-val="true" data-val-required="You must provide a phone number" name="Phone" value="">
      <div class="invalid-feedback" id="invalidPhonenumber" aria-hidden="true"> Error : Please enter a valid Phone Number. </div>
      <div class="checkbox" name="smsopt-block">
        <input id="smsopt" type="checkbox" data-selenium-id="smsopt" class="form-check-input" data-val="true" data-val-required="The smsopt field is required." name="smsopt" value="true">
        <label for="smsopt"> Yes, I'd be happy to receive text messages! </label>
        <div class="text-right">
          <a class="color-inherit" aria-expanded="false" role="button" href="javascript:void(0)" onclick="ysi.contact.toggletextsmsopt(this, '')">Show More <span class="sr-only">about receiving text messages</span></a>
        </div>
        <div class="mb-4 d-none" aria-hidden="true" id="smsopttext">
          <p>By checking this box, you agree to receive automated marketing text messages from Clear Capital, LLC, and its affiliates, subsidiaries, related properties, and/or service providers. You also agree to the Terms of Service and Privacy
            Policy. Your consent is not a condition for making any purchase of property, goods, or services. Message and Data rates may apply.</p>
        </div>
      </div>
    </div>
  </fieldset>
  <div class="form-group floating-label " id="messagetextArea">
    <label for="message"> Message <span>*</span>
    </label>
    <textarea id="message" data-aria-describedby="invalidMessage" class="form-control required" aria-required="true" rows="3" data-selenium-id="txtComments" name="Message"></textarea>
    <div class="invalid-feedback" id="invalidMessage" aria-hidden="true"> Error : Please enter a message. </div>
  </div>
  <input type="hidden" name="AdwordsNetwork" id="AdwordsNetwork" value="">
  <input type="hidden" name="contactUsUrlPattern" id="contactUsUrlPattern" value="">
  <input type="hidden" name="AdwordsDevice" id="AdwordsDevice" value="">
  <input type="hidden" name="AdwordsKeyword" id="AdwordsKeyword" value="">
  <input type="hidden" name="AdwordsAdgroup" id="AdwordsAdgroup" value="">
  <input type="hidden" name="AdwordsCampaign" id="AdwordsCampaign" value="">
  <input type="hidden" name="AdwordsGclid" id="AdwordsGclid" value="">
  <input type="hidden" name="useragent" id="useragent" value="">
  <input type="hidden" name="prefix" id="prefix" value="">
  <input type="hidden" name="formtype" id="formtype" value="contactus">
  <input type="hidden" name="notifyby" id="notifyby" value="0">
  <input type="hidden" name="rcprid" id="rcprid">
  <input data-selenium-id="Prefer" name="Prefer" type="hidden" id="Prefer" value="byEmail">
  <input type="hidden" name="txtPreferredMoC" id="txtPreferredMoC" value="3">
  <input type="hidden" name="txtisresidentoption" id="txtisresidentoption" value="0">
  <input type="hidden" name="ContactPersonType" id="ContactPersonType" value="">
  <input type="hidden" name="SendEmailTo" id="SendEmailTo" value="">
  <input type="hidden" name="IsforCorpProperty" id="IsforCorpProperty" value="0">
  <input type="hidden" name="RCPropertyId" id="RCPropertyId">
  <input type="hidden" name="IsCanadaProperty" id="IsCanadaProperty" value="False">
  <input type="hidden" name="IsFlexProperty" id="IsFlexProperty" value="False">
  <input type="hidden" name="IsPureConventionalProp" id="IsPureConventionalProp" value="False">
  <input type="hidden" name="IsPureStudentProp" id="IsPureStudentProp" value="False">
  <input type="hidden" name="UseFlexibleAcademicTerm" id="UseFlexibleAcademicTerm" value="False">
  <input type="hidden" name="HideSchool" id="HideSchool" value="False">
  <input type="hidden" name="FlexAcademicTerm" id="FlexAcademicTerm" value="">
  <input type="hidden" name="FlexSchool" id="FlexSchool" value="0">
  <input type="hidden" name="FlexibleAcademicTermsJson" id="FlexibleAcademicTermsJson" value="">
  <div class="form-group mt-4 mb-4">
    <div id="recaptcha-block" class="form-control p-0 border-0 bg-transparent  d-none">
      <div id="recaptcha" class="recaptcha" style="min-height: 78px"></div>
      <input type="hidden" name="g-recaptcha-response-ent" id="recaptchag-recaptcha-response-ent" value="">
      <input type="hidden" name="failed-captcha-ent" id="recaptchafailed-captcha-ent" value="false">
    </div>
    <div class="invalid-feedback" id="invalidCaptch"> Error : Please verify you are not a robot. </div>
    <div class="grecaptcha-terms"> This site is protected by reCAPTCHA. Google <a class="color-inherit" rel="nofollow" target="_blank" href="https://policies.google.com/privacy">Privacy Policy <span class="sr-only">Opens in a new tab</span></a> and
      <a class="color-inherit" rel="nofollow" target="_blank" href="https://policies.google.com/terms">Terms of Service  <span class="sr-only">Opens in a new tab</span></a> apply. </div>
  </div>
  <input type="hidden" id="UseNewCaptcha" name="UseNewCaptcha" value="True">
  <button class="submit-button btn btn-outline-light btn-hover-primary btn-block" type="button" data-selenium-id="fakebutton" data-translation="Processing Request…" aria-live="assertive">Send My Message</button>
  <button hidden="" id="btnsave" type="button">Send My Message</button>
  <input type="hidden" id="btninnertext" name="btninnertext" value="">
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8CtwjdPBESBMu9DVKc5_ZZ2xHKsSvPyEKLLldtJuYHQT2VaAQqQ1tnp2MXeWeocmbXfZfCPg09Mb55MURXHlpbrtUnK6eIMqv0U-rhsWQOpNA-wYAoXprNk7qLH1UD9p0ZGu3jrPUvlYAW6DCQI9t1U"><input name="smsopt"
    type="hidden" value="false">
</form>

Text Content

Skip to main content
Toggle Navigation
Login
Resident Login Opens in a new tab Applicant Login Opens in a new tab
Phone Number (909) 889-4559
 * Home
 * Amenities
 * floorplans
 * Photos
 * Contact Us
 * Schedule a Tour
 * Sister Properties

Phone Number (909) 889-4559
Login
Resident Login Opens in a new tab Applicant Login Opens in a new tab
Check Availability


 * Home
 * Amenities
 * floorplans
 * Photos
 * Contact Us
 * Schedule a Tour
 * Sister Properties

MODERN  LIVING


WELCOME TO LAS BRISAS APARTMENTS FOR RENT IN COLTON, CA



Centered in the heart of the Inland Empire, with easy access to freeways, Las
Brisas Apartments is the ideal place to call home! Our gated community is
quietly situated off the main road and features lush landscaping and
single-story apartments. With meandering sidewalks and ample grassy areas, our
Colton apartments are the perfect place to enjoy the outdoors.



Take a tour of our gorgeous studio and one-bedroom apartments for rent in
Colton, nestled in beautiful green belts throughout the community!





  





FIND YOUR NEW HOME


VIEW AVAILABLE FLOOR PLANS

Explore our one and two-bedroom apartments in Colton, CA, and discover the home
you deserve. Each of our homes are completed with stylish features and the best
amenities. Schedule a tour today!

Check availability Form
Move-In Date

Bedrooms  
Choose your desired number of bedrooms
Studio
1 Bedroom
Clear Done
Apartment #
Max Rent
Search


AMENITIES

Providing Lifestyle

Enjoy a variety of features and amenities that fit your Southern California
lifestyle perfectly. Every aspect of our community was created with you in mind.
Schedule a tour of our dog-friendly apartments in Colton, CA, today!

View More Amenities




NEIGHBORHOOD

High Quality Living

When you reside at Las Brisas Apartments, you'll love the convenience of our
prime location. With beautiful interiors and access to all necessities, we have
everything you will need in your next home. Visit us today to see why everyone
loves our apartments for rent in Colton, CA.

OUR RESIDENTS LOVE LIVING HERE



GET IN TOUCH

Address
Las Brisas Apartments
2001 N. Rancho Avenue
Colton, CA 92324
Opens in a new tab
Phone Number (909) 889-4559

* indicates required fields.

Personal Information
First Name*
Error : Please provide a valid First Name.
Last Name*
Error : Please provide a valid Last Name.
Email Address*
Error : Please enter a valid Email Address.
Phone Number*
Error : Please enter a valid Phone Number.
Yes, I'd be happy to receive text messages!
Show More about receiving text messages

By checking this box, you agree to receive automated marketing text messages
from Clear Capital, LLC, and its affiliates, subsidiaries, related properties,
and/or service providers. You also agree to the Terms of Service and Privacy
Policy. Your consent is not a condition for making any purchase of property,
goods, or services. Message and Data rates may apply.

Message *
Error : Please enter a message.
Error : Please verify you are not a robot.
This site is protected by reCAPTCHA. Google Privacy Policy Opens in a new tab
and Terms of Service Opens in a new tab apply.
Send My Message Send My Message


CONNECT WITH US

 * Resident Login Opens in a new tab
 * Applicant Login Opens in a new tab
 * Terms and Conditions Opens in a new tab
 * Privacy Policy Opens in a new tab
 * Contact Us
 * Accessibility Statement Opens in a new tab

Equal housing opportunity © 2023 Clear Capital, LLC. All Rights Reserved |
Powered by RentCafe (© 2023 Yardi Systems, Inc. All Rights Reserved.)

Go to top
Email Us Call Us Call Us Text Us Schedule a Tour


CONTACT US




CALL US

Phone Number (909) 889-4559
 * Tuesday: 9:00 AM to - 6:00 PM
 * Wednesday: 9:00 AM to - 6:00 PM
 * Thursday: 9:00 AM to - 6:00 PM
 * Friday: 9:00 AM to - 6:00 PM
 * Saturday: 9:00 AM to - 6:00 PM

CLOSED SUNDAY & MONDAY
Las Brisas Apartments
2001 N. Rancho Avenue
Colton, CA 92324
Opens in a new tab




SCHEDULE A TOUR


By using this website you agree to our use of cookies as described in our cookie
policy. Opens in a new tab Got it!