#AE3137

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

Shades of Guardsman Red #AE3137

Tints of Guardsman Red #AE3137

Color information

#AE3137 (or 0xAE3137) is unknown color: approx Guardsman Red. HEX triplet: AE, 31 and 37. RGB value is (174,49,55). Sum of RGB (Red+Green+Blue) = 174+49+55=278 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.59% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3137 is #51CEC8. Grayscale: #575757. Windows color (decimal): -5361353 or 3617198. OLE color: 3617198.

HSL color Cylindrical-coordinate representation of color #AE3137: hue angle of 357.12º 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 #AE3137 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB1744955-
CMYK00.720.680.32
HSL357.12º56.05%43.73%-
HSV(B)357.12º71.84%68.24%-
XYZ19.2411.474.81-
YUV87.06109.91190.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.59%
GREEN value IS 49 (19.53% from 255) = 17.63%
BLUE value IS 55 (21.88% from 255) = 19.78%
R=62.59%
G=17.63%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174495500.720.680.32357.1256.0543.73
HexAE31370484420165382c
Octal25661670110104405457054
Binary10101110110001110111010010001000100100000101100101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3137; }

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

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

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

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

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

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

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

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