#a8202e

Color #A8202E Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #A8202E

Tints of Bright Red #A8202E

Color information

#A8202E (or 0xA8202E) is unknown color: approx Bright Red. HEX triplet: A8, 20 and 2E. RGB value is (168,32,46). Sum of RGB (Red+Green+Blue) = 168+32+46=246 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.29% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 168 - color contains mainly: red. Hex color #A8202E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8202E is #57DFD1. Grayscale: #4A4A4A. Windows color (decimal): -5758930 or 3023016. OLE color: 3023016.

HSL color Cylindrical-coordinate representation of color #A8202E: hue angle of 353.82º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8202E is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB1683246-
CMYK00.810.730.34
HSL353.82º68%39.22%-
HSV(B)353.82º80.95%65.88%-
XYZ17.169.563.52-
YUV74.26112.06194.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 68.29%
GREEN value IS 32 (12.89% from 255) = 13.01%
BLUE value IS 46 (18.36% from 255) = 18.70%
R=68.29%
G=13.01%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168324600.810.730.34353.826839.22
HexA8202E05149221624427
Octal250405601211114254210447
Binary101010001000001011100101000110010011000101011000101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8202e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8202e; }

 p { color: rgb(168,32,46); }

 H1.HeaderClassName
 {
   color: #a8202e;
 }
 .AnyTagClassName
 {
   color: #a8202e;
 }
</style>
background-color css

<style>
 a { background-color: #a8202e; }

 a { background-color: rgb(168,32,46); }

 div.DivClassName
 {
   background-color: #a8202e;
 }
 .BgClassName
 {
   background-color: #a8202e;
 }
</style>
border-color css

<style>
 span { border-color: #a8202e; }

 span { border-color: rgb(168,32,46); }

 td.TdClassName
 {
   border-color: #a8202e;
 }
 .TagClassName
 {
   border-color: #a8202e;
 }
</style>