COLOR #C03B20

HEX: #C03B20
RGB: (192,59,32)

Color info

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

RGB color model

#C03B20 color RGB value is (192,59,32).

  • red value is 192;
  • green value is 59;
  • blue value is 32.
RGB:
(192,59,32)
(75%,23%,13%)

RGB channels and saturation

R 192 of 255 = 75%
G 59 of 255 = 23%
B 32 of 255 = 13%

192
59
32

R + G + B ~ 37%. #C03B20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
192 + 59 + 32 = 283 (100%)
R 192 of 283 ~ 67.84%
G 59 of 283 ~ 20.85%
B 32 of 283 ~ 11.31%

%67.84
%20.85
%11.31

CMYK color model

#C03B20 color CMYK value is (0,69,83,25).

  • cyan value is 0.00%
  • magenta value is 69.27%
  • yellow value is 83.33%
  • key color value is 24.71%
CMYK:
(0,69,83,25)
C0M69Y83K25 
(0%,69%,83%,25%)
(0.00/0.69/0.83/0.25)	

CMYK percentages

%0
%69.27
%83.33
%24.71

Codes

Color #C03B20 in popluar color models

C03B20
RGB1925932
HSL10°71.43%43.92%
HSB/HSV10°83.33%75.29%
CMYK0.00%69.27%83.33%
24.71%

Color #C03B20 in popluar number systems.

HEXC03B20
Decimal1925932
Binary11000000111011100000
Octal3007340

Shades and tints

Shades of #C03B20

#C03B20
(192,59,32)
#AF361E
(175,54,30)
#9E311C
(158,49,28)
#8D2C1A
(141,44,26)
#7C2718
(124,39,24)
#6B2216
(107,34,22)
#5A1D14
(90,29,20)
#491812
(73,24,18)
#381310
(56,19,16)
#270E0E
(39,14,14)
#16090C
(22,9,12)
#000000
(0,0,0)

Tints of #C03B20

#C03B20
(192,59,32)
#C54C34
(197,76,52)
#CA5D48
(202,93,72)
#CF6E5C
(207,110,92)
#D47F70
(212,127,112)
#D99084
(217,144,132)
#DEA198
(222,161,152)
#E3B2AC
(227,178,172)
#E8C3C0
(232,195,192)
#EDD4D4
(237,212,212)
#F2E5E8
(242,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C03B20 color. Also use rgb(192,59,32) instead hex code.

Text Font Color

.myTextColor { color: #C03B20; }

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

This text font color is #C03B20.


Background Color

.myBgColor { background-color: #C03B20; }

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

This div background color is #C03B20.


Border color

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

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

This div border color is #C03B20.


Opacity

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

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

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

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

This text has shadow with #C03B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C03B20 on black background.


Color preview on white background

This text has color #C03B20 on white background.



Black color preview on #C03B20 background

This text has black color on #C03B20 background.


White color preview on #C03B20 background

This text has white color on #C03B20 background.