#A6203D

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

Shades of Bright Red #A6203D

Tints of Bright Red #A6203D

Color information

#A6203D (or 0xA6203D) is unknown color: approx Bright Red. HEX triplet: A6, 20 and 3D. RGB value is (166,32,61). Sum of RGB (Red+Green+Blue) = 166+32+61=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A6203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6203D is #59DFC2. Grayscale: #4B4B4B. Windows color (decimal): -5889987 or 4006054. OLE color: 4006054.

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

Color convert

RGB1663261-
CMYK00.810.630.35
HSL347.01º67.68%38.82%-
HSV(B)347.01º80.72%65.1%-
XYZ17.089.485.34-
YUV75.37119.89192.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.09%
GREEN value IS 32 (12.89% from 255) = 12.36%
BLUE value IS 61 (24.22% from 255) = 23.55%
R=64.09%
G=12.36%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166326100.810.630.35347.0167.6838.82
HexA6203D0513F2315b4427
Octal24640750121774353310447
Binary10100110100000111101010100011111111000111010110111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6203D; }

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

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

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

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

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

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

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

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