COLOR #A51A3D

HEX: #A51A3D
RGB: (165,26,61)

Color info

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

RGB color model

#A51A3D color RGB value is (165,26,61).

  • red value is 165;
  • green value is 26;
  • blue value is 61.
RGB:
(165,26,61)
(65%,10%,24%)

RGB channels and saturation

R 165 of 255 = 65%
G 26 of 255 = 10%
B 61 of 255 = 24%

165
26
61

R + G + B ~ 33%. #A51A3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 26 + 61 = 252 (100%)
R 165 of 252 ~ 65.48%
G 26 of 252 ~ 10.32%
B 61 of 252 ~ 24.21%

%65.48
%10.32
%24.21

CMYK color model

#A51A3D color CMYK value is (0,84,63,35).

  • cyan value is 0.00%
  • magenta value is 84.24%
  • yellow value is 63.03%
  • key color value is 35.29%
CMYK:
(0,84,63,35)
C0M84Y63K35 
(0%,84%,63%,35%)
(0.00/0.84/0.63/0.35)	

CMYK percentages

%0
%84.24
%63.03
%35.29

Codes

Color #A51A3D in popluar color models

A51A3D
RGB1652661
HSL345°72.77%37.45%
HSB/HSV345°84.24%64.71%
CMYK0.00%84.24%63.03%
35.29%

Color #A51A3D in popluar number systems.

HEXA51A3D
Decimal1652661
Binary1010010111010111101
Octal2453275

Shades and tints

Shades of #A51A3D

#A51A3D
(165,26,61)
#961838
(150,24,56)
#871633
(135,22,51)
#78142E
(120,20,46)
#691229
(105,18,41)
#5A1024
(90,16,36)
#4B0E1F
(75,14,31)
#3C0C1A
(60,12,26)
#2D0A15
(45,10,21)
#1E0810
(30,8,16)
#0F060B
(15,6,11)
#000000
(0,0,0)

Tints of #A51A3D

#A51A3D
(165,26,61)
#AD2E4E
(173,46,78)
#B5425F
(181,66,95)
#BD5670
(189,86,112)
#C56A81
(197,106,129)
#CD7E92
(205,126,146)
#D592A3
(213,146,163)
#DDA6B4
(221,166,180)
#E5BAC5
(229,186,197)
#EDCED6
(237,206,214)
#F5E2E7
(245,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A51A3D color. Also use rgb(165,26,61) instead hex code.

Text Font Color

.myTextColor { color: #A51A3D; }

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

This text font color is #A51A3D.


Background Color

.myBgColor { background-color: #A51A3D; }

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

This div background color is #A51A3D.


Border color

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

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

This div border color is #A51A3D.


Opacity

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

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

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

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

This text has shadow with #A51A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A51A3D on black background.


Color preview on white background

This text has color #A51A3D on white background.



Black color preview on #A51A3D background

This text has black color on #A51A3D background.


White color preview on #A51A3D background

This text has white color on #A51A3D background.