#A6202F

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

Shades of Bright Red #A6202F

Tints of Bright Red #A6202F

Color information

#A6202F (or 0xA6202F) is unknown color: approx Bright Red. HEX triplet: A6, 20 and 2F. RGB value is (166,32,47). Sum of RGB (Red+Green+Blue) = 166+32+47=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6202F is #59DFD0. Grayscale: #494949. Windows color (decimal): -5890001 or 3088550. OLE color: 3088550.

HSL color Cylindrical-coordinate representation of color #A6202F: hue angle of 353.28º 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 #A6202F is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB1663247-
CMYK00.810.720.35
HSL353.28º67.68%38.82%-
HSV(B)353.28º80.72%65.1%-
XYZ16.769.353.61-
YUV73.78112.89193.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 67.76%
GREEN value IS 32 (12.89% from 255) = 13.06%
BLUE value IS 47 (18.75% from 255) = 19.18%
R=67.76%
G=13.06%
B=19.18%

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
Decimal166324700.810.720.35353.2867.6838.82
HexA6202F05148231614427
Octal246405701211104354110447
Binary101001101000001011110101000110010001000111011000011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6202F; }

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

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

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

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

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

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

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

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