#A63140

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

Shades of Guardsman Red #A63140

Tints of Guardsman Red #A63140

Color information

#A63140 (or 0xA63140) is unknown color: approx Guardsman Red. HEX triplet: A6, 31 and 40. RGB value is (166,49,64). Sum of RGB (Red+Green+Blue) = 166+49+64=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A63140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63140 is #59CEBF. Grayscale: #555555. Windows color (decimal): -5885632 or 4207014. OLE color: 4207014.

HSL color Cylindrical-coordinate representation of color #A63140: hue angle of 352.31º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63140 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB1664964-
CMYK00.700.610.35
HSL352.31º54.42%42.16%-
HSV(B)352.31º70.48%65.1%-
XYZ17.7510.675.98-
YUV85.69115.76185.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.50%
GREEN value IS 49 (19.53% from 255) = 17.56%
BLUE value IS 64 (25.39% from 255) = 22.94%
R=59.50%
G=17.56%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166496400.700.610.35352.3154.4242.16
HexA631400463D23160362a
Octal24661100010675435406652
Binary10100110110001100000001000110111101100011101100000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63140; }

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

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

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

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

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

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

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

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