#AA3436

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

Shades of Guardsman Red #AA3436

Tints of Guardsman Red #AA3436

Color information

#AA3436 (or 0xAA3436) is unknown color: approx Guardsman Red. HEX triplet: AA, 34 and 36. RGB value is (170,52,54). Sum of RGB (Red+Green+Blue) = 170+52+54=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3436 is #55CBC9. Grayscale: #575757. Windows color (decimal): -5622730 or 3552426. OLE color: 3552426.

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

Color convert

RGB1705254-
CMYK00.690.680.33
HSL358.98º53.15%43.53%-
HSV(B)358.98º69.41%66.67%-
XYZ18.4711.274.69-
YUV87.51109.09186.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.59%
GREEN value IS 52 (20.70% from 255) = 18.84%
BLUE value IS 54 (21.48% from 255) = 19.57%
R=61.59%
G=18.84%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170525400.690.680.33358.9853.1543.53
HexAA34360454421167352c
Octal25264660105104415476554
Binary10101010110100110110010001011000100100001101100111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3436; }

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

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

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

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

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

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

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

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