#AA1C1E

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

Shades of Guardsman Red #AA1C1E

Tints of Guardsman Red #AA1C1E

Color information

#AA1C1E (or 0xAA1C1E) is unknown color: approx Guardsman Red. HEX triplet: AA, 1C and 1E. RGB value is (170,28,30). Sum of RGB (Red+Green+Blue) = 170+28+30=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C1E is #55E3E1. Grayscale: #464646. Windows color (decimal): -5628898 or 1973418. OLE color: 1973418.

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

Color convert

RGB1702830-
CMYK00.840.820.33
HSL359.15º71.72%38.82%-
HSV(B)359.15º83.53%66.67%-
XYZ17.239.472.15-
YUV70.69105.04198.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 74.56%
GREEN value IS 28 (11.33% from 255) = 12.28%
BLUE value IS 30 (12.11% from 255) = 13.16%
R=74.56%
G=12.28%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170283000.840.820.33359.1571.7238.82
HexAA1C1E05452211674827
Octal252343601241224154711047
Binary1010101011100111100101010010100101000011011001111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C1E; }

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

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

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

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

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

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

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

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