COLOR #C12B45

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

193
43
69

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

Portions of RGB colors in percentages

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

%63.28
%14.1
%22.62

CMYK color model

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

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

CMYK percentages

%0
%77.72
%64.25
%24.31

Codes

Color #C12B45 in popluar color models

C12B45
RGB1934369
HSL350°63.56%46.27%
HSB/HSV350°77.72%75.69%
CMYK0.00%77.72%64.25%
24.31%

Color #C12B45 in popluar number systems.

HEXC12B45
Decimal1934369
Binary110000011010111000101
Octal30153105

Shades and tints

Shades of #C12B45

#C12B45
(193,43,69)
#B0283F
(176,40,63)
#9F2539
(159,37,57)
#8E2233
(142,34,51)
#7D1F2D
(125,31,45)
#6C1C27
(108,28,39)
#5B1921
(91,25,33)
#4A161B
(74,22,27)
#391315
(57,19,21)
#28100F
(40,16,15)
#170D09
(23,13,9)
#000000
(0,0,0)

Tints of #C12B45

#C12B45
(193,43,69)
#C63E55
(198,62,85)
#CB5165
(203,81,101)
#D06475
(208,100,117)
#D57785
(213,119,133)
#DA8A95
(218,138,149)
#DF9DA5
(223,157,165)
#E4B0B5
(228,176,181)
#E9C3C5
(233,195,197)
#EED6D5
(238,214,213)
#F3E9E5
(243,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C12B45; }

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

This text font color is #C12B45.


Background Color

.myBgColor { background-color: #C12B45; }

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

This div background color is #C12B45.


Border color

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

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

This div border color is #C12B45.


Opacity

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

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

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

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

This text has shadow with #C12B45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C12B45 on black background.


Color preview on white background

This text has color #C12B45 on white background.



Black color preview on #C12B45 background

This text has black color on #C12B45 background.


White color preview on #C12B45 background

This text has white color on #C12B45 background.