#A5353D

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

Shades of Guardsman Red #A5353D

Tints of Guardsman Red #A5353D

Color information

#A5353D (or 0xA5353D) is unknown color: approx Guardsman Red. HEX triplet: A5, 35 and 3D. RGB value is (165,53,61). Sum of RGB (Red+Green+Blue) = 165+53+61=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A5353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5353D is #5ACAC2. Grayscale: #575757. Windows color (decimal): -5950147 or 4011429. OLE color: 4011429.

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

Color convert

RGB1655361-
CMYK00.680.630.35
HSL355.71º51.38%42.75%-
HSV(B)355.71º67.88%64.71%-
XYZ17.6310.885.59-
YUV87.4113.11183.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.14%
GREEN value IS 53 (21.09% from 255) = 19.00%
BLUE value IS 61 (24.22% from 255) = 21.86%
R=59.14%
G=19.00%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165536100.680.630.35355.7151.3842.75
HexA5353D0443F23164332b
Octal2456575010477435446353
Binary1010010111010111110101000100111111100011101100100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5353D; }

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

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

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

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

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

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

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

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