#AE272C

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

Shades of Guardsman Red #AE272C

Tints of Guardsman Red #AE272C

Color information

#AE272C (or 0xAE272C) is unknown color: approx Guardsman Red. HEX triplet: AE, 27 and 2C. RGB value is (174,39,44). Sum of RGB (Red+Green+Blue) = 174+39+44=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE272C is #51D8D3. Grayscale: #505050. Windows color (decimal): -5363924 or 2893742. OLE color: 2893742.

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

Color convert

RGB1743944-
CMYK00.780.750.32
HSL357.78º63.38%41.76%-
HSV(B)357.78º77.59%68.24%-
XYZ18.6410.633.45-
YUV79.94107.73195.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.70%
GREEN value IS 39 (15.62% from 255) = 15.18%
BLUE value IS 44 (17.58% from 255) = 17.12%
R=67.70%
G=15.18%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174394400.780.750.32357.7863.3841.76
HexAE272C04E4B201663f2a
Octal25647540116113405467752
Binary10101110100111101100010011101001011100000101100110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE272C; }

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

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

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

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

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

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

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

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