#A63340

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

Shades of Guardsman Red #A63340

Tints of Guardsman Red #A63340

Color information

#A63340 (or 0xA63340) is unknown color: approx Guardsman Red. HEX triplet: A6, 33 and 40. RGB value is (166,51,64). Sum of RGB (Red+Green+Blue) = 166+51+64=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A63340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63340 is #59CCBF. Grayscale: #565656. Windows color (decimal): -5885120 or 4207526. OLE color: 4207526.

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

Color convert

RGB1665164-
CMYK00.690.610.35
HSL353.22º53%42.55%-
HSV(B)353.22º69.28%65.1%-
XYZ17.8410.846-
YUV86.87115.1184.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.07%
GREEN value IS 51 (20.31% from 255) = 18.15%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=59.07%
G=18.15%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166516400.690.610.35353.225342.55
HexA633400453D23161352b
Octal24663100010575435416553
Binary10100110110011100000001000101111101100011101100001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63340; }

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

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

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

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

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

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

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

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