#AE232C

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

Shades of Guardsman Red #AE232C

Tints of Guardsman Red #AE232C

Color information

#AE232C (or 0xAE232C) is unknown color: approx Guardsman Red. HEX triplet: AE, 23 and 2C. RGB value is (174,35,44). Sum of RGB (Red+Green+Blue) = 174+35+44=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE232C is #51DCD3. Grayscale: #4D4D4D. Windows color (decimal): -5364948 or 2892718. OLE color: 2892718.

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

Color convert

RGB1743544-
CMYK00.800.750.32
HSL356.12º66.51%40.98%-
HSV(B)356.12º79.89%68.24%-
XYZ18.5110.383.41-
YUV77.59109.05196.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.77%
GREEN value IS 35 (14.06% from 255) = 13.83%
BLUE value IS 44 (17.58% from 255) = 17.39%
R=68.77%
G=13.83%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174354400.800.750.32356.1266.5140.98
HexAE232C0504B201644329
Octal256435401201134054410351
Binary101011101000111011000101000010010111000001011001001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE232C; }

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

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

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

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

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

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

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

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