#AE2829

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

Shades of Guardsman Red #AE2829

Tints of Guardsman Red #AE2829

Color information

#AE2829 (or 0xAE2829) is unknown color: approx Guardsman Red. HEX triplet: AE, 28 and 29. RGB value is (174,40,41). Sum of RGB (Red+Green+Blue) = 174+40+41=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2829 is #51D7D6. Grayscale: #505050. Windows color (decimal): -5363671 or 2697390. OLE color: 2697390.

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

Color convert

RGB1744041-
CMYK00.770.760.32
HSL359.55º62.62%41.96%-
HSV(B)359.55º77.01%68.24%-
XYZ18.6110.683.18-
YUV80.18105.89194.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.24%
GREEN value IS 40 (16.02% from 255) = 15.69%
BLUE value IS 41 (16.41% from 255) = 16.08%
R=68.24%
G=15.69%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174404100.770.760.32359.5562.6241.96
HexAE282904D4C201683f2a
Octal25650510115114405507752
Binary10101110101000101001010011011001100100000101101000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2829; }

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

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

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

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

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

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

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

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