#AE363A

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

Shades of Guardsman Red #AE363A

Tints of Guardsman Red #AE363A

Color information

#AE363A (or 0xAE363A) is unknown color: approx Guardsman Red. HEX triplet: AE, 36 and 3A. RGB value is (174,54,58). Sum of RGB (Red+Green+Blue) = 174+54+58=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE363A is #51C9C5. Grayscale: #5A5A5A. Windows color (decimal): -5360070 or 3815086. OLE color: 3815086.

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

Color convert

RGB1745458-
CMYK00.690.670.32
HSL358º52.63%44.71%-
HSV(B)358º68.97%68.24%-
XYZ19.5411.945.28-
YUV90.34109.76187.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.84%
GREEN value IS 54 (21.48% from 255) = 18.88%
BLUE value IS 58 (23.05% from 255) = 20.28%
R=60.84%
G=18.88%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174545800.690.670.3235852.6344.71
HexAE363A0454320166352d
Octal25666720105103405466555
Binary10101110110110111010010001011000011100000101100110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE363A; }

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

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

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

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

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

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

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

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