#AE3136

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

Shades of Guardsman Red #AE3136

Tints of Guardsman Red #AE3136

Color information

#AE3136 (or 0xAE3136) is unknown color: approx Guardsman Red. HEX triplet: AE, 31 and 36. RGB value is (174,49,54). Sum of RGB (Red+Green+Blue) = 174+49+54=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3136 is #51CEC9. Grayscale: #575757. Windows color (decimal): -5361354 or 3551662. OLE color: 3551662.

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

Color convert

RGB1744954-
CMYK00.720.690.32
HSL357.6º56.05%43.73%-
HSV(B)357.6º71.84%68.24%-
XYZ19.2211.464.69-
YUV86.94109.41190.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.82%
GREEN value IS 49 (19.53% from 255) = 17.69%
BLUE value IS 54 (21.48% from 255) = 19.49%
R=62.82%
G=17.69%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174495400.720.690.32357.656.0543.73
HexAE31360484520166382c
Octal25661660110105405467054
Binary10101110110001110110010010001000101100000101100110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3136; }

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

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

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

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

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

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

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

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