#A52E3D

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

Shades of Guardsman Red #A52E3D

Tints of Guardsman Red #A52E3D

Color information

#A52E3D (or 0xA52E3D) is unknown color: approx Guardsman Red. HEX triplet: A5, 2E and 3D. RGB value is (165,46,61). Sum of RGB (Red+Green+Blue) = 165+46+61=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52E3D is #5AD1C2. Grayscale: #535353. Windows color (decimal): -5951939 or 4009637. OLE color: 4009637.

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

Color convert

RGB1654661-
CMYK00.720.630.35
HSL352.44º56.4%41.37%-
HSV(B)352.44º72.12%64.71%-
XYZ17.3410.295.49-
YUV83.29115.42186.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.66%
GREEN value IS 46 (18.36% from 255) = 16.91%
BLUE value IS 61 (24.22% from 255) = 22.43%
R=60.66%
G=16.91%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165466100.720.630.35352.4456.441.37
HexA52E3D0483F231603829
Octal2455675011077435407051
Binary1010010110111011110101001000111111100011101100000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52E3D; }

 p { color: rgb(165,46,61); }

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

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

 a { background-color: rgb(165,46,61); }

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

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

 span { border-color: rgb(165,46,61); }

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