#A52E3E

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

Shades of Guardsman Red #A52E3E

Tints of Guardsman Red #A52E3E

Color information

#A52E3E (or 0xA52E3E) is unknown color: approx Guardsman Red. HEX triplet: A5, 2E and 3E. RGB value is (165,46,62). Sum of RGB (Red+Green+Blue) = 165+46+62=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52E3E is #5AD1C1. Grayscale: #535353. Windows color (decimal): -5951938 or 4075173. OLE color: 4075173.

HSL color Cylindrical-coordinate representation of color #A52E3E: hue angle of 351.93º 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 #A52E3E is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB1654662-
CMYK00.720.620.35
HSL351.93º56.4%41.37%-
HSV(B)351.93º72.12%64.71%-
XYZ17.3610.35.63-
YUV83.4115.92186.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.44%
GREEN value IS 46 (18.36% from 255) = 16.85%
BLUE value IS 62 (24.61% from 255) = 22.71%
R=60.44%
G=16.85%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165466200.720.620.35351.9356.441.37
HexA52E3E0483E231603829
Octal2455676011076435407051
Binary1010010110111011111001001000111110100011101100000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52E3E; }

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

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

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

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

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

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

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

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