Skip to main content Skip to docs navigation

#ca343b 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 #ca343b Color code in RGB color code model is created after adding 79.22% red color, 20.39% green color and 23.14% blue color. Hex #ca343b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 74% magenta, 71% yellow and 20.78% black.

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

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 11001010 00110100 00111011
Octal 312 64 73
Decimal 202 52 59
Hex ca 34 3b

Different shades of #ca343b color code.

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

Darkest of #ca343b
#501517
Darker of #ca343b
#791f23
Dark of #ca343b
#a12a2f
Base of #ca343b
#ca343b
Light of #ca343b
#d55c62
Lighter
#df8589
Lightest
#eaadb0

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

#ca343b
#34cac3

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

Split Complementary

#ca343b
#34ca78
#3486ca

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

Analogous Color

#ca3492
#ca3479
#ca343b
#ca5f34
#ca9d34

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

#ca343b
#343bca
#3bca34

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

#ca343b
#3bca34
#34cac3
#c334ca

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

#ca343b
#86ca34
#34cac3
#7834ca

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 #ca343b

#280a0c
#501517
#791f23
#a12a2f
#ca343b
#d55c62
#df8589
#eaadb0
#f4d6d7

Tints of #ca343b Color

#ca343b
#cf4a50
#d56166
#db777c
#e18e92
#e7a4a7
#edbbbd
#f3d1d3
#f9e8e9
#ffffff

Shades of #ca343b color code

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

#ca343b
#b32e34
#9d282d
#862227
#701c20
#59171a
#431113
#2c0b0d
#160506
#000000

Tones

#ca343b
#b14d52
#976769
#7f7f7f
#7f7f7f

Tones

Similar Color like #ca343b color

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

#cb353c
#cc363d
#cd373e
#ce383f
#cf3940
#d03a41
#d13b42
#d23c43
#d33d44
#d43e45
#d53f46
#d64047
#d74148
#d84249
#c9333a
#c83239
#c73138
#c63037
#c52f36
#c42e35
#c32d34
#c22c33
#c12b32
#c02a31
#bf2930
#be282f
#bd272e
#bc262d

Download this Dark Brown

Hex #ca343b 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.

#ca343b Color Code Preview on Black Background Color

This is how #ca343b Color will look on black background color. Color contrast ratio is 4.07

#ca343b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ca343b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ca343b

#ca343b color code is use for CSS Background Color

Background color for the above div is #ca343b

HTML with inline CSS

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

#ca343b color code is use for CSS Border Color

CSS Border color for the above div is #ca343b

HTML with inline CSS

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

CSS Border Left color for the above div is #ca343b

HTML with inline CSS

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

CSS Border Right color for the above div is #ca343b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ca343b

HTML with inline CSS

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

CSS Border Top color for the above div is #ca343b

HTML with inline CSS

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

#ca343b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ca343b Color code Preview on White Background

This is how #ca343b Color code will look on white background color. Color contrast ratio is 5.17

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 #ca343b; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ca343b; }

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,52,59,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(52,202,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(202,52,59,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }