COLOR #C44A2C

HEX: #C44A2C
RGB: (196,74,44)

Color info

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

RGB color model

#C44A2C color RGB value is (196,74,44).

  • red value is 196;
  • green value is 74;
  • blue value is 44.
RGB:
(196,74,44)
(77%,29%,17%)

RGB channels and saturation

R 196 of 255 = 77%
G 74 of 255 = 29%
B 44 of 255 = 17%

196
74
44

R + G + B ~ 41%. #C44A2C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
196 + 74 + 44 = 314 (100%)
R 196 of 314 ~ 62.42%
G 74 of 314 ~ 23.57%
B 44 of 314 ~ 14.01%

%62.42
%23.57
%14.01

CMYK color model

#C44A2C color CMYK value is (0,62,78,23).

  • cyan value is 0.00%
  • magenta value is 62.24%
  • yellow value is 77.55%
  • key color value is 23.14%
CMYK:
(0,62,78,23)
C0M62Y78K23 
(0%,62%,78%,23%)
(0.00/0.62/0.78/0.23)	

CMYK percentages

%0
%62.24
%77.55
%23.14

Codes

Color #C44A2C in popluar color models

C44A2C
RGB1967444
HSL12°63.33%47.06%
HSB/HSV12°77.55%76.86%
CMYK0.00%62.24%77.55%
23.14%

Color #C44A2C in popluar number systems.

HEXC44A2C
Decimal1967444
Binary110001001001010101100
Octal30411254

Shades and tints

Shades of #C44A2C

#C44A2C
(196,74,44)
#B34428
(179,68,40)
#A23E24
(162,62,36)
#913820
(145,56,32)
#80321C
(128,50,28)
#6F2C18
(111,44,24)
#5E2614
(94,38,20)
#4D2010
(77,32,16)
#3C1A0C
(60,26,12)
#2B1408
(43,20,8)
#1A0E04
(26,14,4)
#000000
(0,0,0)

Tints of #C44A2C

#C44A2C
(196,74,44)
#C95A3F
(201,90,63)
#CE6A52
(206,106,82)
#D37A65
(211,122,101)
#D88A78
(216,138,120)
#DD9A8B
(221,154,139)
#E2AA9E
(226,170,158)
#E7BAB1
(231,186,177)
#ECCAC4
(236,202,196)
#F1DAD7
(241,218,215)
#F6EAEA
(246,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C44A2C color. Also use rgb(196,74,44) instead hex code.

Text Font Color

.myTextColor { color: #C44A2C; }

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

This text font color is #C44A2C.


Background Color

.myBgColor { background-color: #C44A2C; }

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

This div background color is #C44A2C.


Border color

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

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

This div border color is #C44A2C.


Opacity

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

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

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

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

This text has shadow with #C44A2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C44A2C on black background.


Color preview on white background

This text has color #C44A2C on white background.



Black color preview on #C44A2C background

This text has black color on #C44A2C background.


White color preview on #C44A2C background

This text has white color on #C44A2C background.