COLOR #A5101E

HEX: #A5101E RGB: (165,16,30)

Color info

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

RGB color model

#A5101E color RGB value is (165,16,30).

RGB: (165,16,30) (65%, 6%, 12%)

RGB channels and saturation

R 165 of 255 = 65%
G 16 of 255 = 6%
B 30 of 255 = 12%

165
16
30

R + G + B ~ 28%. #A5101E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 165 + 16 + 30 = 211 (100%)
R 165 of 211 ~ 78.2%
G 16 of 211 ~ 7.58%
B 30 of 211 ~ 14.22'%

%78.2
%14.22

CMYK color model

#A5101E color CMYK value is (0,90,82,35).

  • cyan value is 0.00%
  • magenta value is 90.30%
  • yellow value is 81.82%
  • key color value is 35.29%

CMYK: (0,90,82,35)
C0M90Y82K35 (0%, 90%, 82%, 35%)
(0.00 / 0.90 / 0.82 / 0.35)

CMYK percentages

%0
%90.3
%81.82
%35.29

Codes

Color #A5101E in popluar color models

A5 10 1E
RGB 165 16 30
HSL 354° 82.32% 35.49%
HSB/HSV 354° 90.30% 64.71%
CMYK 0.00% 90.30% 81.82%
35.29%

Color #A5101E in popluar number systems.

HEX A5 10 1E
Decimal 165 16 30
Binary 10100101 10000 11110
Octal 245 20 36

Shades and tints

Shades of #A5101E

#A5101E
(165,16,30)
#960F1C
(150,15,28)
#870E1A
(135,14,26)
#780D18
(120,13,24)
#690C16
(105,12,22)
#5A0B14
(90,11,20)
#4B0A12
(75,10,18)
#3C0910
(60,9,16)
#2D080E
(45,8,14)
#1E070C
(30,7,12)
#0F060A
(15,6,10)
#000000
(0,0,0)

Tints of #A5101E

#A5101E
(165,16,30)
#AD2532
(173,37,50)
#B53A46
(181,58,70)
#BD4F5A
(189,79,90)
#C5646E
(197,100,110)
#CD7982
(205,121,130)
#D58E96
(213,142,150)
#DDA3AA
(221,163,170)
#E5B8BE
(229,184,190)
#EDCDD2
(237,205,210)
#F5E2E6
(245,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5101E color. Also use rgb(165,16,30) instead hex code.

Text Font Color

.myTextColor { color: #A5101E; }

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

This text font color is #A5101E.

Background Color

.myBgColor { background-color: #A5101E; }

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

This div background color is #A5101E.

Border color

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

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

This div border color is #A5101E.

Opacity

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

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

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

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

This text has shadow with #A5101E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5101E.

Preview

Color preview on black background

This text has color #A5101E on black background.


Color preview on white background

This text has color #A5101E on white background.


Black color preview on #A5101E background

This text has black color on #A5101E background.


White color preview on #A5101E background

This text has white color on #A5101E background.


Related colors

Complementary color

Complementary color for #hex is #5AEFE1.


I love getcolorcode.com

Triadic colors

1 #1EA510 and #101EA5 with #A5101E are triadic colors.

2 #1E10A5 and #10A51E with #A5101E are triadic colors.