#A4393F

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

Shades of Guardsman Red #A4393F

Tints of Guardsman Red #A4393F

Color information

#A4393F (or 0xA4393F) is unknown color: approx Guardsman Red. HEX triplet: A4, 39 and 3F. RGB value is (164,57,63). Sum of RGB (Red+Green+Blue) = 164+57+63=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A4393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4393F is #5BC6C0. Grayscale: #595959. Windows color (decimal): -6014657 or 4143524. OLE color: 4143524.

HSL color Cylindrical-coordinate representation of color #A4393F: hue angle of 356.64º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A4393F is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1645763-
CMYK00.650.620.36
HSL356.64º48.42%43.33%-
HSV(B)356.64º65.24%64.31%-
XYZ17.6711.185.93-
YUV89.68112.95181.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.75%
GREEN value IS 57 (22.66% from 255) = 20.07%
BLUE value IS 63 (25% from 255) = 22.18%
R=57.75%
G=20.07%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164576300.650.620.36356.6448.4243.33
HexA4393F0413E24165302b
Octal2447177010176445456053
Binary1010010011100111111101000001111110100100101100101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4393F; }

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

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

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

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

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

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

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

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