#AE282C

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

Shades of Guardsman Red #AE282C

Tints of Guardsman Red #AE282C

Color information

#AE282C (or 0xAE282C) is unknown color: approx Guardsman Red. HEX triplet: AE, 28 and 2C. RGB value is (174,40,44). Sum of RGB (Red+Green+Blue) = 174+40+44=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE282C is #51D7D3. Grayscale: #505050. Windows color (decimal): -5363668 or 2893998. OLE color: 2893998.

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

Color convert

RGB1744044-
CMYK00.770.750.32
HSL358.21º62.62%41.96%-
HSV(B)358.21º77.01%68.24%-
XYZ18.6710.73.46-
YUV80.52107.39194.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.44%
GREEN value IS 40 (16.02% from 255) = 15.50%
BLUE value IS 44 (17.58% from 255) = 17.05%
R=67.44%
G=15.50%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174404400.770.750.32358.2162.6241.96
HexAE282C04D4B201663f2a
Octal25650540115113405467752
Binary10101110101000101100010011011001011100000101100110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE282C; }

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

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

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

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

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

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

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

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