#aa1e28

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

Shades of Guardsman Red #AA1E28

Tints of Guardsman Red #AA1E28

Color information

#AA1E28 (or 0xAA1E28) is unknown color: approx Guardsman Red. HEX triplet: AA, 1E and 28. RGB value is (170,30,40). Sum of RGB (Red+Green+Blue) = 170+30+40=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1E28 is #55E1D7. Grayscale: #494949. Windows color (decimal): -5628376 or 2629290. OLE color: 2629290.

HSL color Cylindrical-coordinate representation of color #AA1E28: hue angle of 355.71º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1E28 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB1703040-
CMYK00.820.760.33
HSL355.71º70%39.22%-
HSV(B)355.71º82.35%66.67%-
XYZ17.429.632.95-
YUV73109.38197.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 70.83%
GREEN value IS 30 (12.11% from 255) = 12.5%
BLUE value IS 40 (16.02% from 255) = 16.67%
R=70.83%
G=12.5%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170304000.820.760.33355.717039.22
HexAA1E280524C211644627
Octal252365001221144154410647
Binary10101010111101010000101001010011001000011011001001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa1e28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa1e28; }

 p { color: rgb(170,30,40); }

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

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

 a { background-color: rgb(170,30,40); }

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

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

 span { border-color: rgb(170,30,40); }

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