#A02639

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

Shades of Bright Red #A02639

Tints of Bright Red #A02639

Color information

#A02639 (or 0xA02639) is unknown color: approx Bright Red. HEX triplet: A0, 26 and 39. RGB value is (160,38,57). Sum of RGB (Red+Green+Blue) = 160+38+57=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A02639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02639 is #5FD9C6. Grayscale: #4C4C4C. Windows color (decimal): -6281671 or 3745440. OLE color: 3745440.

HSL color Cylindrical-coordinate representation of color #A02639: hue angle of 350.66º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02639 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB1603857-
CMYK00.760.640.37
HSL350.66º61.62%38.82%-
HSV(B)350.66º76.25%62.75%-
XYZ15.939.164.8-
YUV76.64116.92187.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.75%
GREEN value IS 38 (15.23% from 255) = 14.90%
BLUE value IS 57 (22.66% from 255) = 22.35%
R=62.75%
G=14.90%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160385700.760.640.37350.6661.6238.82
HexA0263904C402515f3e27
Octal24046710114100455377647
Binary10100000100110111001010011001000000100101101011111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02639; }

 p { color: rgb(160,38,57); }

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

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

 a { background-color: rgb(160,38,57); }

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

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

 span { border-color: rgb(160,38,57); }

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