#A6393E

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

Shades of Guardsman Red #A6393E

Tints of Guardsman Red #A6393E

Color information

#A6393E (or 0xA6393E) is unknown color: approx Guardsman Red. HEX triplet: A6, 39 and 3E. RGB value is (166,57,62). Sum of RGB (Red+Green+Blue) = 166+57+62=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A6393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6393E is #59C6C1. Grayscale: #5A5A5A. Windows color (decimal): -5883586 or 4077990. OLE color: 4077990.

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

Color convert

RGB1665762-
CMYK00.660.630.35
HSL357.25º48.88%43.73%-
HSV(B)357.25º65.66%65.1%-
XYZ18.0611.385.8-
YUV90.16112.11182.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.25%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 62 (24.61% from 255) = 21.75%
R=58.25%
G=20%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166576200.660.630.35357.2548.8843.73
HexA6393E0423F23165312c
Octal2467176010277435456154
Binary1010011011100111111001000010111111100011101100101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6393E; }

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

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

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

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

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

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

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

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