#A5393D

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

Shades of Guardsman Red #A5393D

Tints of Guardsman Red #A5393D

Color information

#A5393D (or 0xA5393D) is unknown color: approx Guardsman Red. HEX triplet: A5, 39 and 3D. RGB value is (165,57,61). Sum of RGB (Red+Green+Blue) = 165+57+61=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A5393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5393D is #5AC6C2. Grayscale: #595959. Windows color (decimal): -5949123 or 4012453. OLE color: 4012453.

HSL color Cylindrical-coordinate representation of color #A5393D: hue angle of 357.78º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5393D is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB1655761-
CMYK00.650.630.35
HSL357.78º48.65%43.53%-
HSV(B)357.78º65.45%64.71%-
XYZ17.8211.265.65-
YUV89.75111.78181.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.30%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 61 (24.22% from 255) = 21.55%
R=58.30%
G=20.14%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165576100.650.630.35357.7848.6543.53
HexA5393D0413F23166312c
Octal2457175010177435466154
Binary1010010111100111110101000001111111100011101100110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5393D; }

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

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

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

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

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

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

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

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