#AE3035

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

Shades of Guardsman Red #AE3035

Tints of Guardsman Red #AE3035

Color information

#AE3035 (or 0xAE3035) is unknown color: approx Guardsman Red. HEX triplet: AE, 30 and 35. RGB value is (174,48,53). Sum of RGB (Red+Green+Blue) = 174+48+53=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3035 is #51CFCA. Grayscale: #565656. Windows color (decimal): -5361611 or 3485870. OLE color: 3485870.

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

Color convert

RGB1744853-
CMYK00.720.700.32
HSL357.62º56.76%43.53%-
HSV(B)357.62º72.41%68.24%-
XYZ19.1611.374.55-
YUV86.24109.24190.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.27%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 53 (21.09% from 255) = 19.27%
R=63.27%
G=17.45%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174485300.720.700.32357.6256.7643.53
HexAE30350484620166392c
Octal25660650110106405467154
Binary10101110110000110101010010001000110100000101100110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3035; }

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

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

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

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

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

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

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

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