#AA363E

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

Shades of Guardsman Red #AA363E

Tints of Guardsman Red #AA363E

Color information

#AA363E (or 0xAA363E) is unknown color: approx Guardsman Red. HEX triplet: AA, 36 and 3E. RGB value is (170,54,62). Sum of RGB (Red+Green+Blue) = 170+54+62=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA363E is #55C9C1. Grayscale: #595959. Windows color (decimal): -5622210 or 4077226. OLE color: 4077226.

HSL color Cylindrical-coordinate representation of color #AA363E: hue angle of 355.86º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA363E is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB1705462-
CMYK00.680.640.33
HSL355.86º51.79%43.92%-
HSV(B)355.86º68.24%66.67%-
XYZ18.7711.535.79-
YUV89.6112.43185.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.44%
GREEN value IS 54 (21.48% from 255) = 18.88%
BLUE value IS 62 (24.61% from 255) = 21.68%
R=59.44%
G=18.88%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170546200.680.640.33355.8651.7943.92
HexAA363E0444021164342c
Octal25266760104100415446454
Binary10101010110110111110010001001000000100001101100100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA363E; }

 p { color: rgb(170,54,62); }

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

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

 a { background-color: rgb(170,54,62); }

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

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

 span { border-color: rgb(170,54,62); }

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