COLOR #C04A21

HEX: #C04A21 RGB: (192,74,33)

Color info

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

RGB color model

#C04A21 color RGB value is (192,74,33).

RGB: (192,74,33) (75%, 29%, 13%)

RGB channels and saturation

R 192 of 255 = 75%
G 74 of 255 = 29%
B 33 of 255 = 13%

192
74
33

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

Portions of RGB colors in percentages

R + G + B = 192 + 74 + 33 = 299 (100%)
R 192 of 299 ~ 64.21%
G 74 of 299 ~ 24.75%
B 33 of 299 ~ 11.04'%

%64.21
%24.75
%11.04

CMYK color model

#C04A21 color CMYK value is (0,61,83,25).

  • cyan value is 0.00%
  • magenta value is 61.46%
  • yellow value is 82.81%
  • key color value is 24.71%
CMYK: (0,61,83,25) C0M61Y83K25 (0%,61%,83%,25%) (0.00/0.61/0.83/0.25) 

CMYK percentages

%0
%61.46
%82.81
%24.71

Codes

Color #C04A21 in popluar color models

C0 4A 21
RGB 192 74 33
HSL 15° 70.67% 44.12%
HSB/HSV 15° 82.81% 75.29%
CMYK 0.00% 61.46% 82.81%
24.71%

Color #C04A21 in popluar number systems.

HEX C0 4A 21
Decimal 192 74 33
Binary 11000000 1001010 100001
Octal 300 112 41

Shades and tints

Shades of #C04A21

#C04A21
(192,74,33)
#AF441E
(175,68,30)
#9E3E1B
(158,62,27)
#8D3818
(141,56,24)
#7C3215
(124,50,21)
#6B2C12
(107,44,18)
#5A260F
(90,38,15)
#49200C
(73,32,12)
#381A09
(56,26,9)
#271406
(39,20,6)
#160E03
(22,14,3)
#000000
(0,0,0)

Tints of #C04A21

#C04A21
(192,74,33)
#C55A35
(197,90,53)
#CA6A49
(202,106,73)
#CF7A5D
(207,122,93)
#D48A71
(212,138,113)
#D99A85
(217,154,133)
#DEAA99
(222,170,153)
#E3BAAD
(227,186,173)
#E8CAC1
(232,202,193)
#EDDAD5
(237,218,213)
#F2EAE9
(242,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C04A21 color. Also use rgb(192,74,33) instead hex code.

Text Font Color

.myTextColor { color: #C04A21; }

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

This text font color is #C04A21.

Background Color

.myBgColor { background-color: #C04A21; }

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

This div background color is #C04A21.

Border color

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

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

This div border color is #C04A21.

Opacity

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

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

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

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

This text has shadow with #C04A21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C04A21.

Preview

Color preview on black background

This text has color #C04A21 on black background.


Color preview on white background

This text has color #C04A21 on white background.


Black color preview on #C04A21 background

This text has black color on #C04A21 background.


White color preview on #C04A21 background

This text has white color on #C04A21 background.


Related colors

Complementary color

Complementary color for #hex is #3FB5DE.


I love getcolorcode.com

Triadic colors

1 #21C04A and #4A21C0 with #C04A21 are triadic colors.

2 #214AC0 and #4AC021 with #C04A21 are triadic colors.