#A63637

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

Shades of Guardsman Red #A63637

Tints of Guardsman Red #A63637

Color information

#A63637 (or 0xA63637) is unknown color: approx Guardsman Red. HEX triplet: A6, 36 and 37. RGB value is (166,54,55). Sum of RGB (Red+Green+Blue) = 166+54+55=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A63637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63637 is #59C9C8. Grayscale: #575757. Windows color (decimal): -5884361 or 3618470. OLE color: 3618470.

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

Color convert

RGB1665455-
CMYK00.670.670.35
HSL359.46º50.91%43.14%-
HSV(B)359.46º67.47%65.1%-
XYZ17.7311.024.81-
YUV87.6109.61183.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.36%
GREEN value IS 54 (21.48% from 255) = 19.64%
BLUE value IS 55 (21.88% from 255) = 20%
R=60.36%
G=19.64%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166545500.670.670.35359.4650.9143.14
HexA636370434323167332b
Octal24666670103103435476353
Binary10100110110110110111010000111000011100011101100111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63637; }

 p { color: rgb(166,54,55); }

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

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

 a { background-color: rgb(166,54,55); }

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

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

 span { border-color: rgb(166,54,55); }

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