COLOR #A02828

HEX: #A02828
RGB: (160,40,40)

Color info

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

RGB color model

#A02828 color RGB value is (160,40,40).

  • red value is 160;
  • green value is 40;
  • blue value is 40.
RGB:
(160,40,40)
(63%,16%,16%)

RGB channels and saturation

R 160 of 255 = 63%
G 40 of 255 = 16%
B 40 of 255 = 16%

160
40
40

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

Portions of RGB colors in percentages

R + G + B =
160 + 40 + 40 = 240 (100%)
R 160 of 240 ~ 66.67%
G 40 of 240 ~ 16.67%
B 40 of 240 ~ 16.67%

%66.67
%16.67
%16.67

CMYK color model

#A02828 color CMYK value is (0,75,75,37).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 75.00%
  • key color value is 37.25%
CMYK:
(0,75,75,37)
C0M75Y75K37 
(0%,75%,75%,37%)
(0.00/0.75/0.75/0.37)	

CMYK percentages

%0
%75
%75
%37.25

Codes

Color #A02828 in popluar color models

A02828
RGB1604040
HSL60.00%39.22%
HSB/HSV75.00%62.75%
CMYK0.00%75.00%75.00%
37.25%

Color #A02828 in popluar number systems.

HEXA02828
Decimal1604040
Binary10100000101000101000
Octal2405050

Shades and tints

Shades of #A02828

#A02828
(160,40,40)
#922525
(146,37,37)
#842222
(132,34,34)
#761F1F
(118,31,31)
#681C1C
(104,28,28)
#5A1919
(90,25,25)
#4C1616
(76,22,22)
#3E1313
(62,19,19)
#301010
(48,16,16)
#220D0D
(34,13,13)
#140A0A
(20,10,10)
#000000
(0,0,0)

Tints of #A02828

#A02828
(160,40,40)
#A83B3B
(168,59,59)
#B04E4E
(176,78,78)
#B86161
(184,97,97)
#C07474
(192,116,116)
#C88787
(200,135,135)
#D09A9A
(208,154,154)
#D8ADAD
(216,173,173)
#E0C0C0
(224,192,192)
#E8D3D3
(232,211,211)
#F0E6E6
(240,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A02828 color. Also use rgb(160,40,40) instead hex code.

Text Font Color

.myTextColor { color: #A02828; }

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

This text font color is #A02828.


Background Color

.myBgColor { background-color: #A02828; }

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

This div background color is #A02828.


Border color

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

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

This div border color is #A02828.


Opacity

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

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

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

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

This text has shadow with #A02828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A02828 on black background.


Color preview on white background

This text has color #A02828 on white background.



Black color preview on #A02828 background

This text has black color on #A02828 background.


White color preview on #A02828 background

This text has white color on #A02828 background.