COLOR #9C0A25

HEX: #9C0A25
RGB: (156,10,37)

Color info

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

RGB color model

#9C0A25 color RGB value is (156,10,37).

  • red value is 156;
  • green value is 10;
  • blue value is 37.
RGB:
(156,10,37)
(61%,4%,15%)

RGB channels and saturation

R 156 of 255 = 61%
G 10 of 255 = 4%
B 37 of 255 = 15%

156
10
37

R + G + B ~ 27%. #9C0A25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
156 + 10 + 37 = 203 (100%)
R 156 of 203 ~ 76.85%
G 10 of 203 ~ 4.93%
B 37 of 203 ~ 18.23%

%76.85
%18.23

CMYK color model

#9C0A25 color CMYK value is (0,94,76,39).

  • cyan value is 0.00%
  • magenta value is 93.59%
  • yellow value is 76.28%
  • key color value is 38.82%
CMYK:
(0,94,76,39)
C0M94Y76K39 
(0%,94%,76%,39%)
(0.00/0.94/0.76/0.39)	

CMYK percentages

%0
%93.59
%76.28
%38.82

Codes

Color #9C0A25 in popluar color models

9C0A25
RGB1561037
HSL349°87.95%32.55%
HSB/HSV349°93.59%61.18%
CMYK0.00%93.59%76.28%
38.82%

Color #9C0A25 in popluar number systems.

HEX9C0A25
Decimal1561037
Binary100111001010100101
Octal2341245

Shades and tints

Shades of #9C0A25

#9C0A25
(156,10,37)
#8E0A22
(142,10,34)
#800A1F
(128,10,31)
#720A1C
(114,10,28)
#640A19
(100,10,25)
#560A16
(86,10,22)
#480A13
(72,10,19)
#3A0A10
(58,10,16)
#2C0A0D
(44,10,13)
#1E0A0A
(30,10,10)
#100A07
(16,10,7)
#000000
(0,0,0)

Tints of #9C0A25

#9C0A25
(156,10,37)
#A52038
(165,32,56)
#AE364B
(174,54,75)
#B74C5E
(183,76,94)
#C06271
(192,98,113)
#C97884
(201,120,132)
#D28E97
(210,142,151)
#DBA4AA
(219,164,170)
#E4BABD
(228,186,189)
#EDD0D0
(237,208,208)
#F6E6E3
(246,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C0A25 color. Also use rgb(156,10,37) instead hex code.

Text Font Color

.myTextColor { color: #9C0A25; }

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

This text font color is #9C0A25.


Background Color

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

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

This div background color is #9C0A25.


Border color

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

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

This div border color is #9C0A25.


Opacity

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

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

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

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

This text has shadow with #9C0A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C0A25 on black background.


Color preview on white background

This text has color #9C0A25 on white background.



Black color preview on #9C0A25 background

This text has black color on #9C0A25 background.


White color preview on #9C0A25 background

This text has white color on #9C0A25 background.