#A02735

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

Shades of Bright Red #A02735

Tints of Bright Red #A02735

Color information

#A02735 (or 0xA02735) is unknown color: approx Bright Red. HEX triplet: A0, 27 and 35. RGB value is (160,39,53). Sum of RGB (Red+Green+Blue) = 160+39+53=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A02735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02735 is #5FD8CA. Grayscale: #4C4C4C. Windows color (decimal): -6281419 or 3483552. OLE color: 3483552.

HSL color Cylindrical-coordinate representation of color #A02735: hue angle of 353.06º degrees, saturation: 0.61, 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 #A02735 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB1603953-
CMYK00.760.670.37
HSL353.06º60.8%39.02%-
HSV(B)353.06º75.63%62.75%-
XYZ15.879.184.3-
YUV76.77114.59187.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.49%
GREEN value IS 39 (15.62% from 255) = 15.48%
BLUE value IS 53 (21.09% from 255) = 21.03%
R=63.49%
G=15.48%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160395300.760.670.37353.0660.839.02
HexA0273504C43251613d27
Octal24047650114103455417547
Binary10100000100111110101010011001000011100101101100001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02735; }

 p { color: rgb(160,39,53); }

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

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

 a { background-color: rgb(160,39,53); }

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

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

 span { border-color: rgb(160,39,53); }

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