#AA3437

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

Shades of Guardsman Red #AA3437

Tints of Guardsman Red #AA3437

Color information

#AA3437 (or 0xAA3437) is unknown color: approx Guardsman Red. HEX triplet: AA, 34 and 37. RGB value is (170,52,55). Sum of RGB (Red+Green+Blue) = 170+52+55=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3437 is #55CBC8. Grayscale: #575757. Windows color (decimal): -5622729 or 3617962. OLE color: 3617962.

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

Color convert

RGB1705255-
CMYK00.690.680.33
HSL358.47º53.15%43.53%-
HSV(B)358.47º69.41%66.67%-
XYZ18.511.284.82-
YUV87.62109.59186.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.37%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 55 (21.88% from 255) = 19.86%
R=61.37%
G=18.77%
B=19.86%

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
Decimal170525500.690.680.33358.4753.1543.53
HexAA34370454421166352c
Octal25264670105104415466554
Binary10101010110100110111010001011000100100001101100110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3437; }

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

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

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

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

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

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

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

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