#A52940

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

Shades of Guardsman Red #A52940

Tints of Guardsman Red #A52940

Color information

#A52940 (or 0xA52940) is unknown color: approx Guardsman Red. HEX triplet: A5, 29 and 40. RGB value is (165,41,64). Sum of RGB (Red+Green+Blue) = 165+41+64=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A52940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52940 is #5AD6BF. Grayscale: #505050. Windows color (decimal): -5953216 or 4204965. OLE color: 4204965.

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

Color convert

RGB1654164-
CMYK00.750.610.35
HSL348.87º60.19%40.39%-
HSV(B)348.87º75.15%64.71%-
XYZ17.249.965.86-
YUV80.7118.58188.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.11%
GREEN value IS 41 (16.41% from 255) = 15.19%
BLUE value IS 64 (25.39% from 255) = 23.70%
R=61.11%
G=15.19%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165416400.750.610.35348.8760.1940.39
HexA5294004B3D2315d3c28
Octal24551100011375435357450
Binary10100101101001100000001001011111101100011101011101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52940; }

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

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

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

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

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

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

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

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