COLOR #C03A29

HEX: #C03A29 RGB: (192,58,41)

Color info

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

RGB color model

#C03A29 color RGB value is (192,58,41).

RGB: (192,58,41) (75%, 23%, 16%)

RGB channels and saturation

R 192 of 255 = 75%
G 58 of 255 = 23%
B 41 of 255 = 16%

192
58
41

R + G + B ~ 38%. #C03A29 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 192 + 58 + 41 = 291 (100%)
R 192 of 291 ~ 65.98%
G 58 of 291 ~ 19.93%
B 41 of 291 ~ 14.09'%

%65.98
%19.93
%14.09

CMYK color model

#C03A29 color CMYK value is (0,70,79,25).

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

CMYK: (0,70,79,25)
C0M70Y79K25 (0%, 70%, 79%, 25%)
(0.00 / 0.70 / 0.79 / 0.25)

CMYK percentages

%0
%69.79
%78.65
%24.71

Codes

Color #C03A29 in popluar color models

C0 3A 29
RGB 192 58 41
HSL 64.81% 45.69%
HSB/HSV 78.65% 75.29%
CMYK 0.00% 69.79% 78.65%
24.71%

Color #C03A29 in popluar number systems.

HEX C0 3A 29
Decimal 192 58 41
Binary 11000000 111010 101001
Octal 300 72 51

Shades and tints

Shades of #C03A29

#C03A29
(192,58,41)
#AF3526
(175,53,38)
#9E3023
(158,48,35)
#8D2B20
(141,43,32)
#7C261D
(124,38,29)
#6B211A
(107,33,26)
#5A1C17
(90,28,23)
#491714
(73,23,20)
#381211
(56,18,17)
#270D0E
(39,13,14)
#16080B
(22,8,11)
#000000
(0,0,0)

Tints of #C03A29

#C03A29
(192,58,41)
#C54B3C
(197,75,60)
#CA5C4F
(202,92,79)
#CF6D62
(207,109,98)
#D47E75
(212,126,117)
#D98F88
(217,143,136)
#DEA09B
(222,160,155)
#E3B1AE
(227,177,174)
#E8C2C1
(232,194,193)
#EDD3D4
(237,211,212)
#F2E4E7
(242,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C03A29; }

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

This text font color is #C03A29.

Background Color

.myBgColor { background-color: #C03A29; }

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

This div background color is #C03A29.

Border color

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

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

This div border color is #C03A29.

Opacity

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

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

Text with #C03A29 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 #C03A29;}

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

This text has shadow with #C03A29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C03A29.

Preview

Color preview on black background

This text has color #C03A29 on black background.


Color preview on white background

This text has color #C03A29 on white background.


Black color preview on #C03A29 background

This text has black color on #C03A29 background.


White color preview on #C03A29 background

This text has white color on #C03A29 background.


Related colors

Complementary color

Complementary color for #hex is #3FC5D6.


I love getcolorcode.com

Triadic colors

1 #29C03A and #3A29C0 with #C03A29 are triadic colors.

2 #293AC0 and #3AC029 with #C03A29 are triadic colors.