#AE2B30

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

Shades of Guardsman Red #AE2B30

Tints of Guardsman Red #AE2B30

Color information

#AE2B30 (or 0xAE2B30) is unknown color: approx Guardsman Red. HEX triplet: AE, 2B and 30. RGB value is (174,43,48). Sum of RGB (Red+Green+Blue) = 174+43+48=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2B30 is #51D4CF. Grayscale: #525252. Windows color (decimal): -5362896 or 3156910. OLE color: 3156910.

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

Color convert

RGB1744348-
CMYK00.750.720.32
HSL357.71º60.37%42.55%-
HSV(B)357.71º75.29%68.24%-
XYZ18.8510.943.91-
YUV82.74108.4193.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.66%
GREEN value IS 43 (17.19% from 255) = 16.23%
BLUE value IS 48 (19.14% from 255) = 18.11%
R=65.66%
G=16.23%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174434800.750.720.32357.7160.3742.55
HexAE2B3004B48201663c2b
Octal25653600113110405467453
Binary10101110101011110000010010111001000100000101100110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2B30; }

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

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

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

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

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

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

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

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