COLOR #A21825

HEX: #A21825
RGB: (162,24,37)

Color info

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

RGB color model

#A21825 color RGB value is (162,24,37).

  • red value is 162;
  • green value is 24;
  • blue value is 37.
RGB: (162,24,37) (64%,9%,15%)

RGB channels and saturation

R 162 of 255 = 64%
G 24 of 255 = 9%
B 37 of 255 = 15%

162
24
37

R + G + B ~ 29%. #A21825 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
162 + 24 + 37 = 223 (100%)
R 162 of 223 ~ 72.65%
G 24 of 223 ~ 10.76%
B 37 of 223 ~ 16.59%

%72.65
%10.76
%16.59

CMYK color model

#A21825 color CMYK value is (0,85,77,36).

  • cyan value is 0.00%
  • magenta value is 85.19%
  • yellow value is 77.16%
  • key color value is 36.47%
CMYK: (0,85,77,36) C0M85Y77K36 (0%,85%,77%,36%) (0.00/0.85/0.77/0.36)

CMYK percentages

%0
%85.19
%77.16
%36.47

Codes

Color #A21825 in popluar color models

A21825
RGB1622437
HSL354°74.19%36.47%
HSB/HSV354°85.19%63.53%
CMYK0.00%85.19%77.16%
36.47%

Color #A21825 in popluar number systems.

HEXA21825
Decimal1622437
Binary1010001011000100101
Octal2423045

Shades and tints

Shades of #A21825

#A21825
(162,24,37)
#941622
(148,22,34)
#86141F
(134,20,31)
#78121C
(120,18,28)
#6A1019
(106,16,25)
#5C0E16
(92,14,22)
#4E0C13
(78,12,19)
#400A10
(64,10,16)
#32080D
(50,8,13)
#24060A
(36,6,10)
#160407
(22,4,7)
#000000
(0,0,0)

Tints of #A21825

#A21825
(162,24,37)
#AA2D38
(170,45,56)
#B2424B
(178,66,75)
#BA575E
(186,87,94)
#C26C71
(194,108,113)
#CA8184
(202,129,132)
#D29697
(210,150,151)
#DAABAA
(218,171,170)
#E2C0BD
(226,192,189)
#EAD5D0
(234,213,208)
#F2EAE3
(242,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A21825 color. Also use rgb(162,24,37) instead hex code.

Text Font Color

.myTextColor { color: #A21825; }

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

This text font color is #A21825.


Background Color

.myBgColor { background-color: #A21825; }

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

This div background color is #A21825.


Border color

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

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

This div border color is #A21825.


Opacity

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

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

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

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

This text has shadow with #A21825 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A21825 on black background.


Color preview on white background

This text has color #A21825 on white background.



Black color preview on #A21825 background

This text has black color on #A21825 background.


White color preview on #A21825 background

This text has white color on #A21825 background.