COLOR #A53335

HEX: #A53335 RGB: (165,51,53)

Color info

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

RGB color model

#A53335 color RGB value is (165,51,53).

RGB: (165,51,53) (65%, 20%, 21%)

RGB channels and saturation

R 165 of 255 = 65%
G 51 of 255 = 20%
B 53 of 255 = 21%

165
51
53

R + G + B ~ 35%. #A53335 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 165 + 51 + 53 = 269 (100%)
R 165 of 269 ~ 61.34%
G 51 of 269 ~ 18.96%
B 53 of 269 ~ 19.7'%

%61.34
%18.96
%19.7

CMYK color model

#A53335 color CMYK value is (0,69,68,35).

  • cyan value is 0.00%
  • magenta value is 69.09%
  • yellow value is 67.88%
  • key color value is 35.29%

CMYK: (0,69,68,35)
C0M69Y68K35 (0%, 69%, 68%, 35%)
(0.00 / 0.69 / 0.68 / 0.35)

CMYK percentages

%0
%69.09
%67.88
%35.29

Codes

Color #A53335 in popluar color models

A5 33 35
RGB 165 51 53
HSL 359° 52.78% 42.35%
HSB/HSV 359° 69.09% 64.71%
CMYK 0.00% 69.09% 67.88%
35.29%

Color #A53335 in popluar number systems.

HEX A5 33 35
Decimal 165 51 53
Binary 10100101 110011 110101
Octal 245 63 65

Shades and tints

Shades of #A53335

#A53335
(165,51,53)
#962F31
(150,47,49)
#872B2D
(135,43,45)
#782729
(120,39,41)
#692325
(105,35,37)
#5A1F21
(90,31,33)
#4B1B1D
(75,27,29)
#3C1719
(60,23,25)
#2D1315
(45,19,21)
#1E0F11
(30,15,17)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #A53335

#A53335
(165,51,53)
#AD4547
(173,69,71)
#B55759
(181,87,89)
#BD696B
(189,105,107)
#C57B7D
(197,123,125)
#CD8D8F
(205,141,143)
#D59FA1
(213,159,161)
#DDB1B3
(221,177,179)
#E5C3C5
(229,195,197)
#EDD5D7
(237,213,215)
#F5E7E9
(245,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A53335 color. Also use rgb(165,51,53) instead hex code.

Text Font Color

.myTextColor { color: #A53335; }

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

This text font color is #A53335.

Background Color

.myBgColor { background-color: #A53335; }

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

This div background color is #A53335.

Border color

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

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

This div border color is #A53335.

Opacity

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

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

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

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

This text has shadow with #A53335 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A53335.

Preview

Color preview on black background

This text has color #A53335 on black background.


Color preview on white background

This text has color #A53335 on white background.


Black color preview on #A53335 background

This text has black color on #A53335 background.


White color preview on #A53335 background

This text has white color on #A53335 background.


Related colors

Complementary color

Complementary color for #hex is #5ACCCA.


I love getcolorcode.com

Triadic colors

1 #35A533 and #3335A5 with #A53335 are triadic colors.

2 #3533A5 and #33A535 with #A53335 are triadic colors.