#AA3738

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

Shades of Guardsman Red #AA3738

Tints of Guardsman Red #AA3738

Color information

#AA3738 (or 0xAA3738) is unknown color: approx Guardsman Red. HEX triplet: AA, 37 and 38. RGB value is (170,55,56). Sum of RGB (Red+Green+Blue) = 170+55+56=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3738 is #55C8C7. Grayscale: #595959. Windows color (decimal): -5621960 or 3684266. OLE color: 3684266.

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

Color convert

RGB1705556-
CMYK00.680.670.33
HSL359.48º51.11%44.12%-
HSV(B)359.48º67.65%66.67%-
XYZ18.6611.564.99-
YUV89.5109.1185.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.50%
GREEN value IS 55 (21.88% from 255) = 19.57%
BLUE value IS 56 (22.27% from 255) = 19.93%
R=60.50%
G=19.57%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170555600.680.670.33359.4851.1144.12
HexAA37380444321167332c
Octal25267700104103415476354
Binary10101010110111111000010001001000011100001101100111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3738; }

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

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

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

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

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

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

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

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