#AE2C37

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

Shades of Guardsman Red #AE2C37

Tints of Guardsman Red #AE2C37

Color information

#AE2C37 (or 0xAE2C37) is unknown color: approx Guardsman Red. HEX triplet: AE, 2C and 37. RGB value is (174,44,55). Sum of RGB (Red+Green+Blue) = 174+44+55=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2C37 is #51D3C8. Grayscale: #545454. Windows color (decimal): -5362633 or 3615918. OLE color: 3615918.

HSL color Cylindrical-coordinate representation of color #AE2C37: hue angle of 354.92º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2C37 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB1744455-
CMYK00.750.680.32
HSL354.92º59.63%42.75%-
HSV(B)354.92º74.71%68.24%-
XYZ19.0511.084.75-
YUV84.12111.57192.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.74%
GREEN value IS 44 (17.58% from 255) = 16.12%
BLUE value IS 55 (21.88% from 255) = 20.15%
R=63.74%
G=16.12%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174445500.750.680.32354.9259.6342.75
HexAE2C3704B44201633c2b
Octal25654670113104405437453
Binary10101110101100110111010010111000100100000101100011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2C37; }

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

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

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

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

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

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

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

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