COLOR #A40038

HEX: #A40038
RGB: (164,0,56)

Color info

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

RGB color model

#A40038 color RGB value is (164,0,56).

  • red value is 164;
  • green value is 0;
  • blue value is 56.
RGB:
(164,0,56)
(64%,0%,22%)

RGB channels and saturation

R 164 of 255 = 64%
G 0 of 255 = 0%
B 56 of 255 = 22%

164
0
56

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

Portions of RGB colors in percentages

R + G + B =
164 + 0 + 56 = 220 (100%)
R 164 of 220 ~ 74.55%
G 0 of 220 ~ 0%
B 56 of 220 ~ 25.45%

%74.55
%25.45

CMYK color model

#A40038 color CMYK value is (0,100,66,36).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 65.85%
  • key color value is 35.69%
CMYK:
(0,100,66,36)
C0M100Y66K36 
(0%,100%,66%,36%)
(0.00/1.00/0.66/0.36)	

CMYK percentages

%0
%100
%65.85
%35.69

Codes

Color #A40038 in popluar color models

A40038
RGB164056
HSL340°100.00%32.16%
HSB/HSV340°100.00%64.31%
CMYK0.00%100.00%65.85%
35.69%

Color #A40038 in popluar number systems.

HEXA40038
Decimal164056
Binary101001000111000
Octal244070

Shades and tints

Shades of #A40038

#A40038
(164,0,56)
#960033
(150,0,51)
#88002E
(136,0,46)
#7A0029
(122,0,41)
#6C0024
(108,0,36)
#5E001F
(94,0,31)
#50001A
(80,0,26)
#420015
(66,0,21)
#340010
(52,0,16)
#26000B
(38,0,11)
#180006
(24,0,6)
#000000
(0,0,0)

Tints of #A40038

#A40038
(164,0,56)
#AC174A
(172,23,74)
#B42E5C
(180,46,92)
#BC456E
(188,69,110)
#C45C80
(196,92,128)
#CC7392
(204,115,146)
#D48AA4
(212,138,164)
#DCA1B6
(220,161,182)
#E4B8C8
(228,184,200)
#ECCFDA
(236,207,218)
#F4E6EC
(244,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A40038 color. Also use rgb(164,0,56) instead hex code.

Text Font Color

.myTextColor { color: #A40038; }

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

This text font color is #A40038.


Background Color

.myBgColor { background-color: #A40038; }

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

This div background color is #A40038.


Border color

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

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

This div border color is #A40038.


Opacity

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

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

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

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

This text has shadow with #A40038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A40038 on black background.


Color preview on white background

This text has color #A40038 on white background.



Black color preview on #A40038 background

This text has black color on #A40038 background.


White color preview on #A40038 background

This text has white color on #A40038 background.