#A0202A

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

Shades of Bright Red #A0202A

Tints of Bright Red #A0202A

Color information

#A0202A (or 0xA0202A) is unknown color: approx Bright Red. HEX triplet: A0, 20 and 2A. RGB value is (160,32,42). Sum of RGB (Red+Green+Blue) = 160+32+42=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A0202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0202A is #5FDFD5. Grayscale: #474747. Windows color (decimal): -6283222 or 2760864. OLE color: 2760864.

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

Color convert

RGB1603242-
CMYK00.800.740.37
HSL355.31º66.67%37.65%-
HSV(B)355.31º80%62.75%-
XYZ15.438.673.05-
YUV71.41111.41191.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.38%
GREEN value IS 32 (12.89% from 255) = 13.68%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=68.38%
G=13.68%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160324200.800.740.37355.3166.6737.65
HexA0202A0504A251634326
Octal240405201201124554310346
Binary101000001000001010100101000010010101001011011000111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0202A; }

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

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

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

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

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

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

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

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