#A8393C

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

Shades of Guardsman Red #A8393C

Tints of Guardsman Red #A8393C

Color information

#A8393C (or 0xA8393C) is unknown color: approx Guardsman Red. HEX triplet: A8, 39 and 3C. RGB value is (168,57,60). Sum of RGB (Red+Green+Blue) = 168+57+60=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A8393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8393C is #57C6C3. Grayscale: #5A5A5A. Windows color (decimal): -5752516 or 3946920. OLE color: 3946920.

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

Color convert

RGB1685760-
CMYK00.660.640.34
HSL358.38º49.33%44.12%-
HSV(B)358.38º66.07%65.88%-
XYZ18.4311.585.54-
YUV90.53110.77183.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.95%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 60 (23.83% from 255) = 21.05%
R=58.95%
G=20%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168576000.660.640.34358.3849.3344.12
HexA8393C0424022166312c
Octal25071740102100425466154
Binary10101000111001111100010000101000000100010101100110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8393C; }

 p { color: rgb(168,57,60); }

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

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

 a { background-color: rgb(168,57,60); }

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

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

 span { border-color: rgb(168,57,60); }

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