#AE2328

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

Shades of Guardsman Red #AE2328

Tints of Guardsman Red #AE2328

Color information

#AE2328 (or 0xAE2328) is unknown color: approx Guardsman Red. HEX triplet: AE, 23 and 28. RGB value is (174,35,40). Sum of RGB (Red+Green+Blue) = 174+35+40=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2328 is #51DCD7. Grayscale: #4D4D4D. Windows color (decimal): -5364952 or 2630574. OLE color: 2630574.

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

Color convert

RGB1743540-
CMYK00.800.770.32
HSL357.84º66.51%40.98%-
HSV(B)357.84º79.89%68.24%-
XYZ18.4410.353.03-
YUV77.13107.05197.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.88%
GREEN value IS 35 (14.06% from 255) = 14.06%
BLUE value IS 40 (16.02% from 255) = 16.06%
R=69.88%
G=14.06%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174354000.800.770.32357.8466.5140.98
HexAE23280504D201664329
Octal256435001201154054610351
Binary101011101000111010000101000010011011000001011001101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2328; }

 p { color: rgb(174,35,40); }

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

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

 a { background-color: rgb(174,35,40); }

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

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

 span { border-color: rgb(174,35,40); }

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