#AE2122

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

Shades of Guardsman Red #AE2122

Tints of Guardsman Red #AE2122

Color information

#AE2122 (or 0xAE2122) is unknown color: approx Guardsman Red. HEX triplet: AE, 21 and 22. RGB value is (174,33,34). Sum of RGB (Red+Green+Blue) = 174+33+34=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2122 is #51DEDD. Grayscale: #4B4B4B. Windows color (decimal): -5365470 or 2236846. OLE color: 2236846.

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

Color convert

RGB1743334-
CMYK00.810.800.32
HSL359.57º68.12%40.59%-
HSV(B)359.57º81.03%68.24%-
XYZ18.2910.22.52-
YUV75.27104.71198.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.20%
GREEN value IS 33 (13.28% from 255) = 13.69%
BLUE value IS 34 (13.67% from 255) = 14.11%
R=72.20%
G=13.69%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174333400.810.800.32359.5768.1240.59
HexAE212205150201684429
Octal256414201211204055010451
Binary101011101000011000100101000110100001000001011010001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2122; }

 p { color: rgb(174,33,34); }

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

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

 a { background-color: rgb(174,33,34); }

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

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

 span { border-color: rgb(174,33,34); }

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