#A7393F

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

Shades of Guardsman Red #A7393F

Tints of Guardsman Red #A7393F

Color information

#A7393F (or 0xA7393F) is unknown color: approx Guardsman Red. HEX triplet: A7, 39 and 3F. RGB value is (167,57,63). Sum of RGB (Red+Green+Blue) = 167+57+63=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A7393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7393F is #58C6C0. Grayscale: #5A5A5A. Windows color (decimal): -5818049 or 4143527. OLE color: 4143527.

HSL color Cylindrical-coordinate representation of color #A7393F: hue angle of 356.73º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7393F is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB1675763-
CMYK00.660.620.35
HSL356.73º49.11%43.92%-
HSV(B)356.73º65.87%65.49%-
XYZ18.311.55.96-
YUV90.57112.44182.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.19%
GREEN value IS 57 (22.66% from 255) = 19.86%
BLUE value IS 63 (25% from 255) = 21.95%
R=58.19%
G=19.86%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167576300.660.620.35356.7349.1143.92
HexA7393F0423E23165312c
Octal2477177010276435456154
Binary1010011111100111111101000010111110100011101100101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7393F; }

 p { color: rgb(167,57,63); }

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

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

 a { background-color: rgb(167,57,63); }

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

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

 span { border-color: rgb(167,57,63); }

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