#A02B40

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

Shades of Bright Red #A02B40

Tints of Bright Red #A02B40

Color information

#A02B40 (or 0xA02B40) is unknown color: approx Bright Red. HEX triplet: A0, 2B and 40. RGB value is (160,43,64). Sum of RGB (Red+Green+Blue) = 160+43+64=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02B40 is #5FD4BF. Grayscale: #505050. Windows color (decimal): -6280384 or 4205472. OLE color: 4205472.

HSL color Cylindrical-coordinate representation of color #A02B40: hue angle of 349.23º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02B40 is Cyan = 0, Magento = 0.73, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB1604364-
CMYK00.730.60.37
HSL349.23º57.64%39.8%-
HSV(B)349.23º73.12%62.75%-
XYZ16.299.575.84-
YUV80.38118.76184.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.93%
GREEN value IS 43 (17.19% from 255) = 16.10%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=59.93%
G=16.10%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160436400.730.60.37349.2357.6439.8
HexA02B400493C2515d3a28
Octal24053100011174455357250
Binary10100000101011100000001001001111100100101101011101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02B40; }

 p { color: rgb(160,43,64); }

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

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

 a { background-color: rgb(160,43,64); }

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

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

 span { border-color: rgb(160,43,64); }

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