#A6393F

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

Shades of Guardsman Red #A6393F

Tints of Guardsman Red #A6393F

Color information

#A6393F (or 0xA6393F) is unknown color: approx Guardsman Red. HEX triplet: A6, 39 and 3F. RGB value is (166,57,63). Sum of RGB (Red+Green+Blue) = 166+57+63=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A6393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6393F is #59C6C0. Grayscale: #5A5A5A. Windows color (decimal): -5883585 or 4143526. OLE color: 4143526.

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

Color convert

RGB1665763-
CMYK00.660.620.35
HSL356.7º48.88%43.73%-
HSV(B)356.7º65.66%65.1%-
XYZ18.0911.395.95-
YUV90.28112.61182.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.04%
GREEN value IS 57 (22.66% from 255) = 19.93%
BLUE value IS 63 (25% from 255) = 22.03%
R=58.04%
G=19.93%
B=22.03%

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
Decimal166576300.660.620.35356.748.8843.73
HexA6393F0423E23165312c
Octal2467177010276435456154
Binary1010011011100111111101000010111110100011101100101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6393F; }

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

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

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

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

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

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

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

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