COLOR #C00A2E

HEX: #C00A2E
RGB: (192,10,46)

Color info

#C00A2E contains mainly red color. Web safe color of #C00A2E is #CC0033 (or #C03).

RGB color model

#C00A2E color RGB value is (192,10,46).

  • red value is 192;
  • green value is 10;
  • blue value is 46.
RGB:
(192,10,46)
(75%,4%,18%)

RGB channels and saturation

R 192 of 255 = 75%
G 10 of 255 = 4%
B 46 of 255 = 18%

192
10
46

R + G + B ~ 32%. #C00A2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
192 + 10 + 46 = 248 (100%)
R 192 of 248 ~ 77.42%
G 10 of 248 ~ 4.03%
B 46 of 248 ~ 18.55%

%77.42
%18.55

CMYK color model

#C00A2E color CMYK value is (0,95,76,25).

  • cyan value is 0.00%
  • magenta value is 94.79%
  • yellow value is 76.04%
  • key color value is 24.71%
CMYK:
(0,95,76,25)
C0M95Y76K25 
(0%,95%,76%,25%)
(0.00/0.95/0.76/0.25)	

CMYK percentages

%0
%94.79
%76.04
%24.71

Codes

Color #C00A2E in popluar color models

C00A2E
RGB1921046
HSL348°90.10%39.61%
HSB/HSV348°94.79%75.29%
CMYK0.00%94.79%76.04%
24.71%

Color #C00A2E in popluar number systems.

HEXC00A2E
Decimal1921046
Binary110000001010101110
Octal3001256

Shades and tints

Shades of #C00A2E

#C00A2E
(192,10,46)
#AF0A2A
(175,10,42)
#9E0A26
(158,10,38)
#8D0A22
(141,10,34)
#7C0A1E
(124,10,30)
#6B0A1A
(107,10,26)
#5A0A16
(90,10,22)
#490A12
(73,10,18)
#380A0E
(56,10,14)
#270A0A
(39,10,10)
#160A06
(22,10,6)
#000000
(0,0,0)

Tints of #C00A2E

#C00A2E
(192,10,46)
#C52041
(197,32,65)
#CA3654
(202,54,84)
#CF4C67
(207,76,103)
#D4627A
(212,98,122)
#D9788D
(217,120,141)
#DE8EA0
(222,142,160)
#E3A4B3
(227,164,179)
#E8BAC6
(232,186,198)
#EDD0D9
(237,208,217)
#F2E6EC
(242,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C00A2E color. Also use rgb(192,10,46) instead hex code.

Text Font Color

.myTextColor { color: #C00A2E; }

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

This text font color is #C00A2E.


Background Color

.myBgColor { background-color: #C00A2E; }

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

This div background color is #C00A2E.


Border color

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

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

This div border color is #C00A2E.


Opacity

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

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

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

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

This text has shadow with #C00A2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C00A2E on black background.


Color preview on white background

This text has color #C00A2E on white background.



Black color preview on #C00A2E background

This text has black color on #C00A2E background.


White color preview on #C00A2E background

This text has white color on #C00A2E background.