COLOR #A5401B

HEX: #A5401B
RGB: (165,64,27)

Color info

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

RGB color model

#A5401B color RGB value is (165,64,27).

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

RGB channels and saturation

R 165 of 255 = 65%
G 64 of 255 = 25%
B 27 of 255 = 11%

165
64
27

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

Portions of RGB colors in percentages

R + G + B =
165 + 64 + 27 = 256 (100%)
R 165 of 256 ~ 64.45%
G 64 of 256 ~ 25%
B 27 of 256 ~ 10.55%

%64.45
%25
%10.55

CMYK color model

#A5401B color CMYK value is (0,61,84,35).

  • cyan value is 0.00%
  • magenta value is 61.21%
  • yellow value is 83.64%
  • key color value is 35.29%
CMYK:
(0,61,84,35)
C0M61Y84K35 
(0%,61%,84%,35%)
(0.00/0.61/0.84/0.35)	

CMYK percentages

%0
%61.21
%83.64
%35.29

Codes

Color #A5401B in popluar color models

A5401B
RGB1656427
HSL16°71.88%37.65%
HSB/HSV16°83.64%64.71%
CMYK0.00%61.21%83.64%
35.29%

Color #A5401B in popluar number systems.

HEXA5401B
Decimal1656427
Binary10100101100000011011
Octal24510033

Shades and tints

Shades of #A5401B

#A5401B
(165,64,27)
#963B19
(150,59,25)
#873617
(135,54,23)
#783115
(120,49,21)
#692C13
(105,44,19)
#5A2711
(90,39,17)
#4B220F
(75,34,15)
#3C1D0D
(60,29,13)
#2D180B
(45,24,11)
#1E1309
(30,19,9)
#0F0E07
(15,14,7)
#000000
(0,0,0)

Tints of #A5401B

#A5401B
(165,64,27)
#AD512F
(173,81,47)
#B56243
(181,98,67)
#BD7357
(189,115,87)
#C5846B
(197,132,107)
#CD957F
(205,149,127)
#D5A693
(213,166,147)
#DDB7A7
(221,183,167)
#E5C8BB
(229,200,187)
#EDD9CF
(237,217,207)
#F5EAE3
(245,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5401B; }

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

This text font color is #A5401B.


Background Color

.myBgColor { background-color: #A5401B; }

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

This div background color is #A5401B.


Border color

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

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

This div border color is #A5401B.


Opacity

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

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

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

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

This text has shadow with #A5401B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5401B on black background.


Color preview on white background

This text has color #A5401B on white background.



Black color preview on #A5401B background

This text has black color on #A5401B background.


White color preview on #A5401B background

This text has white color on #A5401B background.