COLOR #A61935

HEX: #A61935 RGB: (166,25,53)

Color info

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

RGB color model

#A61935 color RGB value is (166,25,53).

RGB: (166,25,53) (65%, 10%, 21%)

RGB channels and saturation

R 166 of 255 = 65%
G 25 of 255 = 10%
B 53 of 255 = 21%

166
25
53

R + G + B ~ 32%. #A61935 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 166 + 25 + 53 = 244 (100%)
R 166 of 244 ~ 68.03%
G 25 of 244 ~ 10.25%
B 53 of 244 ~ 21.72'%

%68.03
%21.72

CMYK color model

#A61935 color CMYK value is (0,85,68,35).

  • cyan value is 0.00%
  • magenta value is 84.94%
  • yellow value is 68.07%
  • key color value is 34.90%

CMYK: (0,85,68,35)
C0M85Y68K35 (0%, 85%, 68%, 35%)
(0.00 / 0.85 / 0.68 / 0.35)

CMYK percentages

%0
%84.94
%68.07
%34.9

Codes

Color #A61935 in popluar color models

A6 19 35
RGB 166 25 53
HSL 348° 73.82% 37.45%
HSB/HSV 348° 84.94% 65.10%
CMYK 0.00% 84.94% 68.07%
34.90%

Color #A61935 in popluar number systems.

HEX A6 19 35
Decimal 166 25 53
Binary 10100110 11001 110101
Octal 246 31 65

Shades and tints

Shades of #A61935

#A61935
(166,25,53)
#971731
(151,23,49)
#88152D
(136,21,45)
#791329
(121,19,41)
#6A1125
(106,17,37)
#5B0F21
(91,15,33)
#4C0D1D
(76,13,29)
#3D0B19
(61,11,25)
#2E0915
(46,9,21)
#1F0711
(31,7,17)
#10050D
(16,5,13)
#000000
(0,0,0)

Tints of #A61935

#A61935
(166,25,53)
#AE2D47
(174,45,71)
#B64159
(182,65,89)
#BE556B
(190,85,107)
#C6697D
(198,105,125)
#CE7D8F
(206,125,143)
#D691A1
(214,145,161)
#DEA5B3
(222,165,179)
#E6B9C5
(230,185,197)
#EECDD7
(238,205,215)
#F6E1E9
(246,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A61935 color. Also use rgb(166,25,53) instead hex code.

Text Font Color

.myTextColor { color: #A61935; }

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

This text font color is #A61935.

Background Color

.myBgColor { background-color: #A61935; }

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

This div background color is #A61935.

Border color

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

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

This div border color is #A61935.

Opacity

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

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

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

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

This text has shadow with #A61935 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A61935.

Preview

Color preview on black background

This text has color #A61935 on black background.


Color preview on white background

This text has color #A61935 on white background.


Black color preview on #A61935 background

This text has black color on #A61935 background.


White color preview on #A61935 background

This text has white color on #A61935 background.


Related colors

Complementary color

Complementary color for #hex is #59E6CA.


I love getcolorcode.com

Triadic colors

1 #35A619 and #1935A6 with #A61935 are triadic colors.

2 #3519A6 and #19A635 with #A61935 are triadic colors.