COLOR #C12C10

HEX: #C12C10
RGB: (193,44,16)

Color info

#C12C10 contains mainly red color. Web safe color of #C12C10 is #CC3300 (or #C30).

RGB color model

#C12C10 color RGB value is (193,44,16).

  • red value is 193;
  • green value is 44;
  • blue value is 16.
RGB:
(193,44,16)
(76%,17%,6%)

RGB channels and saturation

R 193 of 255 = 76%
G 44 of 255 = 17%
B 16 of 255 = 6%

193
44
16

R + G + B ~ 33%. #C12C10 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
193 + 44 + 16 = 253 (100%)
R 193 of 253 ~ 76.28%
G 44 of 253 ~ 17.39%
B 16 of 253 ~ 6.32%

%76.28
%17.39

CMYK color model

#C12C10 color CMYK value is (0,77,92,24).

  • cyan value is 0.00%
  • magenta value is 77.20%
  • yellow value is 91.71%
  • key color value is 24.31%
CMYK:
(0,77,92,24)
C0M77Y92K24 
(0%,77%,92%,24%)
(0.00/0.77/0.92/0.24)	

CMYK percentages

%0
%77.2
%91.71
%24.31

Codes

Color #C12C10 in popluar color models

C12C10
RGB1934416
HSL84.69%40.98%
HSB/HSV91.71%75.69%
CMYK0.00%77.20%91.71%
24.31%

Color #C12C10 in popluar number systems.

HEXC12C10
Decimal1934416
Binary1100000110110010000
Octal3015420

Shades and tints

Shades of #C12C10

#C12C10
(193,44,16)
#B0280F
(176,40,15)
#9F240E
(159,36,14)
#8E200D
(142,32,13)
#7D1C0C
(125,28,12)
#6C180B
(108,24,11)
#5B140A
(91,20,10)
#4A1009
(74,16,9)
#390C08
(57,12,8)
#280807
(40,8,7)
#170406
(23,4,6)
#000000
(0,0,0)

Tints of #C12C10

#C12C10
(193,44,16)
#C63F25
(198,63,37)
#CB523A
(203,82,58)
#D0654F
(208,101,79)
#D57864
(213,120,100)
#DA8B79
(218,139,121)
#DF9E8E
(223,158,142)
#E4B1A3
(228,177,163)
#E9C4B8
(233,196,184)
#EED7CD
(238,215,205)
#F3EAE2
(243,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C12C10 color. Also use rgb(193,44,16) instead hex code.

Text Font Color

.myTextColor { color: #C12C10; }

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

This text font color is #C12C10.


Background Color

.myBgColor { background-color: #C12C10; }

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

This div background color is #C12C10.


Border color

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

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

This div border color is #C12C10.


Opacity

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

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

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

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

This text has shadow with #C12C10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C12C10 on black background.


Color preview on white background

This text has color #C12C10 on white background.



Black color preview on #C12C10 background

This text has black color on #C12C10 background.


White color preview on #C12C10 background

This text has white color on #C12C10 background.