#A6393B

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

Shades of Guardsman Red #A6393B

Tints of Guardsman Red #A6393B

Color information

#A6393B (or 0xA6393B) is unknown color: approx Guardsman Red. HEX triplet: A6, 39 and 3B. RGB value is (166,57,59). Sum of RGB (Red+Green+Blue) = 166+57+59=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A6393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6393B is #59C6C4. Grayscale: #595959. Windows color (decimal): -5883589 or 3881382. OLE color: 3881382.

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

Color convert

RGB1665759-
CMYK00.660.640.35
HSL358.9º48.88%43.73%-
HSV(B)358.9º65.66%65.1%-
XYZ17.9811.355.38-
YUV89.82110.61182.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.87%
GREEN value IS 57 (22.66% from 255) = 20.21%
BLUE value IS 59 (23.44% from 255) = 20.92%
R=58.87%
G=20.21%
B=20.92%

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
Decimal166575900.660.640.35358.948.8843.73
HexA6393B0424023167312c
Octal24671730102100435476154
Binary10100110111001111011010000101000000100011101100111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6393B; }

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

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

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

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

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

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

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

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