#A6202E

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

Shades of Bright Red #A6202E

Tints of Bright Red #A6202E

Color information

#A6202E (or 0xA6202E) is unknown color: approx Bright Red. HEX triplet: A6, 20 and 2E. RGB value is (166,32,46). Sum of RGB (Red+Green+Blue) = 166+32+46=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A6202E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6202E is #59DFD1. Grayscale: #494949. Windows color (decimal): -5890002 or 3023014. OLE color: 3023014.

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

Color convert

RGB1663246-
CMYK00.810.720.35
HSL353.73º67.68%38.82%-
HSV(B)353.73º80.72%65.1%-
XYZ16.749.343.5-
YUV73.66112.39193.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 68.03%
GREEN value IS 32 (12.89% from 255) = 13.11%
BLUE value IS 46 (18.36% from 255) = 18.85%
R=68.03%
G=13.11%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166324600.810.720.35353.7367.6838.82
HexA6202E05148231624427
Octal246405601211104354210447
Binary101001101000001011100101000110010001000111011000101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6202E; }

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

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

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

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

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

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

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

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