#A63540

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

Shades of Guardsman Red #A63540

Tints of Guardsman Red #A63540

Color information

#A63540 (or 0xA63540) is unknown color: approx Guardsman Red. HEX triplet: A6, 35 and 40. RGB value is (166,53,64). Sum of RGB (Red+Green+Blue) = 166+53+64=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A63540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63540 is #59CABF. Grayscale: #585858. Windows color (decimal): -5884608 or 4208038. OLE color: 4208038.

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

Color convert

RGB1665364-
CMYK00.680.610.35
HSL354.16º51.6%42.94%-
HSV(B)354.16º68.07%65.1%-
XYZ17.9211.026.03-
YUV88.04114.44183.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.66%
GREEN value IS 53 (21.09% from 255) = 18.73%
BLUE value IS 64 (25.39% from 255) = 22.61%
R=58.66%
G=18.73%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166536400.680.610.35354.1651.642.94
HexA635400443D23162342b
Octal24665100010475435426453
Binary10100110110101100000001000100111101100011101100010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63540; }

 p { color: rgb(166,53,64); }

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

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

 a { background-color: rgb(166,53,64); }

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

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

 span { border-color: rgb(166,53,64); }

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