#A53537

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

Shades of Guardsman Red #A53537

Tints of Guardsman Red #A53537

Color information

#A53537 (or 0xA53537) is unknown color: approx Guardsman Red. HEX triplet: A5, 35 and 37. RGB value is (165,53,55). Sum of RGB (Red+Green+Blue) = 165+53+55=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A53537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53537 is #5ACAC8. Grayscale: #565656. Windows color (decimal): -5950153 or 3618213. OLE color: 3618213.

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

Color convert

RGB1655355-
CMYK00.680.670.35
HSL358.93º51.38%42.75%-
HSV(B)358.93º67.88%64.71%-
XYZ17.4810.824.78-
YUV86.72110.11183.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.44%
GREEN value IS 53 (21.09% from 255) = 19.41%
BLUE value IS 55 (21.88% from 255) = 20.15%
R=60.44%
G=19.41%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165535500.680.670.35358.9351.3842.75
HexA535370444323167332b
Octal24565670104103435476353
Binary10100101110101110111010001001000011100011101100111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53537; }

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

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

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

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

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

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

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

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