#AE272E

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

Shades of Guardsman Red #AE272E

Tints of Guardsman Red #AE272E

Color information

#AE272E (or 0xAE272E) is unknown color: approx Guardsman Red. HEX triplet: AE, 27 and 2E. RGB value is (174,39,46). Sum of RGB (Red+Green+Blue) = 174+39+46=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE272E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE272E is #51D8D1. Grayscale: #505050. Windows color (decimal): -5363922 or 3024814. OLE color: 3024814.

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

Color convert

RGB1743946-
CMYK00.780.740.32
HSL356.89º63.38%41.76%-
HSV(B)356.89º77.59%68.24%-
XYZ18.6710.653.66-
YUV80.16108.73194.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.18%
GREEN value IS 39 (15.62% from 255) = 15.06%
BLUE value IS 46 (18.36% from 255) = 17.76%
R=67.18%
G=15.06%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174394600.780.740.32356.8963.3841.76
HexAE272E04E4A201653f2a
Octal25647560116112405457752
Binary10101110100111101110010011101001010100000101100101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE272E; }

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

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

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

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

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

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

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

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