#AE282B

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

Shades of Guardsman Red #AE282B

Tints of Guardsman Red #AE282B

Color information

#AE282B (or 0xAE282B) is unknown color: approx Guardsman Red. HEX triplet: AE, 28 and 2B. RGB value is (174,40,43). Sum of RGB (Red+Green+Blue) = 174+40+43=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE282B is #51D7D4. Grayscale: #505050. Windows color (decimal): -5363669 or 2828462. OLE color: 2828462.

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

Color convert

RGB1744043-
CMYK00.770.750.32
HSL358.66º62.62%41.96%-
HSV(B)358.66º77.01%68.24%-
XYZ18.6510.693.37-
YUV80.41106.89194.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.70%
GREEN value IS 40 (16.02% from 255) = 15.56%
BLUE value IS 43 (17.19% from 255) = 16.73%
R=67.70%
G=15.56%
B=16.73%

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
Decimal174404300.770.750.32358.6662.6241.96
HexAE282B04D4B201673f2a
Octal25650530115113405477752
Binary10101110101000101011010011011001011100000101100111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE282B; }

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

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

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

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

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

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

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

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