COLOR #A4253D

HEX: #A4253D
RGB: (164,37,61)

Color info

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

RGB color model

#A4253D color RGB value is (164,37,61).

  • red value is 164;
  • green value is 37;
  • blue value is 61.
RGB:
(164,37,61)
(64%,15%,24%)

RGB channels and saturation

R 164 of 255 = 64%
G 37 of 255 = 15%
B 61 of 255 = 24%

164
37
61

R + G + B ~ 34%. #A4253D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 37 + 61 = 262 (100%)
R 164 of 262 ~ 62.6%
G 37 of 262 ~ 14.12%
B 61 of 262 ~ 23.28%

%62.6
%14.12
%23.28

CMYK color model

#A4253D color CMYK value is (0,77,63,36).

  • cyan value is 0.00%
  • magenta value is 77.44%
  • yellow value is 62.80%
  • key color value is 35.69%
CMYK:
(0,77,63,36)
C0M77Y63K36 
(0%,77%,63%,36%)
(0.00/0.77/0.63/0.36)	

CMYK percentages

%0
%77.44
%62.8
%35.69

Codes

Color #A4253D in popluar color models

A4253D
RGB1643761
HSL349°63.18%39.41%
HSB/HSV349°77.44%64.31%
CMYK0.00%77.44%62.80%
35.69%

Color #A4253D in popluar number systems.

HEXA4253D
Decimal1643761
Binary10100100100101111101
Octal2444575

Shades and tints

Shades of #A4253D

#A4253D
(164,37,61)
#962238
(150,34,56)
#881F33
(136,31,51)
#7A1C2E
(122,28,46)
#6C1929
(108,25,41)
#5E1624
(94,22,36)
#50131F
(80,19,31)
#42101A
(66,16,26)
#340D15
(52,13,21)
#260A10
(38,10,16)
#18070B
(24,7,11)
#000000
(0,0,0)

Tints of #A4253D

#A4253D
(164,37,61)
#AC384E
(172,56,78)
#B44B5F
(180,75,95)
#BC5E70
(188,94,112)
#C47181
(196,113,129)
#CC8492
(204,132,146)
#D497A3
(212,151,163)
#DCAAB4
(220,170,180)
#E4BDC5
(228,189,197)
#ECD0D6
(236,208,214)
#F4E3E7
(244,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4253D color. Also use rgb(164,37,61) instead hex code.

Text Font Color

.myTextColor { color: #A4253D; }

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

This text font color is #A4253D.


Background Color

.myBgColor { background-color: #A4253D; }

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

This div background color is #A4253D.


Border color

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

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

This div border color is #A4253D.


Opacity

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

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

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

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

This text has shadow with #A4253D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4253D on black background.


Color preview on white background

This text has color #A4253D on white background.



Black color preview on #A4253D background

This text has black color on #A4253D background.


White color preview on #A4253D background

This text has white color on #A4253D background.