#AE2324

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

Shades of Guardsman Red #AE2324

Tints of Guardsman Red #AE2324

Color information

#AE2324 (or 0xAE2324) is unknown color: approx Guardsman Red. HEX triplet: AE, 23 and 24. RGB value is (174,35,36). Sum of RGB (Red+Green+Blue) = 174+35+36=245 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.02% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2324 is #51DCDB. Grayscale: #4C4C4C. Windows color (decimal): -5364956 or 2368430. OLE color: 2368430.

HSL color Cylindrical-coordinate representation of color #AE2324: hue angle of 359.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2324 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB1743536-
CMYK00.800.790.32
HSL359.57º66.51%40.98%-
HSV(B)359.57º79.89%68.24%-
XYZ18.3810.332.69-
YUV76.68105.05197.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 71.02%
GREEN value IS 35 (14.06% from 255) = 14.29%
BLUE value IS 36 (14.45% from 255) = 14.69%
R=71.02%
G=14.29%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174353600.800.790.32359.5766.5140.98
HexAE23240504F201684329
Octal256434401201174055010351
Binary101011101000111001000101000010011111000001011010001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2324; }

 p { color: rgb(174,35,36); }

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

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

 a { background-color: rgb(174,35,36); }

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

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

 span { border-color: rgb(174,35,36); }

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