#AE2A31

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

Shades of Guardsman Red #AE2A31

Tints of Guardsman Red #AE2A31

Color information

#AE2A31 (or 0xAE2A31) is unknown color: approx Guardsman Red. HEX triplet: AE, 2A and 31. RGB value is (174,42,49). Sum of RGB (Red+Green+Blue) = 174+42+49=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2A31 is #51D5CE. Grayscale: #525252. Windows color (decimal): -5363151 or 3222190. OLE color: 3222190.

HSL color Cylindrical-coordinate representation of color #AE2A31: hue angle of 356.82º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE2A31 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB1744249-
CMYK00.760.720.32
HSL356.82º61.11%42.35%-
HSV(B)356.82º75.86%68.24%-
XYZ18.8410.884.01-
YUV82.27109.23193.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.66%
GREEN value IS 42 (16.80% from 255) = 15.85%
BLUE value IS 49 (19.53% from 255) = 18.49%
R=65.66%
G=15.85%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174424900.760.720.32356.8261.1142.35
HexAE2A3104C48201653d2a
Octal25652610114110405457552
Binary10101110101010110001010011001001000100000101100101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2A31; }

 p { color: rgb(174,42,49); }

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

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

 a { background-color: rgb(174,42,49); }

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

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

 span { border-color: rgb(174,42,49); }

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