#A5393F

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

Shades of Guardsman Red #A5393F

Tints of Guardsman Red #A5393F

Color information

#A5393F (or 0xA5393F) is unknown color: approx Guardsman Red. HEX triplet: A5, 39 and 3F. RGB value is (165,57,63). Sum of RGB (Red+Green+Blue) = 165+57+63=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A5393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5393F is #5AC6C0. Grayscale: #5A5A5A. Windows color (decimal): -5949121 or 4143525. OLE color: 4143525.

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

Color convert

RGB1655763-
CMYK00.650.620.35
HSL356.67º48.65%43.53%-
HSV(B)356.67º65.45%64.71%-
XYZ17.8811.285.94-
YUV89.98112.78181.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.89%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 63 (25% from 255) = 22.11%
R=57.89%
G=20%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165576300.650.620.35356.6748.6543.53
HexA5393F0413E23165312c
Octal2457177010176435456154
Binary1010010111100111111101000001111110100011101100101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5393F; }

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

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

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

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

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

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

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

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