#A8393E

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

Shades of Guardsman Red #A8393E

Tints of Guardsman Red #A8393E

Color information

#A8393E (or 0xA8393E) is unknown color: approx Guardsman Red. HEX triplet: A8, 39 and 3E. RGB value is (168,57,62). Sum of RGB (Red+Green+Blue) = 168+57+62=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A8393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8393E is #57C6C1. Grayscale: #5A5A5A. Windows color (decimal): -5752514 or 4077992. OLE color: 4077992.

HSL color Cylindrical-coordinate representation of color #A8393E: hue angle of 357.3º 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 #A8393E is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB1685762-
CMYK00.660.630.34
HSL357.3º49.33%44.12%-
HSV(B)357.3º66.07%65.88%-
XYZ18.4811.65.82-
YUV90.76111.77183.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.54%
GREEN value IS 57 (22.66% from 255) = 19.86%
BLUE value IS 62 (24.61% from 255) = 21.60%
R=58.54%
G=19.86%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168576200.660.630.34357.349.3344.12
HexA8393E0423F22165312c
Octal2507176010277425456154
Binary1010100011100111111001000010111111100010101100101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8393E; }

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

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

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

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

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

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

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

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