COLOR #A5281B

HEX: #A5281B
RGB: (165,40,27)

Color info

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

RGB color model

#A5281B color RGB value is (165,40,27).

  • red value is 165;
  • green value is 40;
  • blue value is 27.
RGB:
(165,40,27)
(65%,16%,11%)

RGB channels and saturation

R 165 of 255 = 65%
G 40 of 255 = 16%
B 27 of 255 = 11%

165
40
27

R + G + B ~ 31%. #A5281B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 40 + 27 = 232 (100%)
R 165 of 232 ~ 71.12%
G 40 of 232 ~ 17.24%
B 27 of 232 ~ 11.64%

%71.12
%17.24
%11.64

CMYK color model

#A5281B color CMYK value is (0,76,84,35).

  • cyan value is 0.00%
  • magenta value is 75.76%
  • yellow value is 83.64%
  • key color value is 35.29%
CMYK:
(0,76,84,35)
C0M76Y84K35 
(0%,76%,84%,35%)
(0.00/0.76/0.84/0.35)	

CMYK percentages

%0
%75.76
%83.64
%35.29

Codes

Color #A5281B in popluar color models

A5281B
RGB1654027
HSL71.88%37.65%
HSB/HSV83.64%64.71%
CMYK0.00%75.76%83.64%
35.29%

Color #A5281B in popluar number systems.

HEXA5281B
Decimal1654027
Binary1010010110100011011
Octal2455033

Shades and tints

Shades of #A5281B

#A5281B
(165,40,27)
#962519
(150,37,25)
#872217
(135,34,23)
#781F15
(120,31,21)
#691C13
(105,28,19)
#5A1911
(90,25,17)
#4B160F
(75,22,15)
#3C130D
(60,19,13)
#2D100B
(45,16,11)
#1E0D09
(30,13,9)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #A5281B

#A5281B
(165,40,27)
#AD3B2F
(173,59,47)
#B54E43
(181,78,67)
#BD6157
(189,97,87)
#C5746B
(197,116,107)
#CD877F
(205,135,127)
#D59A93
(213,154,147)
#DDADA7
(221,173,167)
#E5C0BB
(229,192,187)
#EDD3CF
(237,211,207)
#F5E6E3
(245,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5281B color. Also use rgb(165,40,27) instead hex code.

Text Font Color

.myTextColor { color: #A5281B; }

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

This text font color is #A5281B.


Background Color

.myBgColor { background-color: #A5281B; }

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

This div background color is #A5281B.


Border color

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

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

This div border color is #A5281B.


Opacity

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

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

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

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

This text has shadow with #A5281B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5281B on black background.


Color preview on white background

This text has color #A5281B on white background.



Black color preview on #A5281B background

This text has black color on #A5281B background.


White color preview on #A5281B background

This text has white color on #A5281B background.