#AE2B35

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

Shades of Guardsman Red #AE2B35

Tints of Guardsman Red #AE2B35

Color information

#AE2B35 (or 0xAE2B35) is unknown color: approx Guardsman Red. HEX triplet: AE, 2B and 35. RGB value is (174,43,53). Sum of RGB (Red+Green+Blue) = 174+43+53=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2B35 is #51D4CA. Grayscale: #535353. Windows color (decimal): -5362891 or 3484590. OLE color: 3484590.

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

Color convert

RGB1744353-
CMYK00.750.700.32
HSL355.42º60.37%42.55%-
HSV(B)355.42º75.29%68.24%-
XYZ18.9610.984.49-
YUV83.31110.9192.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.44%
GREEN value IS 43 (17.19% from 255) = 15.93%
BLUE value IS 53 (21.09% from 255) = 19.63%
R=64.44%
G=15.93%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174435300.750.700.32355.4260.3742.55
HexAE2B3504B46201633c2b
Octal25653650113106405437453
Binary10101110101011110101010010111000110100000101100011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2B35; }

 p { color: rgb(174,43,53); }

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

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

 a { background-color: rgb(174,43,53); }

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

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

 span { border-color: rgb(174,43,53); }

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