#AE3031

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

Shades of Guardsman Red #AE3031

Tints of Guardsman Red #AE3031

Color information

#AE3031 (or 0xAE3031) is unknown color: approx Guardsman Red. HEX triplet: AE, 30 and 31. RGB value is (174,48,49). Sum of RGB (Red+Green+Blue) = 174+48+49=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3031 is #51CFCE. Grayscale: #555555. Windows color (decimal): -5361615 or 3223726. OLE color: 3223726.

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

Color convert

RGB1744849-
CMYK00.720.720.32
HSL359.52º56.76%43.53%-
HSV(B)359.52º72.41%68.24%-
XYZ19.0711.334.09-
YUV85.79107.24190.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.21%
GREEN value IS 48 (19.14% from 255) = 17.71%
BLUE value IS 49 (19.53% from 255) = 18.08%
R=64.21%
G=17.71%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174484900.720.720.32359.5256.7643.53
HexAE30310484820168392c
Octal25660610110110405507154
Binary10101110110000110001010010001001000100000101101000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3031; }

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

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

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

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

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

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

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

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