#a7393d

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

Shades of Guardsman Red #A7393D

Tints of Guardsman Red #A7393D

Color information

#A7393D (or 0xA7393D) is unknown color: approx Guardsman Red. HEX triplet: A7, 39 and 3D. RGB value is (167,57,61). Sum of RGB (Red+Green+Blue) = 167+57+61=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A7393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7393D is #58C6C2. Grayscale: #5A5A5A. Windows color (decimal): -5818051 or 4012455. OLE color: 4012455.

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

Color convert

RGB1675761-
CMYK00.660.630.35
HSL357.82º49.11%43.92%-
HSV(B)357.82º65.87%65.49%-
XYZ18.2411.485.67-
YUV90.35111.44182.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.60%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 61 (24.22% from 255) = 21.40%
R=58.60%
G=20%
B=21.40%

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
Decimal167576100.660.630.35357.8249.1143.92
HexA7393D0423F23166312c
Octal2477175010277435466154
Binary1010011111100111110101000010111111100011101100110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7393d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7393d; }

 p { color: rgb(167,57,61); }

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

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

 a { background-color: rgb(167,57,61); }

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

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

 span { border-color: rgb(167,57,61); }

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