Skip to main content Skip to docs navigation

#ca323a hex color | Download Dark Brown BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Pantone 1797 C and its hex is #CB333B Nearest Color Name

Color Hue/Base color: Brown

Hex #ca323a Color code in RGB color code model is created after adding 79.22% red color, 19.61% green color and 22.75% blue color. Hex #ca323a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 75% magenta, 71% yellow and 20.78% black.

Hex #ca323a color code is between #cc3333 web safe hex color code and #bb2244 web safe hex color code. #cc3333 is the nearest web safe color code. You can see here many more shades of #ca323a color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code ca323a #ca323a
RGB Decimal 202, 50, 58 202, 50, 58
RGB Percent 79%, 20%, 23% rgb(79%, 20%, 23%)
CSS RGBa 202, 50, 58,1 rgba(202,50,58,1)
CMYK Model cmyk(0%,75%,71%,20.78%)
HSL Color Space 357,60% ,49% hsl(357,60% ,49%)
HSV Color Space 357°, 75%, 79%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001010 00110010 00111010
Octal 312 62 72
Decimal 202 50 58
Hex ca 32 3a

Different shades of #ca323a color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #ca323a
#4f1417
Darker of #ca323a
#781e23
Dark of #ca323a
#a1282e
Base of #ca323a
#ca323a
Light of #ca323a
#d65960
Lighter
#e08287
Lightest
#eaabae

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#ca323a
#32cac2

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#ca323a
#32ca76
#3286ca

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#ca3293
#ca3279
#ca323a
#ca5d32
#ca9c32

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#ca323a
#323aca
#3aca32

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#ca323a
#3aca32
#32cac2
#c232ca

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#ca323a
#86ca32
#32cac2
#7632ca

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #ca323a

#260a0b
#4f1417
#781e23
#a1282e
#ca323a
#d65960
#e08287
#eaabae
#f4d4d5

Tints of #ca323a Color

#ca323a
#cf484f
#d55f65
#db767b
#e18d91
#e7a3a7
#edbabd
#f3d1d3
#f9e8e9
#ffffff

Shades of #ca323a color code

Generate more color scales with scales (color stack) generator.

#ca323a
#b32c33
#9d262d
#862126
#701b20
#591619
#431013
#2c0b0c
#160506
#000000

Tones

#ca323a
#b14b51
#986467
#7e7e7e
#7e7e7e

Tones

Similar Color like #ca323a color

Find visually similar hex color codes nearing to #ca323a hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#cb333b
#cc343c
#cd353d
#ce363e
#cf373f
#d03840
#d13941
#d23a42
#d33b43
#d43c44
#d53d45
#d63e46
#d73f47
#d84048
#c93139
#c83038
#c72f37
#c62e36
#c52d35
#c42c34
#c32b33
#c22a32
#c12931
#c02830
#bf272f
#be262e
#bd252d
#bc242c

Download this Dark Brown

Hex #ca323a Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#ca323a Color Code Preview on Black Background Color

This is how #ca323a Color will look on black background color. Color contrast ratio is 4.03

#ca323a in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#ca323a">Your Example Paragraph content text in with font color #ca323a </p>

Your Example Paragraph content text in with font color #ca323a

HTML with inline CSS

<div style="color:#ca323a">Your Paragraph text in with font color #ca323a </div>

Your Example Paragraph content text in with font color #ca323a

#ca323a color code is use for CSS Background Color

Background color for the above div is #ca323a

HTML with inline CSS

<div style="background-color:#ca323a;"></div>

#ca323a color code is use for CSS Border Color

CSS Border color for the above div is #ca323a

HTML with inline CSS

<div style="border:5px solid #ca323a;"></div>

CSS Border Left color for the above div is #ca323a

HTML with inline CSS

<div style="border-left:5px solid #ca323a;"></div>

CSS Border Right color for the above div is #ca323a

HTML with inline CSS

<div style="border-right:5px solid #ca323a;"></div>

CSS Border Bottom color for the above div is #ca323a

HTML with inline CSS

<div style="border-bottom:5px solid #ca323a;"></div>

CSS Border Top color for the above div is #ca323a

HTML with inline CSS

<div style="border-top:5px solid #ca323a;"></div>

#ca323a hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#ca323a; } .examplecolorclass {color:#ca323a; } .examplebordercolor {border:3px solid #ca323a; }

#ca323a Color code Preview on White Background

This is how #ca323a Color code will look on white background color. Color contrast ratio is 5.21

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #ca323a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ca323a; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(202,50,58,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(50,202,194,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(202,50,58,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }