#A4393E

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

Shades of Guardsman Red #A4393E

Tints of Guardsman Red #A4393E

Color information

#A4393E (or 0xA4393E) is unknown color: approx Guardsman Red. HEX triplet: A4, 39 and 3E. RGB value is (164,57,62). Sum of RGB (Red+Green+Blue) = 164+57+62=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A4393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4393E is #5BC6C1. Grayscale: #595959. Windows color (decimal): -6014658 or 4077988. OLE color: 4077988.

HSL color Cylindrical-coordinate representation of color #A4393E: hue angle of 357.2º 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 #A4393E is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1645762-
CMYK00.650.620.36
HSL357.2º48.42%43.33%-
HSV(B)357.2º65.24%64.31%-
XYZ17.6411.175.78-
YUV89.56112.45181.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.95%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 62 (24.61% from 255) = 21.91%
R=57.95%
G=20.14%
B=21.91%

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
Decimal164576200.650.620.36357.248.4243.33
HexA4393E0413E24165302b
Octal2447176010176445456053
Binary1010010011100111111001000001111110100100101100101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4393E; }

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

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

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

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

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

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

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

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