COLOR #9C0320

HEX: #9C0320
RGB: (156,3,32)

Color info

#9C0320 contains mainly red color. Web safe color of #9C0320 is #990033 (or #903).

RGB color model

#9C0320 color RGB value is (156,3,32).

  • red value is 156;
  • green value is 3;
  • blue value is 32.
RGB:
(156,3,32)
(61%,1%,13%)

RGB channels and saturation

R 156 of 255 = 61%
G 3 of 255 = 1%
B 32 of 255 = 13%

156
3
32

R + G + B ~ 25%. #9C0320 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
156 + 3 + 32 = 191 (100%)
R 156 of 191 ~ 81.68%
G 3 of 191 ~ 1.57%
B 32 of 191 ~ 16.75%

%81.68
%16.75

CMYK color model

#9C0320 color CMYK value is (0,98,79,39).

  • cyan value is 0.00%
  • magenta value is 98.08%
  • yellow value is 79.49%
  • key color value is 38.82%
CMYK:
(0,98,79,39)
C0M98Y79K39 
(0%,98%,79%,39%)
(0.00/0.98/0.79/0.39)	

CMYK percentages

%0
%98.08
%79.49
%38.82

Codes

Color #9C0320 in popluar color models

9C0320
RGB156332
HSL349°96.23%31.18%
HSB/HSV349°98.08%61.18%
CMYK0.00%98.08%79.49%
38.82%

Color #9C0320 in popluar number systems.

HEX9C0320
Decimal156332
Binary1001110011100000
Octal234340

Shades and tints

Shades of #9C0320

#9C0320
(156,3,32)
#8E031E
(142,3,30)
#80031C
(128,3,28)
#72031A
(114,3,26)
#640318
(100,3,24)
#560316
(86,3,22)
#480314
(72,3,20)
#3A0312
(58,3,18)
#2C0310
(44,3,16)
#1E030E
(30,3,14)
#10030C
(16,3,12)
#000000
(0,0,0)

Tints of #9C0320

#9C0320
(156,3,32)
#A51934
(165,25,52)
#AE2F48
(174,47,72)
#B7455C
(183,69,92)
#C05B70
(192,91,112)
#C97184
(201,113,132)
#D28798
(210,135,152)
#DB9DAC
(219,157,172)
#E4B3C0
(228,179,192)
#EDC9D4
(237,201,212)
#F6DFE8
(246,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C0320 color. Also use rgb(156,3,32) instead hex code.

Text Font Color

.myTextColor { color: #9C0320; }

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

This text font color is #9C0320.


Background Color

.myBgColor { background-color: #9C0320; }

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

This div background color is #9C0320.


Border color

.myBorderColor { border: 1px solid #9C0320; }

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

This div border color is #9C0320.


Opacity

.myOpacity80 { color: #9C0320; opacity: 0.8; }

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

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

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

This text has shadow with #9C0320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C0320 on black background.


Color preview on white background

This text has color #9C0320 on white background.



Black color preview on #9C0320 background

This text has black color on #9C0320 background.


White color preview on #9C0320 background

This text has white color on #9C0320 background.