#AA1F27

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

Shades of Guardsman Red #AA1F27

Tints of Guardsman Red #AA1F27

Color information

#AA1F27 (or 0xAA1F27) is unknown color: approx Guardsman Red. HEX triplet: AA, 1F and 27. RGB value is (170,31,39). Sum of RGB (Red+Green+Blue) = 170+31+39=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1F27 is #55E0D8. Grayscale: #494949. Windows color (decimal): -5628121 or 2564010. OLE color: 2564010.

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

Color convert

RGB1703139-
CMYK00.820.770.33
HSL356.55º69.15%39.41%-
HSV(B)356.55º81.76%66.67%-
XYZ17.439.672.87-
YUV73.47108.55196.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 70.83%
GREEN value IS 31 (12.5% from 255) = 12.92%
BLUE value IS 39 (15.62% from 255) = 16.25%
R=70.83%
G=12.92%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170313900.820.770.33356.5569.1539.41
HexAA1F270524D211654527
Octal252374701221154154510547
Binary10101010111111001110101001010011011000011011001011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1F27; }

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

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

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

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

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

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

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

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