#AA2738

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

Shades of Guardsman Red #AA2738

Tints of Guardsman Red #AA2738

Color information

#AA2738 (or 0xAA2738) is unknown color: approx Guardsman Red. HEX triplet: AA, 27 and 38. RGB value is (170,39,56). Sum of RGB (Red+Green+Blue) = 170+39+56=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2738 is #55D8C7. Grayscale: #505050. Windows color (decimal): -5626056 or 3680170. OLE color: 3680170.

HSL color Cylindrical-coordinate representation of color #AA2738: hue angle of 352.21º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2738 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB1703956-
CMYK00.770.670.33
HSL352.21º62.68%40.98%-
HSV(B)352.21º77.06%66.67%-
XYZ18.0210.284.78-
YUV80.11114.4192.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.15%
GREEN value IS 39 (15.62% from 255) = 14.72%
BLUE value IS 56 (22.27% from 255) = 21.13%
R=64.15%
G=14.72%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170395600.770.670.33352.2162.6840.98
HexAA273804D43211603f29
Octal25247700115103415407751
Binary10101010100111111000010011011000011100001101100000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2738; }

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

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

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

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

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

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

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

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