#AE3334

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

Shades of Guardsman Red #AE3334

Tints of Guardsman Red #AE3334

Color information

#AE3334 (or 0xAE3334) is unknown color: approx Guardsman Red. HEX triplet: AE, 33 and 34. RGB value is (174,51,52). Sum of RGB (Red+Green+Blue) = 174+51+52=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3334 is #51CCCB. Grayscale: #585858. Windows color (decimal): -5360844 or 3421102. OLE color: 3421102.

HSL color Cylindrical-coordinate representation of color #AE3334: hue angle of 359.51º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE3334 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB1745152-
CMYK00.710.700.32
HSL359.51º54.67%44.12%-
HSV(B)359.51º70.69%68.24%-
XYZ19.2611.614.48-
YUV87.89107.75189.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.82%
GREEN value IS 51 (20.31% from 255) = 18.41%
BLUE value IS 52 (20.70% from 255) = 18.77%
R=62.82%
G=18.41%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174515200.710.700.32359.5154.6744.12
HexAE33340474620168372c
Octal25663640107106405506754
Binary10101110110011110100010001111000110100000101101000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3334; }

 p { color: rgb(174,51,52); }

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

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

 a { background-color: rgb(174,51,52); }

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

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

 span { border-color: rgb(174,51,52); }

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