#A52640

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

Shades of Bright Red #A52640

Tints of Bright Red #A52640

Color information

#A52640 (or 0xA52640) is unknown color: approx Bright Red. HEX triplet: A5, 26 and 40. RGB value is (165,38,64). Sum of RGB (Red+Green+Blue) = 165+38+64=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A52640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52640 is #5AD9BF. Grayscale: #4E4E4E. Windows color (decimal): -5953984 or 4204197. OLE color: 4204197.

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

Color convert

RGB1653864-
CMYK00.770.610.35
HSL347.72º62.56%39.8%-
HSV(B)347.72º76.97%64.71%-
XYZ17.149.765.83-
YUV78.94119.58189.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.80%
GREEN value IS 38 (15.23% from 255) = 14.23%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=61.80%
G=14.23%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165386400.770.610.35347.7262.5639.8
HexA5264004D3D2315c3f28
Octal24546100011575435347750
Binary10100101100110100000001001101111101100011101011100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52640; }

 p { color: rgb(165,38,64); }

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

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

 a { background-color: rgb(165,38,64); }

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

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

 span { border-color: rgb(165,38,64); }

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