#A52C2E

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

Shades of Guardsman Red #A52C2E

Tints of Guardsman Red #A52C2E

Color information

#A52C2E (or 0xA52C2E) is unknown color: approx Guardsman Red. HEX triplet: A5, 2C and 2E. RGB value is (165,44,46). Sum of RGB (Red+Green+Blue) = 165+44+46=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52C2E is #5AD3D1. Grayscale: #505050. Windows color (decimal): -5952466 or 3026085. OLE color: 3026085.

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

Color convert

RGB1654446-
CMYK00.730.720.35
HSL359.01º57.89%40.98%-
HSV(B)359.01º73.33%64.71%-
XYZ16.91103.62-
YUV80.41108.59188.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.71%
GREEN value IS 44 (17.58% from 255) = 17.25%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=64.71%
G=17.25%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165444600.730.720.35359.0157.8940.98
HexA52C2E04948231673a29
Octal24554560111110435477251
Binary10100101101100101110010010011001000100011101100111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52C2E; }

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

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

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

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

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

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

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

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