#AE2329

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

Shades of Guardsman Red #AE2329

Tints of Guardsman Red #AE2329

Color information

#AE2329 (or 0xAE2329) is unknown color: approx Guardsman Red. HEX triplet: AE, 23 and 29. RGB value is (174,35,41). Sum of RGB (Red+Green+Blue) = 174+35+41=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2329 is #51DCD6. Grayscale: #4D4D4D. Windows color (decimal): -5364951 or 2696110. OLE color: 2696110.

HSL color Cylindrical-coordinate representation of color #AE2329: hue angle of 357.41º 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 #AE2329 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB1743541-
CMYK00.800.760.32
HSL357.41º66.51%40.98%-
HSV(B)357.41º79.89%68.24%-
XYZ18.4610.363.12-
YUV77.24107.55197.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.6%
GREEN value IS 35 (14.06% from 255) = 14%
BLUE value IS 41 (16.41% from 255) = 16.4%
R=69.6%
G=14%
B=16.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174354100.800.760.32357.4166.5140.98
HexAE23290504C201654329
Octal256435101201144054510351
Binary101011101000111010010101000010011001000001011001011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2329; }

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

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

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

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

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

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

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

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