#A3202A

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

Shades of Bright Red #A3202A

Tints of Bright Red #A3202A

Color information

#A3202A (or 0xA3202A) is unknown color: approx Bright Red. HEX triplet: A3, 20 and 2A. RGB value is (163,32,42). Sum of RGB (Red+Green+Blue) = 163+32+42=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A3202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3202A is #5CDFD5. Grayscale: #484848. Windows color (decimal): -6086614 or 2760867. OLE color: 2760867.

HSL color Cylindrical-coordinate representation of color #A3202A: hue angle of 355.42º 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 #A3202A is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB1633242-
CMYK00.800.740.36
HSL355.42º67.18%38.24%-
HSV(B)355.42º80.37%63.92%-
XYZ16.048.993.08-
YUV72.31110.9192.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 68.78%
GREEN value IS 32 (12.89% from 255) = 13.50%
BLUE value IS 42 (16.80% from 255) = 17.72%
R=68.78%
G=13.50%
B=17.72%

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
Decimal163324200.800.740.36355.4267.1838.24
HexA3202A0504A241634326
Octal243405201201124454310346
Binary101000111000001010100101000010010101001001011000111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3202A; }

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

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

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

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

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

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

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

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