#A13640

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

Shades of Guardsman Red #A13640

Tints of Guardsman Red #A13640

Color information

#A13640 (or 0xA13640) is unknown color: approx Guardsman Red. HEX triplet: A1, 36 and 40. RGB value is (161,54,64). Sum of RGB (Red+Green+Blue) = 161+54+64=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A13640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13640 is #5EC9BF. Grayscale: #575757. Windows color (decimal): -6212032 or 4208289. OLE color: 4208289.

HSL color Cylindrical-coordinate representation of color #A13640: hue angle of 354.39º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A13640 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB1615464-
CMYK00.660.600.37
HSL354.39º49.77%42.16%-
HSV(B)354.39º66.46%63.14%-
XYZ16.9410.596-
YUV87.13114.95180.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.71%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 64 (25.39% from 255) = 22.94%
R=57.71%
G=19.35%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161546400.660.600.37354.3949.7742.16
HexA136400423C25162322a
Octal24166100010274455426252
Binary10100001110110100000001000010111100100101101100010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13640; }

 p { color: rgb(161,54,64); }

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

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

 a { background-color: rgb(161,54,64); }

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

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

 span { border-color: rgb(161,54,64); }

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