COLOR #A12D28

HEX: #A12D28
RGB: (161,45,40)

Color info

#A12D28 contains mainly red color. Web safe color of #A12D28 is #993333 (or #933).

RGB color model

#A12D28 color RGB value is (161,45,40).

  • red value is 161;
  • green value is 45;
  • blue value is 40.
RGB:
(161,45,40)
(63%,18%,16%)

RGB channels and saturation

R 161 of 255 = 63%
G 45 of 255 = 18%
B 40 of 255 = 16%

161
45
40

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

Portions of RGB colors in percentages

R + G + B =
161 + 45 + 40 = 246 (100%)
R 161 of 246 ~ 65.45%
G 45 of 246 ~ 18.29%
B 40 of 246 ~ 16.26%

%65.45
%18.29
%16.26

CMYK color model

#A12D28 color CMYK value is (0,72,75,37).

  • cyan value is 0.00%
  • magenta value is 72.05%
  • yellow value is 75.16%
  • key color value is 36.86%
CMYK:
(0,72,75,37)
C0M72Y75K37 
(0%,72%,75%,37%)
(0.00/0.72/0.75/0.37)	

CMYK percentages

%0
%72.05
%75.16
%36.86

Codes

Color #A12D28 in popluar color models

A12D28
RGB1614540
HSL60.20%39.41%
HSB/HSV75.16%63.14%
CMYK0.00%72.05%75.16%
36.86%

Color #A12D28 in popluar number systems.

HEXA12D28
Decimal1614540
Binary10100001101101101000
Octal2415550

Shades and tints

Shades of #A12D28

#A12D28
(161,45,40)
#932925
(147,41,37)
#852522
(133,37,34)
#77211F
(119,33,31)
#691D1C
(105,29,28)
#5B1919
(91,25,25)
#4D1516
(77,21,22)
#3F1113
(63,17,19)
#310D10
(49,13,16)
#23090D
(35,9,13)
#15050A
(21,5,10)
#000000
(0,0,0)

Tints of #A12D28

#A12D28
(161,45,40)
#A9403B
(169,64,59)
#B1534E
(177,83,78)
#B96661
(185,102,97)
#C17974
(193,121,116)
#C98C87
(201,140,135)
#D19F9A
(209,159,154)
#D9B2AD
(217,178,173)
#E1C5C0
(225,197,192)
#E9D8D3
(233,216,211)
#F1EBE6
(241,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A12D28 color. Also use rgb(161,45,40) instead hex code.

Text Font Color

.myTextColor { color: #A12D28; }

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

This text font color is #A12D28.


Background Color

.myBgColor { background-color: #A12D28; }

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

This div background color is #A12D28.


Border color

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

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

This div border color is #A12D28.


Opacity

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

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

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

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

This text has shadow with #A12D28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A12D28 on black background.


Color preview on white background

This text has color #A12D28 on white background.



Black color preview on #A12D28 background

This text has black color on #A12D28 background.


White color preview on #A12D28 background

This text has white color on #A12D28 background.