COLOR #A11425

HEX: #A11425
RGB: (161,20,37)

Color info

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

RGB color model

#A11425 color RGB value is (161,20,37).

  • red value is 161;
  • green value is 20;
  • blue value is 37.
RGB:
(161,20,37)
(63%,8%,15%)

RGB channels and saturation

R 161 of 255 = 63%
G 20 of 255 = 8%
B 37 of 255 = 15%

161
20
37

R + G + B ~ 29%. #A11425 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
161 + 20 + 37 = 218 (100%)
R 161 of 218 ~ 73.85%
G 20 of 218 ~ 9.17%
B 37 of 218 ~ 16.97%

%73.85
%16.97

CMYK color model

#A11425 color CMYK value is (0,88,77,37).

  • cyan value is 0.00%
  • magenta value is 87.58%
  • yellow value is 77.02%
  • key color value is 36.86%
CMYK:
(0,88,77,37)
C0M88Y77K37 
(0%,88%,77%,37%)
(0.00/0.88/0.77/0.37)	

CMYK percentages

%0
%87.58
%77.02
%36.86

Codes

Color #A11425 in popluar color models

A11425
RGB1612037
HSL353°77.90%35.49%
HSB/HSV353°87.58%63.14%
CMYK0.00%87.58%77.02%
36.86%

Color #A11425 in popluar number systems.

HEXA11425
Decimal1612037
Binary1010000110100100101
Octal2412445

Shades and tints

Shades of #A11425

#A11425
(161,20,37)
#931322
(147,19,34)
#85121F
(133,18,31)
#77111C
(119,17,28)
#691019
(105,16,25)
#5B0F16
(91,15,22)
#4D0E13
(77,14,19)
#3F0D10
(63,13,16)
#310C0D
(49,12,13)
#230B0A
(35,11,10)
#150A07
(21,10,7)
#000000
(0,0,0)

Tints of #A11425

#A11425
(161,20,37)
#A92938
(169,41,56)
#B13E4B
(177,62,75)
#B9535E
(185,83,94)
#C16871
(193,104,113)
#C97D84
(201,125,132)
#D19297
(209,146,151)
#D9A7AA
(217,167,170)
#E1BCBD
(225,188,189)
#E9D1D0
(233,209,208)
#F1E6E3
(241,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A11425 color. Also use rgb(161,20,37) instead hex code.

Text Font Color

.myTextColor { color: #A11425; }

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

This text font color is #A11425.


Background Color

.myBgColor { background-color: #A11425; }

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

This div background color is #A11425.


Border color

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

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

This div border color is #A11425.


Opacity

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

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

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

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

This text has shadow with #A11425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A11425 on black background.


Color preview on white background

This text has color #A11425 on white background.



Black color preview on #A11425 background

This text has black color on #A11425 background.


White color preview on #A11425 background

This text has white color on #A11425 background.