#AA1F26

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

Shades of Guardsman Red #AA1F26

Tints of Guardsman Red #AA1F26

Color information

#AA1F26 (or 0xAA1F26) is unknown color: approx Guardsman Red. HEX triplet: AA, 1F and 26. RGB value is (170,31,38). Sum of RGB (Red+Green+Blue) = 170+31+38=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1F26 is #55E0D9. Grayscale: #494949. Windows color (decimal): -5628122 or 2498474. OLE color: 2498474.

HSL color Cylindrical-coordinate representation of color #AA1F26: hue angle of 356.98º degrees, saturation: 0.69, 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 #AA1F26 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB1703138-
CMYK00.820.780.33
HSL356.98º69.15%39.41%-
HSV(B)356.98º81.76%66.67%-
XYZ17.429.672.78-
YUV73.36108.05196.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.13%
GREEN value IS 31 (12.5% from 255) = 12.97%
BLUE value IS 38 (15.23% from 255) = 15.90%
R=71.13%
G=12.97%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170313800.820.780.33356.9869.1539.41
HexAA1F260524E211654527
Octal252374601221164154510547
Binary10101010111111001100101001010011101000011011001011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1F26; }

 p { color: rgb(170,31,38); }

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

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

 a { background-color: rgb(170,31,38); }

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

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

 span { border-color: rgb(170,31,38); }

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