#AE3638

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

Shades of Guardsman Red #AE3638

Tints of Guardsman Red #AE3638

Color information

#AE3638 (or 0xAE3638) is unknown color: approx Guardsman Red. HEX triplet: AE, 36 and 38. RGB value is (174,54,56). Sum of RGB (Red+Green+Blue) = 174+54+56=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3638 is #51C9C7. Grayscale: #5A5A5A. Windows color (decimal): -5360072 or 3684014. OLE color: 3684014.

HSL color Cylindrical-coordinate representation of color #AE3638: hue angle of 359º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE3638 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB1745456-
CMYK00.690.680.32
HSL359º52.63%44.71%-
HSV(B)359º68.97%68.24%-
XYZ19.4911.925.02-
YUV90.11108.76187.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.27%
GREEN value IS 54 (21.48% from 255) = 19.01%
BLUE value IS 56 (22.27% from 255) = 19.72%
R=61.27%
G=19.01%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174545600.690.680.3235952.6344.71
HexAE36380454420167352d
Octal25666700105104405476555
Binary10101110110110111000010001011000100100000101100111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3638; }

 p { color: rgb(174,54,56); }

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

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

 a { background-color: rgb(174,54,56); }

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

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

 span { border-color: rgb(174,54,56); }

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