#AA3438

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

Shades of Guardsman Red #AA3438

Tints of Guardsman Red #AA3438

Color information

#AA3438 (or 0xAA3438) is unknown color: approx Guardsman Red. HEX triplet: AA, 34 and 38. RGB value is (170,52,56). Sum of RGB (Red+Green+Blue) = 170+52+56=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3438 is #55CBC7. Grayscale: #575757. Windows color (decimal): -5622728 or 3683498. OLE color: 3683498.

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

Color convert

RGB1705256-
CMYK00.690.670.33
HSL357.97º53.15%43.53%-
HSV(B)357.97º69.41%66.67%-
XYZ18.5211.294.94-
YUV87.74110.09186.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.15%
GREEN value IS 52 (20.70% from 255) = 18.71%
BLUE value IS 56 (22.27% from 255) = 20.14%
R=61.15%
G=18.71%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170525600.690.670.33357.9753.1543.53
HexAA34380454321166352c
Octal25264700105103415466554
Binary10101010110100111000010001011000011100001101100110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3438; }

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

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

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

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

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

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

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

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