COLOR #C04029

HEX: #C04029 RGB: (192,64,41)

Color info

#C04029 contains mainly red color. Web safe color of #C04029 is #CC3333 (or #C33).

RGB color model

#C04029 color RGB value is (192,64,41).

RGB: (192,64,41) (75%, 25%, 16%)

RGB channels and saturation

R 192 of 255 = 75%
G 64 of 255 = 25%
B 41 of 255 = 16%

192
64
41

R + G + B ~ 39%. #C04029 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 192 + 64 + 41 = 297 (100%)
R 192 of 297 ~ 64.65%
G 64 of 297 ~ 21.55%
B 41 of 297 ~ 13.8'%

%64.65
%21.55
%13.8

CMYK color model

#C04029 color CMYK value is (0,67,79,25).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 78.65%
  • key color value is 24.71%

CMYK: (0,67,79,25)
C0M67Y79K25 (0%, 67%, 79%, 25%)
(0.00 / 0.67 / 0.79 / 0.25)

CMYK percentages

%0
%66.67
%78.65
%24.71

Codes

Color #C04029 in popluar color models

C0 40 29
RGB 192 64 41
HSL 64.81% 45.69%
HSB/HSV 78.65% 75.29%
CMYK 0.00% 66.67% 78.65%
24.71%

Color #C04029 in popluar number systems.

HEX C0 40 29
Decimal 192 64 41
Binary 11000000 1000000 101001
Octal 300 100 51

Shades and tints

Shades of #C04029

#C04029
(192,64,41)
#AF3B26
(175,59,38)
#9E3623
(158,54,35)
#8D3120
(141,49,32)
#7C2C1D
(124,44,29)
#6B271A
(107,39,26)
#5A2217
(90,34,23)
#491D14
(73,29,20)
#381811
(56,24,17)
#27130E
(39,19,14)
#160E0B
(22,14,11)
#000000
(0,0,0)

Tints of #C04029

#C04029
(192,64,41)
#C5513C
(197,81,60)
#CA624F
(202,98,79)
#CF7362
(207,115,98)
#D48475
(212,132,117)
#D99588
(217,149,136)
#DEA69B
(222,166,155)
#E3B7AE
(227,183,174)
#E8C8C1
(232,200,193)
#EDD9D4
(237,217,212)
#F2EAE7
(242,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C04029 color. Also use rgb(192,64,41) instead hex code.

Text Font Color

.myTextColor { color: #C04029; }

<p style="color:#C04029">This sample text font color is #C04029.</p>

This text font color is #C04029.

Background Color

.myBgColor { background-color: #C04029; }

<div style="background-color:#C04029">Inner text</div>

This div background color is #C04029.

Border color

.myBorderColor { border: 1px solid #C04029; }

<div style="border:3px solid #C04029">Div</div>

This div border color is #C04029.

Opacity

.myOpacity80 { color: #C04029; opacity: 0.8; }

<p style="color:#C04029;opacity:0.8;">80%</p>

Text with #C04029 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C04029;}

<p style="text-shadow: 3px 3px 1px #C04029">Text here.</p>

This text has shadow with #C04029 color.


.textShadow {text-shadow: 3px 3px 1px #C04029', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C04029, 5px 5px 20px red">Text here.</p>

This text has shadow with #C04029 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C04029, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C04029, Direction=45, Strength=4)">Text</p>

This text has shadow with #C04029 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C04029;
-webkit-box-shadow: 1px 1px 3px 2px #C04029;
box-shadow: 1px 1px 3px 2px #C04029;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C04029; -webkit-box-shadow: 1px 1px 3px 2px #C04029; box-shadow:1px 1px 3px 2px #C04029;">
Div content here
</div>

This div box has shadow with color #C04029.

Preview

Color preview on black background

This text has color #C04029 on black background.


Color preview on white background

This text has color #C04029 on white background.


Black color preview on #C04029 background

This text has black color on #C04029 background.


White color preview on #C04029 background

This text has white color on #C04029 background.


Related colors

Complementary color

Complementary color for #hex is #3FBFD6.


I love getcolorcode.com

Triadic colors

1 #29C040 and #4029C0 with #C04029 are triadic colors.

2 #2940C0 and #40C029 with #C04029 are triadic colors.