#A52E36

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

Shades of Guardsman Red #A52E36

Tints of Guardsman Red #A52E36

Color information

#A52E36 (or 0xA52E36) is unknown color: approx Guardsman Red. HEX triplet: A5, 2E and 36. RGB value is (165,46,54). Sum of RGB (Red+Green+Blue) = 165+46+54=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52E36 is #5AD1C9. Grayscale: #525252. Windows color (decimal): -5951946 or 3550885. OLE color: 3550885.

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

Color convert

RGB1654654-
CMYK00.720.670.35
HSL355.97º56.4%41.37%-
HSV(B)355.97º72.12%64.71%-
XYZ17.1610.224.56-
YUV82.49111.92186.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.26%
GREEN value IS 46 (18.36% from 255) = 17.36%
BLUE value IS 54 (21.48% from 255) = 20.38%
R=62.26%
G=17.36%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165465400.720.670.35355.9756.441.37
HexA52E3604843231643829
Octal24556660110103435447051
Binary10100101101110110110010010001000011100011101100100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52E36; }

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

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

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

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

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

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

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

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