#A5313C

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

Shades of Guardsman Red #A5313C

Tints of Guardsman Red #A5313C

Color information

#A5313C (or 0xA5313C) is unknown color: approx Guardsman Red. HEX triplet: A5, 31 and 3C. RGB value is (165,49,60). Sum of RGB (Red+Green+Blue) = 165+49+60=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A5313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5313C is #5ACEC3. Grayscale: #555555. Windows color (decimal): -5951172 or 3944869. OLE color: 3944869.

HSL color Cylindrical-coordinate representation of color #A5313C: hue angle of 354.31º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5313C is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB1654960-
CMYK00.700.640.35
HSL354.31º54.21%41.96%-
HSV(B)354.31º70.3%64.71%-
XYZ17.4310.525.39-
YUV84.94113.93185.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.22%
GREEN value IS 49 (19.53% from 255) = 17.88%
BLUE value IS 60 (23.83% from 255) = 21.90%
R=60.22%
G=17.88%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165496000.700.640.35354.3154.2141.96
HexA5313C0464023162362a
Octal24561740106100435426652
Binary10100101110001111100010001101000000100011101100010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5313C; }

 p { color: rgb(165,49,60); }

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

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

 a { background-color: rgb(165,49,60); }

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

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

 span { border-color: rgb(165,49,60); }

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