#A3202B

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

Shades of Bright Red #A3202B

Tints of Bright Red #A3202B

Color information

#A3202B (or 0xA3202B) is unknown color: approx Bright Red. HEX triplet: A3, 20 and 2B. RGB value is (163,32,43). Sum of RGB (Red+Green+Blue) = 163+32+43=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A3202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3202B is #5CDFD4. Grayscale: #484848. Windows color (decimal): -6086613 or 2826403. OLE color: 2826403.

HSL color Cylindrical-coordinate representation of color #A3202B: hue angle of 354.96º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3202B is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB1633243-
CMYK00.800.740.36
HSL354.96º67.18%38.24%-
HSV(B)354.96º80.37%63.92%-
XYZ16.068.993.18-
YUV72.42111.4192.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 68.49%
GREEN value IS 32 (12.89% from 255) = 13.45%
BLUE value IS 43 (17.19% from 255) = 18.07%
R=68.49%
G=13.45%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163324300.800.740.36354.9667.1838.24
HexA3202B0504A241634326
Octal243405301201124454310346
Binary101000111000001010110101000010010101001001011000111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3202B; }

 p { color: rgb(163,32,43); }

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

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

 a { background-color: rgb(163,32,43); }

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

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

 span { border-color: rgb(163,32,43); }

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