#A72540

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

Shades of Bright Red #A72540

Tints of Bright Red #A72540

Color information

#A72540 (or 0xA72540) is unknown color: approx Bright Red. HEX triplet: A7, 25 and 40. RGB value is (167,37,64). Sum of RGB (Red+Green+Blue) = 167+37+64=268 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.31% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 167 - color contains mainly: red. Hex color #A72540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72540 is #58DABF. Grayscale: #4E4E4E. Windows color (decimal): -5823168 or 4203943. OLE color: 4203943.

HSL color Cylindrical-coordinate representation of color #A72540: hue angle of 347.54º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A72540 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB1673764-
CMYK00.780.620.35
HSL347.54º63.73%40%-
HSV(B)347.54º77.84%65.49%-
XYZ17.529.915.84-
YUV78.95119.57190.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.31%
GREEN value IS 37 (14.84% from 255) = 13.81%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=62.31%
G=13.81%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167376400.780.620.35347.5463.7340
HexA7254004E3E2315c4028
Octal247451000116764353410050
Binary101001111001011000000010011101111101000111010111001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72540; }

 p { color: rgb(167,37,64); }

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

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

 a { background-color: rgb(167,37,64); }

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

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

 span { border-color: rgb(167,37,64); }

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