COLOR #C1452B

HEX: #C1452B
RGB: (193,69,43)

Color info

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

RGB color model

#C1452B color RGB value is (193,69,43).

  • red value is 193;
  • green value is 69;
  • blue value is 43.
RGB:
(193,69,43)
(76%,27%,17%)

RGB channels and saturation

R 193 of 255 = 76%
G 69 of 255 = 27%
B 43 of 255 = 17%

193
69
43

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

Portions of RGB colors in percentages

R + G + B =
193 + 69 + 43 = 305 (100%)
R 193 of 305 ~ 63.28%
G 69 of 305 ~ 22.62%
B 43 of 305 ~ 14.1%

%63.28
%22.62
%14.1

CMYK color model

#C1452B color CMYK value is (0,64,78,24).

  • cyan value is 0.00%
  • magenta value is 64.25%
  • yellow value is 77.72%
  • key color value is 24.31%
CMYK:
(0,64,78,24)
C0M64Y78K24 
(0%,64%,78%,24%)
(0.00/0.64/0.78/0.24)	

CMYK percentages

%0
%64.25
%77.72
%24.31

Codes

Color #C1452B in popluar color models

C1452B
RGB1936943
HSL10°63.56%46.27%
HSB/HSV10°77.72%75.69%
CMYK0.00%64.25%77.72%
24.31%

Color #C1452B in popluar number systems.

HEXC1452B
Decimal1936943
Binary110000011000101101011
Octal30110553

Shades and tints

Shades of #C1452B

#C1452B
(193,69,43)
#B03F28
(176,63,40)
#9F3925
(159,57,37)
#8E3322
(142,51,34)
#7D2D1F
(125,45,31)
#6C271C
(108,39,28)
#5B2119
(91,33,25)
#4A1B16
(74,27,22)
#391513
(57,21,19)
#280F10
(40,15,16)
#17090D
(23,9,13)
#000000
(0,0,0)

Tints of #C1452B

#C1452B
(193,69,43)
#C6553E
(198,85,62)
#CB6551
(203,101,81)
#D07564
(208,117,100)
#D58577
(213,133,119)
#DA958A
(218,149,138)
#DFA59D
(223,165,157)
#E4B5B0
(228,181,176)
#E9C5C3
(233,197,195)
#EED5D6
(238,213,214)
#F3E5E9
(243,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1452B color. Also use rgb(193,69,43) instead hex code.

Text Font Color

.myTextColor { color: #C1452B; }

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

This text font color is #C1452B.


Background Color

.myBgColor { background-color: #C1452B; }

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

This div background color is #C1452B.


Border color

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

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

This div border color is #C1452B.


Opacity

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

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

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

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

This text has shadow with #C1452B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1452B on black background.


Color preview on white background

This text has color #C1452B on white background.



Black color preview on #C1452B background

This text has black color on #C1452B background.


White color preview on #C1452B background

This text has white color on #C1452B background.