#AA1F28

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

Shades of Guardsman Red #AA1F28

Tints of Guardsman Red #AA1F28

Color information

#AA1F28 (or 0xAA1F28) is unknown color: approx Guardsman Red. HEX triplet: AA, 1F and 28. RGB value is (170,31,40). Sum of RGB (Red+Green+Blue) = 170+31+40=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1F28 is #55E0D7. Grayscale: #494949. Windows color (decimal): -5628120 or 2629546. OLE color: 2629546.

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

Color convert

RGB1703140-
CMYK00.820.760.33
HSL356.12º69.15%39.41%-
HSV(B)356.12º81.76%66.67%-
XYZ17.459.682.96-
YUV73.59109.05196.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 70.54%
GREEN value IS 31 (12.5% from 255) = 12.86%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=70.54%
G=12.86%
B=16.60%

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
Decimal170314000.820.760.33356.1269.1539.41
HexAA1F280524C211644527
Octal252375001221144154410547
Binary10101010111111010000101001010011001000011011001001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1F28; }

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

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

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

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

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

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

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

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