#A03640

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

Shades of Guardsman Red #A03640

Tints of Guardsman Red #A03640

Color information

#A03640 (or 0xA03640) is unknown color: approx Guardsman Red. HEX triplet: A0, 36 and 40. RGB value is (160,54,64). Sum of RGB (Red+Green+Blue) = 160+54+64=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A03640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03640 is #5FC9BF. Grayscale: #565656. Windows color (decimal): -6277568 or 4208288. OLE color: 4208288.

HSL color Cylindrical-coordinate representation of color #A03640: hue angle of 354.34º 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 #A03640 is Cyan = 0, Magento = 0.66, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB1605464-
CMYK00.660.60.37
HSL354.34º49.53%41.96%-
HSV(B)354.34º66.25%62.75%-
XYZ16.7410.485.99-
YUV86.83115.12180.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.55%
GREEN value IS 54 (21.48% from 255) = 19.42%
BLUE value IS 64 (25.39% from 255) = 23.02%
R=57.55%
G=19.42%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160546400.660.60.37354.3449.5341.96
HexA036400423C25162322a
Octal24066100010274455426252
Binary10100000110110100000001000010111100100101101100010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03640; }

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

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

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

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

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

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

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

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