#AE393A

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

Shades of Guardsman Red #AE393A

Tints of Guardsman Red #AE393A

Color information

#AE393A (or 0xAE393A) is unknown color: approx Guardsman Red. HEX triplet: AE, 39 and 3A. RGB value is (174,57,58). Sum of RGB (Red+Green+Blue) = 174+57+58=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE393A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE393A is #51C6C5. Grayscale: #5C5C5C. Windows color (decimal): -5359302 or 3815854. OLE color: 3815854.

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

Color convert

RGB1745758-
CMYK00.670.670.32
HSL359.49º50.65%45.29%-
HSV(B)359.49º67.24%68.24%-
XYZ19.6812.235.33-
YUV92.1108.76186.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.21%
GREEN value IS 57 (22.66% from 255) = 19.72%
BLUE value IS 58 (23.05% from 255) = 20.07%
R=60.21%
G=19.72%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174575800.670.670.32359.4950.6545.29
HexAE393A0434320167332d
Octal25671720103103405476355
Binary10101110111001111010010000111000011100000101100111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE393A; }

 p { color: rgb(174,57,58); }

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

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

 a { background-color: rgb(174,57,58); }

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

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

 span { border-color: rgb(174,57,58); }

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