#AA383E

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

Shades of Guardsman Red #AA383E

Tints of Guardsman Red #AA383E

Color information

#AA383E (or 0xAA383E) is unknown color: approx Guardsman Red. HEX triplet: AA, 38 and 3E. RGB value is (170,56,62). Sum of RGB (Red+Green+Blue) = 170+56+62=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA383E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA383E is #55C7C1. Grayscale: #5A5A5A. Windows color (decimal): -5621698 or 4077738. OLE color: 4077738.

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

Color convert

RGB1705662-
CMYK00.670.640.33
HSL356.84º50.44%44.31%-
HSV(B)356.84º67.06%66.67%-
XYZ18.8611.725.83-
YUV90.77111.77184.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.03%
GREEN value IS 56 (22.27% from 255) = 19.44%
BLUE value IS 62 (24.61% from 255) = 21.53%
R=59.03%
G=19.44%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170566200.670.640.33356.8450.4444.31
HexAA383E0434021165322c
Octal25270760103100415456254
Binary10101010111000111110010000111000000100001101100101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA383E; }

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

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

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

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

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

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

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

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