#A6393C

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

Shades of Guardsman Red #A6393C

Tints of Guardsman Red #A6393C

Color information

#A6393C (or 0xA6393C) is unknown color: approx Guardsman Red. HEX triplet: A6, 39 and 3C. RGB value is (166,57,60). Sum of RGB (Red+Green+Blue) = 166+57+60=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A6393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6393C is #59C6C3. Grayscale: #5A5A5A. Windows color (decimal): -5883588 or 3946918. OLE color: 3946918.

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

Color convert

RGB1665760-
CMYK00.660.640.35
HSL358.35º48.88%43.73%-
HSV(B)358.35º65.66%65.1%-
XYZ1811.365.52-
YUV89.93111.11182.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.66%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 60 (23.83% from 255) = 21.20%
R=58.66%
G=20.14%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166576000.660.640.35358.3548.8843.73
HexA6393C0424023166312c
Octal24671740102100435466154
Binary10100110111001111100010000101000000100011101100110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6393C; }

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

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

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

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

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

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

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

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